Hi there,
Sorry to raise an old question, but I can't find a definitive answer in the archive - is it possible to turn off the tab bar? In a previous post (Re: [TxMt] new beta, in Dec, 2004) Allan said, in a rersponse to a question about hiding the tab/status bars:
Why remove the option to show/hide tab/status-bar ?
I didn't thought anyone would actually use them, and if possible, I'd like to enforce that they're always enabled (since I'll rely more on these elements in the future).
I can bring back the option to hide the tab bar.
Did this ever get brought back in? Is it a 'hidden' preference that can be accessed? I never use the tab bar and would like to be able to toggle it off if I can.
Thanks, Nigel
On May 3, 2007, at 8:18 AM, Nigel Green wrote:
Hi there,
Sorry to raise an old question, but I can't find a definitive answer in the archive - is it possible to turn off the tab bar? In a previous post (Re: [TxMt] new beta, in Dec, 2004) Allan said, in a rersponse to a question about hiding the tab/status bars:
Why remove the option to show/hide tab/status-bar ?
I didn't thought anyone would actually use them, and if possible,
I'd
like to enforce that they're always enabled (since I'll rely more on these elements in the future).
I can bring back the option to hide the tab bar.
Did this ever get brought back in? Is it a 'hidden' preference that can be accessed? I never use the tab bar and would like to be able to toggle it off if I can.
Thanks, Nigel
You could always hack the nibs.
thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
Great stuff. I hadn't realised it was possible to hack the UI at that level before.
Thanks, Nigel
On 3 May 2007, at 14:52, Thomas Aylott (subtleGradient) wrote:
On May 3, 2007, at 8:18 AM, Nigel Green wrote:
Hi there,
Sorry to raise an old question, but I can't find a definitive answer in the archive - is it possible to turn off the tab bar? In a previous post (Re: [TxMt] new beta, in Dec, 2004) Allan said, in a rersponse to a question about hiding the tab/status bars:
Why remove the option to show/hide tab/status-bar ?
I didn't thought anyone would actually use them, and if
possible, I'd
like to enforce that they're always enabled (since I'll rely
more on
these elements in the future).
I can bring back the option to hide the tab bar.
Did this ever get brought back in? Is it a 'hidden' preference that can be accessed? I never use the tab bar and would like to be able to toggle it off if I can.
Thanks, Nigel
You could always hack the nibs.
thomas Aylott — subtleGradient — CrazyEgg — sixteenColors
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
Nigel Green ----------- Office 19, Block A, Bletchley Park Science and Innovation Centre Milton Keynes MK6 3EB
t: 01908 363452 m: 07855 488507
* Nigel Green nigel@greenlemur.com [2007-05-03 06:16]:
Sorry to raise an old question, but I can't find a definitive answer in the archive - is it possible to turn off the tab bar?
defaults write com.macromates.textmate OakProjectWindowShowTabBarEnabled false
I ended up turning them back on after a while. Note that it's not enough to do another defaults write with true; you need to use defaults delete to remove the key entirely.
Thanks Grant. I noiticed today that I managed to break the scroll wheel function on textmate windows by messing around with the .nib file so this is a welcome tip!
Thanks, Nigel
On 3 May 2007, at 17:07, Grant Hollingworth wrote:
- Nigel Green nigel@greenlemur.com [2007-05-03 06:16]:
Sorry to raise an old question, but I can't find a definitive answer in the archive - is it possible to turn off the tab bar?
defaults write com.macromates.textmate OakProjectWindowShowTabBarEnabled false
I ended up turning them back on after a while. Note that it's not enough to do another defaults write with true; you need to use defaults delete to remove the key entirely.
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