I'm trying to figure out if there is a way in TextMate that I can send out the code I'm typing on the fly to TextEdit.
Maybe some AppleScript or something, any thoughts? Thanks.
|
I'm trying to figure out if there is a way in TextMate that I can send out the code I'm typing on the fly to TextEdit. Maybe some AppleScript or something, any thoughts? Thanks. | |||
|
feedback
|
|
This is seriously ugly, but works though. Requirements:
What it does is simply select all, copy, and paste over the TextEdit window.
| |||||||
feedback
|
Cmd+A, Cmd+C, Alt-Tab, Cmd+V– slhck Aug 2 '11 at 8:48