[TxMt] Re: Lion Full Screen
S.V.
svsdiscussion at gmail.com
Mon Aug 1 16:55:53 UTC 2011
I was thinking in a Full Screen that works just like the one in the png file
I am enclosing.
http://dl.dropbox.com/u/11537571/PagesFullScreenLion.png
Andy Herbert 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
>
>
--
View this message in context: http://old.nabble.com/Re%3A-Lion-Full-Screen-tp32164618p32171438.html
Sent from the textmate users mailing list archive at Nabble.com.
More information about the textmate
mailing list