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