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.
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
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
Using the Maximizer SIMBL plugin, TextMate will occupy the full screen.
On Jul 31, 2011, at 8:31 PM, S.V. wrote:
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
-- View this message in context: http://old.nabble.com/Re%3A-Lion-Full-Screen-tp32164618p32166697.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
On 1 Aug 2011, at 04:31, S.V. wrote:
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.
Yeah, that sounds like the right way to do it (narrowing the width and centering it). I’ll look at how it works in Pages if I need clarification.
I'd prefer it to be like Mail or Terminal in full screen... full screen. ;) especially where long strings of code are concerned.
The reason it's narrow in Pages is because it represents a page format. If you change the format (i.e. paper size) or change the layout to landscape for example, you change its full page rendering.
Adam Merrifield seydoggy.com
820 Strasburg rd, Kitchener, Ontario, N2E 2Y3, Canada
Email: info@seydoggy.com Office: 519-489-6033 Cell: 519-574-9788
On 2011-08-02, at 5:52, Allan Odgaard mailinglist@textmate.org wrote:
On 1 Aug 2011, at 04:31, S.V. wrote:
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.
Yeah, that sounds like the right way to do it (narrowing the width and centering it). I’ll look at how it works in Pages if I need clarification.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I'd prefer it to be like Mail or Terminal in full screen... full screen. ;)
especially where long strings of code >are concerned.
For me is different, I prefer the way it is implemented on Pages. If only we could customize it, we would get a solution that would be good for everybody! :)
My main use for Textmate is in conjunction with Latex. I have two screens, one for the code and other for the .pdf render. I am using Lion and the Full Screen is a resource that interests me. I tried some "solutions" and I will describe them here.
Isolator: It is nice, but if you use a two screen environment it is not satisfactory. If I use the isolator in the screen with code, it will blank the other screen with the pdf also, so I can't see the pdf in the other screen. Isolator would be fine if one can use it individually in each screen.
EGOTextMateFullScreen (Full screen for Lion): As I told in an earlier post, you cannot center and resize the text mate window. Besides, the other screen is also affected and the pdf disappears.
Textmate-Fullscreen-Plugin:It is the best until now, because you can resize the window and it does not affect the other screen. The problem is that the background is not 'blanked'. It would be perfect if this plugin also turned the background of the textmate screen into black, just like in Pages.
While I was writing this post I realized that it is possible to adjust Isolator to affect only the main screen: defaults write eu.willmore.isolator HideOnMainScreenOnly 1
...
So with this option in Isolator, I recommend Isolator + Textmate-Fullscreen-Plugin
This combination allows you to resize the Textmate window, it leaves the second screen with the pdf unaltered.
http://dl.dropbox.com/u/11537571/isolatoandfullscreen.png
The only problem is that everytime you get out of the full screen mode, and you get back to full screen you have to resize the window again.
You can use only Isolator, but this way you will always have the mac menu in the top of the window.
http://dl.dropbox.com/u/11537571/onlyisolator.png
Best, S.V.
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
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
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
People interested in this might like Doodim http://www.lachoseinteractive.net/en/products/doodim/. Looks like it dims everything but the focused app. It's not exactly full-screen mode, but it may be close enough.
(It may not even support Lion, I don't know. I've never used it, it's just something I ran across.)
And if you're just looking to stay focused with less distraction, there is also http://willmore.eu/software/isolator/
Adam Merrifield seydoggy.com
820 Strasburg rd, Kitchener, Ontario, N2E 2Y3, Canada
Office: 519-489-6033 Cell: 519-574-9788
On Aug 1, 2011, at 5:01 PM, Steve King wrote:
People interested in this might like Doodim http://www.lachoseinteractive.net/en/products/doodim/. Looks like it dims everything but the focused app. It's not exactly full-screen mode, but it may be close enough.
(It may not even support Lion, I don't know. I've never used it, it's just something I ran across.)
-- Steve King Sr. Software Engineer Arbor Networks +1 734 821 1461 www.arbornetworks.com http://www.arbornetworks.com/
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate