Just look at the pictures. All the hacks are available as zips at http://textmate.svn.subtlegradient.com/Hacked%20Nibs%21/
subtleGradient — Hacked TextMate Nibs — cuter drawer 2 more tweaks and all new images for the drawer.
subtleGradient — Hacked TextMate Nibs — Mail Style Inner Files Column Following Allan's comment on the mailing list. I tried to see if I could get TextMate functioning without a drawer. AKA, with one of those Mail.app style inner drawer things. Yep, it works. Kindof.
There are a lot of problems with this method that i can't fix in interface builder. * The whole scrolling text view is too wide to fit properly so you just can't see the right edge of your document. * There's no shortcut for opening and closing the pane like you can the drawer. * If you close the pane by sizing it to 0px wide you lose the info button. There are probably way more problems with this, but here it is anyway. Have fun.
Install the nibs by copying them into /Applications/TextMate.app/Contents/Resources/English.lproj/
Install the tab images by copying them into /Applications/TextMate.app/Contents/Resources/
You might want to make some backup copies of the originals first.
Enjoy!
Email all complaints / suggestions / whatever to: subtleGradient.com oblivious, at ^ If this messes up your computer or burns your house down, or kicks your dog, or in any way does anything at all or doesn't... You are solely responsible for anything and everything, and I am not. :P
thomas Aylott—subtleGradient
On 12 Jun 2006, at 08:37, thomas Aylott wrote:
Just look at the pictures. All the hacks are available as zips at http://textmate.svn.subtlegradient.com/Hacked%20Nibs%21/
subtleGradient — Hacked TextMate Nibs — cuter drawer 2 more tweaks and all new images for the drawer.
subtleGradient — Hacked TextMate Nibs — Mail Style Inner Files Column Following Allan's comment on the mailing list. I tried to see if I could get TextMate functioning without a drawer. AKA, with one of those Mail.app style inner drawer things. Yep, it works. Kindof.
Cool :) Now that's how I want TM to look like - great job. One more thing though - if you have replaced the NSSplitView with a custom one like Mail.app where it's only 1px wide and has a draggable area in the bottom of the split view that would have been awesome.
Milen
- The whole scrolling text view is too wide to fit properly so you
just can't see the right edge of your document.
- There's no shortcut for opening and closing the pane like you can
the drawer.
- If you close the pane by sizing it to 0px wide you lose the info
button. There are probably way more problems with this, but here it is anyway. Have fun.
Install the nibs by copying them into /Applications/TextMate.app/Contents/Resources/English.lproj/
Install the tab images by copying them into /Applications/TextMate.app/Contents/Resources/
You might want to make some backup copies of the originals first.
Enjoy!
Email all complaints / suggestions / whatever to: subtleGradient.com oblivious, at ^ If this messes up your computer or burns your house down, or kicks your dog, or in any way does anything at all or doesn't... You are solely responsible for anything and everything, and I am not. :P
thomas Aylott—subtleGradient
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On Jun 12, 2006, at 7:26 AM, Milen Dzhumerov wrote:
subtleGradient — Hacked TextMate Nibs — Mail Style Inner Files Column Following Allan's comment on the mailing list. I tried to see if I could get TextMate functioning without a drawer. AKA, with one of those Mail.app style inner drawer things. Yep, it works. Kindof.
Cool :) Now that's how I want TM to look like - great job. One more thing though - if you have replaced the NSSplitView with a custom one like Mail.app where it's only 1px wide and has a draggable area in the bottom of the split view that would have been awesome.
Milen
Anybody know of a custom splitview that I can just drag in there without writing any code? Because, yeah, that would be perfect.
thomas Aylott—subtleGradient
On 12 Jun 2006, at 14:27, thomas Aylott wrote:
On Jun 12, 2006, at 7:26 AM, Milen Dzhumerov wrote:
subtleGradient — Hacked TextMate Nibs — Mail Style Inner Files Column Following Allan's comment on the mailing list. I tried to see if I could get TextMate functioning without a drawer. AKA, with one of those Mail.app style inner drawer things. Yep, it works. Kindof.
Cool :) Now that's how I want TM to look like - great job. One more thing though - if you have replaced the NSSplitView with a custom one like Mail.app where it's only 1px wide and has a draggable area in the bottom of the split view that would have been awesome.
Milen
Anybody know of a custom splitview that I can just drag in there without writing any code? Because, yeah, that would be perfect.
There is one implemented here (MKSplitView 0.1 http://www.malcom- mac.com/blog/cocoaobjc-classes/) but its quality isn't that great. Also I think you won't be able to put in the nib since the widget is not palletized (AFAIK). Give it a go and tell us what you've found out.
thomas Aylott—subtleGradient
Milen