Search Results

2
votes

How can I perform an action n-many times in TextMate ( both Emacs and Vim can do it easily! )?

I would create a bundle command to do this. You can take editor selection as input to your script, then replace it with the result of execution. This command, for example, will take a sele …
4
votes

What are some useful TextMate features?

I like the integrated HTML/XML Tidy. Cmd-shift-H is your friend. Also, nice integration with a variety of scp/sftp clients. …
0
votes

Measuring bluetooth signal strength via AppleScript on Mac OS X

From looking at the Cocoa IO …