I have a 23" Screen. All the full screen implementations of text mate I have tested until now are unsatisfactory. In Pages, when you choose fullscreen in Lion, you have a centered full screen environment that does not occupy the whole screen horizontally.
In you hack, is it possible to choose the width of text mate window in full screen mode?
Tyson Edwards-2 wrote:
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@cyphercorp.com
On Jul 31, 2011, at 10:40 AM, Andy Herbert andy.herbert@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@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate