While waiting for proper chunk undo, is it possible for a macro or command that can do something similar? I'm thinking it would recognize text between spaces for each chunks; that way, whole words undo at a time. It's not perfect, but would certainly be easier than cmnd-zzzzz...
On Sep 06, 2005, at 23:34, Steve Weintraub wrote:
While waiting for proper chunk undo, is it possible for a macro or command that can do something similar? I'm thinking it would recognize text between spaces for each chunks; that way, whole words undo at a time. It's not perfect, but would certainly be easier than cmnd-zzzzz...
I'm not sure that's possible, but it may be that you can make a macro that triggers cmd-Z ten times at once.
Now THAT'S a brute approach :)
On Sep 6, 2005, at 11:05 PM, Caio Chassot wrote:
On Sep 06, 2005, at 23:34, Steve Weintraub wrote:
While waiting for proper chunk undo, is it possible for a macro or command that can do something similar? I'm thinking it would recognize text between spaces for each chunks; that way, whole words undo at a time. It's not perfect, but would certainly be easier than cmnd-zzzzz...
I'm not sure that's possible, but it may be that you can make a macro that triggers cmd-Z ten times at once.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Ok, I actually recorded a macro thats halfway decent. All it does is select the current word and deletes it. Not perfect to be sure, but in most instances where I'm typing away and want to delete the last x chunks it does the trick.
opt-delete doesn't work the same way; it only deletes the characters of a word preceding it, so if your cursor is in the middle of a word, it will only delete the whole word.
On Sep 7, 2005, at 1:06 AM, Michael Sheets wrote:
Ok, I actually recorded a macro thats halfway decent. All it does is select the current word and deletes it. Not perfect to be sure, but in most instances where I'm typing away and want to delete the last x chunks it does the trick.
Try option-delete... ______________________________________________________________________ For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate