Keystroke recording/macros?
Keystroke recording/macros?
- Subject: Keystroke recording/macros?
- From: Pete Warden <email@hidden>
- Date: Tue, 3 Feb 2004 13:53:10 -0800
Is there any way to record a sequence of keystrokes as a macro in
XCode, or do something equivalent. An example of the sort of thing I'd
like to use a keystroke macro for is if I had an array initialisation
list like this:
{
foo,
bar,
baz,
...
};
and I wanted to transform it to
{
"foo", foo,
"bar", bar,
"baz", baz,
...
};
Any ideas? If this is not currently do-able I'll file an enhancement
request, but I wanted to make sure I'm not missing anything.
thanks,
Pete
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.