Should be able move tabs around once they overflow the tab bar, Safari and Firefox have good ways of handling this.
you can just click and drag them to move. Same as safari,no? t
On 14 Oct 2015, at 12:24 PM, Kalcifer Kandari kalciferkandari@gmail.com wrote: Should be able move tabs around once they overflow the tab bar, Safari and Firefox have good ways of handling this.
Not when they become a menu (when the total width of all the tabs exceeds the width of the window).
On 14 Oct 2015, at 12:59, Tim Bates timothy.c.bates@gmail.com wrote:
you can just click and drag them to move. Same as safari,no? t
On 14 Oct 2015, at 12:24 PM, Kalcifer Kandari kalciferkandari@gmail.com wrote: Should be able move tabs around once they overflow the tab bar, Safari and Firefox have good ways of handling this.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 14 Oct 2015, at 19:02, Kalcifer Kandari wrote:
Not when they become a menu (when the total width of all the tabs exceeds the width of the window).
You can still rearrange the tabs, but for items in the menu, you need to first select a document, then the last visible tab becomes the selected one, and you can move it elsewhere.
But you can't place that tab in a different position in the menu (without great difficulty, because the menu essentially works like a stack).
On 14 Oct 2015, at 13:08, Allan Odgaard mailinglist@textmate.org wrote:
On 14 Oct 2015, at 19:02, Kalcifer Kandari wrote:
Not when they become a menu (when the total width of all the tabs exceeds the width of the window).
You can still rearrange the tabs, but for items in the menu, you need to first select a document, then the last visible tab becomes the selected one, and you can move it elsewhere.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 14 Oct 2015, at 19:11, Kalcifer Kandari wrote:
But you can't place that tab in a different position in the menu (without great difficulty, because the menu essentially works like a stack).
OK, I see what you mean. Though I don’t really agree that this is a required feature, sorry ;)
For a web browser, you can’t really close tabs to “cleanup” when your bar overflows, so it makes a little sense to allow users to organize tabs even when the number of tabs are in the double digits. But for TextMate, there is really no harm in pruning the tab bar to clean it up.
I would highly encourage you to look at the Go → Go to File… (⌘T) action. This makes it very quick to jump to other files, and the main reason for the tab bar is to allow ⌘1-n as accelerator keys for the first n tabs (where n is probably no higher than 5).
On 14 Oct 2015, at 13:39, Allan Odgaard mailinglist@textmate.org wrote:
On 14 Oct 2015, at 19:11, Kalcifer Kandari wrote:
But you can't place that tab in a different position in the menu (without great difficulty, because the menu essentially works like a stack).
OK, I see what you mean. Though I don’t really agree that this is a required feature, sorry ;)
For a web browser, you can’t really close tabs to “cleanup” when your bar overflows, so it makes a little sense to allow users to organize tabs even when the number of tabs are in the double digits. But for TextMate, there is really no harm in pruning the tab bar to clean it up.
Not sure how browser tabs, or Finder tabs are different to text file tabs. The whole point of tabs is to be able to reorder them, otherwise you would just have the menu. Keeping tabs in a sensible order speeds up cycling between them, making it easier to find a certain tabs if related tabs are next to each other. If you are going to have tabs, go all in, make sure all open files have tabs, there is no reason to treat files differently.
I would highly encourage you to look at the Go → Go to File… (⌘T) action. This makes it very quick to jump to other files
Still can't reorder open files in the 'Go -> Go to File…' menu. That menu is also inconvenient in full screen mode.
the main reason for the tab bar is to allow ⌘1-n as accelerator keys for the first n tabs (where n is probably no higher than 5).
No it isn't.
And there are those who use tabs with the 'Select Next Tab' and 'Select Previous Tab' shortcuts, but that still isn't the main reason for tabs, reordering is. (Also, the default shortcut for those should be 'ctrl+tab' and 'ctrl+shift+tab' like in all major browsers and Finder).
the main reason for the tab bar is to allow ⌘1-n as accelerator keys for the first n tabs (where n is probably no higher than 5).
No it isn't.
You do realise you are arguing with the TextMate author here?
Maybe TM doesn't work exactly how you want it to, but the reason he's provided for the feature is not something you can really dispute
On 14 Oct 2015, at 15:54, Carpii UK carpii.uk@gmail.com wrote:
the main reason for the tab bar is to allow ⌘1-n as accelerator keys for the first n tabs (where n is probably no higher than 5).
No it isn't.
You do realise you are arguing with the TextMate author here?
Maybe TM doesn't work exactly how you want it to, but the reason he's provided for the feature is not something you can really dispute
It doesn't mean features can't be disputed, it makes apps better, and for tabs a horizontally scrolling tab bar is better than a menu. Or a menu where the items of which can be dragged and dropped within it.
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown https://www.youtube.com/watch?v=WATkjWIOMKA on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command:
#!/usr/bin/env php <? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
The thing is, it is NOT zooming. Your text can be displayed in any desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font.
So there is nothing to reset. If you ask for a bigger font and you want to go back, ask for a smaller font.
m.
On Oct 14, 2015, at 11:50 AM, Rasmus Malver rasmus@malver.dk wrote:
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command: #!/usr/bin/env php
<? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
That's not completely true, textmate shows a percentage, so a reset should be back to 100%
Koen
On Wed, Oct 14, 2015 at 9:10 PM, Matt Neuburg matt@tidbits.com wrote:
The thing is, it is NOT zooming. Your text can be displayed in any desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font. So there is nothing to reset. If you ask for a bigger font and you want to go back, ask for a smaller font. m.
On Oct 14, 2015, at 11:50 AM, Rasmus Malver rasmus@malver.dk wrote:
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command: #!/usr/bin/env php
<? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Where does it show a percentage? I don't see that... m.
On Oct 14, 2015, at 12:10 PM, Matt Neuburg matt@tidbits.com wrote:
The thing is, it is NOT zooming. Your text can be displayed in any desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font.
So there is nothing to reset. If you ask for a bigger font and you want to go back, ask for a smaller font.
m.
On Oct 14, 2015, at 11:50 AM, Rasmus Malver rasmus@malver.dk wrote:
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command: #!/usr/bin/env php
<? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Where does it show a percentage? I don't see that... m.
On Oct 14, 2015, at 12:10 PM, Matt Neuburg matt@tidbits.com wrote:
The thing is, it is NOT zooming. Your text can be displayed in any desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font.
So there is nothing to reset. If you ask for a bigger font and you want to go back, ask for a smaller font.
m.
On Oct 14, 2015, at 11:50 AM, Rasmus Malver rasmus@malver.dk wrote:
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command: #!/usr/bin/env php
<? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
Try CMD + and ⌘ - and you will see the percentage in the top right.
On Wed, Oct 14, 2015 at 9:27 PM, Matt Neuburg matt@tidbits.com wrote:
Where does it show a percentage? I don't see that... m.
On Oct 14, 2015, at 12:10 PM, Matt Neuburg matt@tidbits.com wrote:
The thing is, it is NOT zooming. Your text can be displayed in any desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font.
So there is nothing to reset. If you ask for a bigger font and you want to go back, ask for a smaller font.
m.
On Oct 14, 2015, at 11:50 AM, Rasmus Malver rasmus@malver.dk wrote:
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command: #!/usr/bin/env php
<? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Exactly my point. In other apps it's possible to hit cmd+0 and get 100 %.
On 14/10/15 21.31, Koen Punt wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
On Wed, Oct 14, 2015 at 9:27 PM, Matt Neuburg <matt@tidbits.com mailto:matt@tidbits.com> wrote:
Where does it show a percentage? I don't see that... m. > On Oct 14, 2015, at 12:10 PM, Matt Neuburg <matt@tidbits.com> wrote: > > The thing is, it is NOT zooming. Your text can be displayed in any desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font. > > So there is nothing to reset. If you ask for a bigger font and you want to go back, ask for a smaller font. > > m. > > >> On Oct 14, 2015, at 11:50 AM, Rasmus Malver <rasmus@malver.dk> wrote: >> >> Hej allesammen or as dr. Nick would say; “Hi everybody!” >> >> I use TextMate for a variety of purposes, and I have recently gotten into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining. >> >> When watching the show, I use TextMate to re-shuffle letters. I've made a very simple php shuffle command: >> #!/usr/bin/env php >> <? >> $input = file_get_contents('php://stdin'); >> echo strtoupper(str_shuffle($input)); >> ?> >> >> However, there is only ever 9 letters on offer, so it's easier to “zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”. >> >> Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX. >> >> >> Det var alt, og tak for indsatsen, >> Rasmus >> >> _______________________________________________ >> textmate mailing list >> textmate@lists.macromates.com >> http://lists.macromates.com/listinfo/textmate > > -- > matt neuburg, phd = http://www.apeth.net/matt/ > pantes anthropoi tou eidenai oregontai phusei > Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do > iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do > RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html > > > > _______________________________________________ > textmate mailing list > textmate@lists.macromates.com > http://lists.macromates.com/listinfo/textmate -- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html _______________________________________________ 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
This isnt exactly what you're looking for, but
Here's a bundle which just forces the font size to large Courier..
http://carpii.homeip.net/hazel/Countdown.tmbundle.zip
Its setup so you can just press CTRL CMD ALT '+' to select the Countdown grammar
Then once you've closed the textfile it hasn't messed with your default TM settings
Alternatively you can switch back to Plain Text grammar using whatever keyboard shortcut you have assigned (default is CTRL+ALT+SHIFT+P)
On 14 October 2015 at 20:36, Rasmus Malver rasmus@malver.dk wrote:
Exactly my point. In other apps it's possible to hit cmd+0 and get 100 %.
On 14/10/15 21.31, Koen Punt wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
On Wed, Oct 14, 2015 at 9:27 PM, Matt Neuburg matt@tidbits.com wrote:
Where does it show a percentage? I don't see that... m.
On Oct 14, 2015, at 12:10 PM, Matt Neuburg matt@tidbits.com
matt@tidbits.com wrote:
The thing is, it is NOT zooming. Your text can be displayed in any
desired font and size; Bigger and Smaller are just shortcut ways of picking a bigger or smaller size without changing the font.
So there is nothing to reset. If you ask for a bigger font and you want
to go back, ask for a smaller font.
m.
On Oct 14, 2015, at 11:50 AM, Rasmus Malver rasmus@malver.dk
rasmus@malver.dk wrote:
Hej allesammen or as dr. Nick would say; “Hi everybody!”
I use TextMate for a variety of purposes, and I have recently gotten
into the Cats does Countdown on British Channel 4. It's comedians playing a words and numbers game, solving anagrams and mathematical sums, while being entertaining.
When watching the show, I use TextMate to re-shuffle letters. I've
made a very simple php shuffle command:
#!/usr/bin/env php
<? $input = file_get_contents('php://stdin'); echo strtoupper(str_shuffle($input)); ?>
However, there is only ever 9 letters on offer, so it's easier to
“zoom” / “enlarge” the type. But unfortunately there's no “reset zoom” in TextMate. Unlike most other Mac apps it works in “bigger font” and “smaller font”.
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide
a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Det var alt, og tak for indsatsen, Rasmus
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing listtextmate@lists.macromates.comhttp://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Wow, this must be new.
I'm still wondering about it, though. 100% of what? And what use is it to tell me the percentage _after_ I've done something, and in this fleeting way? If this is really a percentage of something real, why doesn't the interface always show it to me? m.
On Oct 14, 2015, at 12:31 PM, Koen Punt koen@koenpunt.nl wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
New since march that is
https://github.com/textmate/textmate/commit/4a825499d6f18c0562e4d26be3e75c2e...
Introduce font scale factor property
Previously increasing/decreasing font size would simply change the base font, making it non-trivial to know the current scale factor and/or reset it.
On Wed, Oct 14, 2015 at 9:48 PM, Matt Neuburg matt@tidbits.com wrote:
Wow, this must be new. I'm still wondering about it, though. 100% of what? And what use is it to tell me the percentage _after_ I've done something, and in this fleeting way? If this is really a percentage of something real, why doesn't the interface always show it to me? m.
On Oct 14, 2015, at 12:31 PM, Koen Punt koen@koenpunt.nl wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I think the percentage is based on the font specified by the current Theme.
If you select bundle item -> export theme to css, you will see a font size specified in the pre.textmate-source CSS If you then use the Font Dialog to change the actual font size (not simply change the zoom), and then run the bundle again, the new CSS will show the size you chose
So it renders it at 110% of whatever the base font size is
On 14 October 2015 at 20:48, Matt Neuburg matt@tidbits.com wrote:
Wow, this must be new.
I'm still wondering about it, though. 100% of what? And what use is it to tell me the percentage _after_ I've done something, and in this fleeting way? If this is really a percentage of something real, why doesn't the interface always show it to me? m.
On Oct 14, 2015, at 12:31 PM, Koen Punt koen@koenpunt.nl wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
"export theme to css”? that’s something I can’t find
On Wed, Oct 14, 2015 at 9:57 PM, Carpii UK carpii.uk@gmail.com wrote:
I think the percentage is based on the font specified by the current Theme. If you select bundle item -> export theme to css, you will see a font size specified in the pre.textmate-source CSS If you then use the Font Dialog to change the actual font size (not simply change the zoom), and then run the bundle again, the new CSS will show the size you chose So it renders it at 110% of whatever the base font size is On 14 October 2015 at 20:48, Matt Neuburg matt@tidbits.com wrote:
Wow, this must be new.
I'm still wondering about it, though. 100% of what? And what use is it to tell me the percentage _after_ I've done something, and in this fleeting way? If this is really a percentage of something real, why doesn't the interface always show it to me? m.
On Oct 14, 2015, at 12:31 PM, Koen Punt koen@koenpunt.nl wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Sorry, its actually called 'Create CSS from current Theme' in the Textmate Bundle
On 14 October 2015 at 21:00, Koen Punt koen@koenpunt.nl wrote:
"export theme to css”? that’s something I can’t find
On Wed, Oct 14, 2015 at 9:57 PM, Carpii UK carpii.uk@gmail.com wrote:
I think the percentage is based on the font specified by the current Theme.
If you select bundle item -> export theme to css, you will see a font size specified in the pre.textmate-source CSS If you then use the Font Dialog to change the actual font size (not simply change the zoom), and then run the bundle again, the new CSS will show the size you chose
So it renders it at 110% of whatever the base font size is
On 14 October 2015 at 20:48, Matt Neuburg matt@tidbits.com wrote:
Wow, this must be new.
I'm still wondering about it, though. 100% of what? And what use is it to tell me the percentage _after_ I've done something, and in this fleeting way? If this is really a percentage of something real, why doesn't the interface always show it to me? m.
On Oct 14, 2015, at 12:31 PM, Koen Punt koen@koenpunt.nl wrote:
Try CMD + and ⌘ - and you will see the percentage in the top right.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
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
On 15 Oct 2015, at 1:50, Rasmus Malver wrote:
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Currently ⌘0 selects “Last Tab” which was a request, and the requester cited Chrome and iTerm2 as other apps with a dedicated key for this.
But I can change “Last Tab” to ⌘9, as personally I think “reset zoom factor” is more valuable than going to last tab.
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
On 16 Oct 2015, at 11:32, Allan Odgaard mailinglist@textmate.org wrote:
On 15 Oct 2015, at 1:50, Rasmus Malver wrote:
Allan, it'd be nice to rename it “zoom in” and “zoom out”, and provide a “reset zoom” (preferably at ⌘+0), like the browsers on OSX.
Currently ⌘0 selects “Last Tab” which was a request, and the requester cited Chrome and iTerm2 as other apps with a dedicated key for this.
But I can change “Last Tab” to ⌘9, as personally I think “reset zoom factor” is more valuable than going to last tab.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%).
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
Zooming isn’t something I use, last tab I do.
A reset option in the menu would be a start for those who use the zoom functionality.
Or configurable shortcuts, but that’s another feature.
Koen
On Fri, Oct 16, 2015 at 11:50 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%). For those that do use “Last Tab”, can ⌘9 work as its shortcut? And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab? _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 16 Oct 2015, at 21:09, Koen Punt wrote:
Zooming isn’t something I use, last tab I do.
A reset option in the menu would be a start for those who use the zoom functionality.
Well, I added the item and bound it to ⌘0: https://github.com/textmate/textmate/commit/7719097bdda2fdac92cf9b7eee648b6d...
Last Tab is now ⌘9.
The Reset Text Size (⌘0) also works for HTML output, which lack the percentage indicator that the text view has.
Or configurable shortcuts, but that’s another feature.
People can rebind menu keys via System Preferences → Keyboard → Shortcuts.
I think all it really needs is a menu item adding in View -> Font to reset the zoom level
Then anyone can just remap CMD+0 to Reset Zoom if they want, just using OSX Prefs -> Keyboard -> Applications
On 16 October 2015 at 15:09, Koen Punt koen@koenpunt.nl wrote:
Zooming isn’t something I use, last tab I do.
A reset option in the menu would be a start for those who use the zoom functionality.
Or configurable shortcuts, but that’s another feature.
Koen
On Fri, Oct 16, 2015 at 11:50 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%).
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
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
Personally I would prefer if there were NO keyboard shortcuts connected to zooming. The only time I ever zoom is when I use a keyboard shortcut accidentally. If I can't expunge the feature I'd like at least never to encounter it again. m.
Sent from my iPhone, but I am not a dork. Really. matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
On Oct 16, 2015, at 7:13 AM, Carpii UK carpii.uk@gmail.com wrote:
I think all it really needs is a menu item adding in View -> Font to reset the zoom level
Then anyone can just remap CMD+0 to Reset Zoom if they want, just using OSX Prefs -> Keyboard -> Applications
On 16 October 2015 at 15:09, Koen Punt koen@koenpunt.nl wrote: Zooming isn’t something I use, last tab I do.
A reset option in the menu would be a start for those who use the zoom functionality.
Or configurable shortcuts, but that’s another feature.
Koen
On Fri, Oct 16, 2015 at 11:50 AM, Allan Odgaard mailinglist@textmate.org wrote: On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%).
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
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
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I use the keyboard shortcuts regularly, I have a co-worker with poor vision and I like to make it easier when I’m asking for help.
I also don’t use command zero for the final tab, but I think we’ve all probably realized that people uses tabs differently.
I do occasionally hit Command + Zero expecting a zoom reset, as thats how you’d reset the zoom in a browser, that said, the reset shortcut doesn’t seem necessary to me, seeing as we just got a display that lists the percentages.
Graham P Heath
On October 16, 2015 at 9:29:12 AM, Matt Neuburg (matt@tidbits.com) wrote:
Personally I would prefer if there were NO keyboard shortcuts connected to zooming. The only time I ever zoom is when I use a keyboard shortcut accidentally. If I can't expunge the feature I'd like at least never to encounter it again. m.
Sent from my iPhone, but I am not a dork. Really. matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
On Oct 16, 2015, at 7:13 AM, Carpii UK carpii.uk@gmail.com wrote:
I think all it really needs is a menu item adding in View -> Font to reset the zoom level
Then anyone can just remap CMD+0 to Reset Zoom if they want, just using OSX Prefs -> Keyboard -> Applications
On 16 October 2015 at 15:09, Koen Punt koen@koenpunt.nl wrote: Zooming isn’t something I use, last tab I do.
A reset option in the menu would be a start for those who use the zoom functionality.
Or configurable shortcuts, but that’s another feature.
Koen
On Fri, Oct 16, 2015 at 11:50 AM, Allan Odgaard mailinglist@textmate.org wrote: On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%).
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
_______________________________________________ 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
_______________________________________________ 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
I just noticed google Chrome also uses cmd+9 for last tab, and cmd+0 for reset zoom, so it's probably not too bad :)
On Fri, Oct 16, 2015 at 8:29 PM, Graham P Heath graham.p.heath@gmail.com wrote:
I use the keyboard shortcuts regularly, I have a co-worker with poor vision and I like to make it easier when I’m asking for help. I also don’t use command zero for the final tab, but I think we’ve all probably realized that people uses tabs differently. I do occasionally hit Command + Zero expecting a zoom reset, as thats how you’d reset the zoom in a browser, that said, the reset shortcut doesn’t seem necessary to me, seeing as we just got a display that lists the percentages. Graham P Heath On October 16, 2015 at 9:29:12 AM, Matt Neuburg (matt@tidbits.com) wrote: Personally I would prefer if there were NO keyboard shortcuts connected to zooming. The only time I ever zoom is when I use a keyboard shortcut accidentally. If I can't expunge the feature I'd like at least never to encounter it again. m. Sent from my iPhone, but I am not a dork. Really. matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 9! http://shop.oreilly.com/product/0636920044352.do iOS 9 Fundamentals! http://shop.oreilly.com/product/0636920044345.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html On Oct 16, 2015, at 7:13 AM, Carpii UK carpii.uk@gmail.com wrote: I think all it really needs is a menu item adding in View -> Font to reset the zoom level Then anyone can just remap CMD+0 to Reset Zoom if they want, just using OSX Prefs -> Keyboard -> Applications On 16 October 2015 at 15:09, Koen Punt koen@koenpunt.nl wrote: Zooming isn’t something I use, last tab I do. A reset option in the menu would be a start for those who use the zoom functionality. Or configurable shortcuts, but that’s another feature. Koen On Fri, Oct 16, 2015 at 11:50 AM, Allan Odgaard mailinglist@textmate.org wrote: On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%). For those that do use “Last Tab”, can ⌘9 work as its shortcut? And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab? _______________________________________________ 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 _______________________________________________ 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
Hi Allan,
On 16 Oct 2015, at 11:50 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 16 Oct 2015, at 16:37, fukurokujo wrote:
last tab is arguably more valuable compared to reset zoom factor…which I don’t think any of the people I know (myself included) ever had to use.
I guess it depends on the user. I’ve never used “Last Tab” myself, but I have certainly messed with the font size (and used the OSD to get back to 100%).
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
Does "Last Tab" mean the "Previously Activated Tab" (so one could quickly switch between two tabs/ files… which sounds somewhat useful) or does it mean "The Last Tab in the Tab Bar" (which sounds rather pointless, IMHO)? :)
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
"⌘9" should mean "Select Tab #9", else it gets confusing, IMHO. But having said that, I don't think I ever wanted/ needed to go to Tab 9 (usually it's just 1, 2 or 3 here) :)
regards, Christian
On 19 Oct 2015, at 15:36, Christian Rosentreter wrote:
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
Does "Last Tab" mean the "Previously Activated Tab" (so one could quickly switch between two tabs/ files… which sounds somewhat useful)
That can be achieved with ⌘T + ↩ since the Go to File… dialog has the files LRU sorted.
or does it mean "The Last Tab in the Tab Bar" (which sounds rather pointless, IMHO)? :)
I assume some users place their TODO.txt or similiar as the last tab, and since visually counting the tabs and hitting the corresponding key is unlikely effective when we go above 5, knowing that ⌘9 is always the last visible tab might be more useful.
On Fri, 16 Oct 2015 16:50:47 +0700, Allan Odgaard wrote:
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
I think it's fine.
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
I only ever use low-number tab numbers because identifying which is the tab for larger numbers requires counting the tabs ("Ok I want that distant tab, it is number [counting to self: 1, 2, 3, 4, 5, 6, 7…] ok it's tab #7").
Q
It would it make easier if the tabs had numbers on them, just like iTerm2.
On Mon, Oct 19, 2015 at 9:57 PM, Quinn Comendant quinn@strangecode.com wrote:
On Fri, 16 Oct 2015 16:50:47 +0700, Allan Odgaard wrote:
For those that do use “Last Tab”, can ⌘9 work as its shortcut?
I think it's fine.
And for people using ⌘1-n (for the n’th tab), do you ever need to reach the 9’th tab?
I only ever use low-number tab numbers because identifying which is the tab for larger numbers requires counting the tabs ("Ok I want that distant tab, it is number [counting to self: 1, 2, 3, 4, 5, 6, 7…] ok it's tab #7"). Q _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Sounds like something I'd use quicksilver for. Select the text once it's output in Textmate then ⌘+ESC (send the currently selected text to quicksilver) followed by RETURN (select the default option which should be Large Type) which will display large the selected text on your screen. With Quicksilver you can probably even set up a shortcut trigger that will do this in one.
Just wanted to say that if you're not using ⌘T yet you should probably take a bit of time to try and add it to your workflow. It's an amazing way to switch files. Managing tab order is completely unnecessary once you properly get to grips with ⌘T. One handy tip for you: ⌘T + Enter switches you to the last opened file in that project.
Works here. I think what Tim meant is this:
You have click on the tab menu first, then click on the tab you wanna drag in the menu. It now is the rightmost tab and can be dragged anywhere you want it to be.
On 14.10.2015, at 14:02, Kalcifer Kandari kalciferkandari@gmail.com wrote:
Not when they become a menu (when the total width of all the tabs exceeds the width of the window).
On 14 Oct 2015, at 12:59, Tim Bates timothy.c.bates@gmail.com wrote:
you can just click and drag them to move. Same as safari,no? t
On 14 Oct 2015, at 12:24 PM, Kalcifer Kandari kalciferkandari@gmail.com wrote: Should be able move tabs around once they overflow the tab bar, Safari and Firefox have good ways of handling this.
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