[TxMt] Re: Lion Full Screen

Tyson Edwards tysonedwards at mac.com
Sun Jul 31 17:46:14 UTC 2011


I like the ability to use TextMate full screen. I don't think that it is a bad idea to give users the choice to do so.

Tyson Edwards
phone: 801-300-7070 • email: tysonedwards at cyphercorp.com

On Jul 31, 2011, at 10:40 AM, Andy Herbert <andy.herbert at gmail.com> wrote:

>> In my opinion, the full screen of the app pages is well implemented. It is
>> almost like write room. Is it possible to have a similar implementation of
>> the Lion full screen in Textmate?
> 
> It's possible to hack full-screen functionality into 1.5:
> 
> in Terminal type:
> 
>    plutil -convert xml1
> /Applications/Textmate.app/Contents/Resources/English.lproj/Document.nib
>    mate /Applications/Textmate.app/Contents/Resources/English.lproj/Document.nib
> 
> Search for 'NSWindowBacking' key/value pair and after these entries,
> insert the following:
> 
>    <key>NSWindowCollectionBehavior</key>
>    <integer>128</integer>
> 
> Quit TextMate, and in terminal type:
> 
>    plutil -convert binary1
> /Applications/Textmate.app/Contents/Resources/English.lproj/Document.nib
> 
> I'm still working out if this is a good idea or not.
> 
> Andy.
> 
> _______________________________________________
> textmate mailing list
> textmate at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate


More information about the textmate mailing list