I think it would be nice to have a fullscreen with the project pane on the left and a centered editor window of adjustable width (like in full-screen Safari, where you can pull in the edges to your liking in fullscreen mode). And on top a small toolbar (maybe autohiding) that has the command-searchfield and the symbol-searchfield. At the bottom the status bar with the functionalities from the current Textmate windows. (change language, tab-size,…). Or the symbol and command search windows as panels docked on the right?
But then again, it's not something I need, but just something that would look nice. The functionality I want/need is already there (and has been for a loooong time) ;)
Maybe the next TextMate will have it. Then I'll smile :)
Thomas
Op 01 Aug 2011, om 19:07 heeft S.V. het volgende geschreven:
This is the result when we use EGOTextMateFullScreen. I would like something similar to the last png, from Pages.
http://dl.dropbox.com/u/11537571/textmateEgotFullScreenLion.png
S.V. wrote:
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@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- View this message in context: http://old.nabble.com/Re%3A-Lion-Full-Screen-tp32164618p32171543.html Sent from the textmate users mailing list archive at Nabble.com.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate