[TxMt] FR: Reset zoom

Rasmus Malver rasmus at malver.dk
Wed Oct 14 18:50:53 UTC 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20151014/cc6cf0a0/attachment.html>


More information about the textmate mailing list