Re: Keystroke recording/macros?
Re: Keystroke recording/macros?
- Subject: Re: Keystroke recording/macros?
- From: Dave Camp <email@hidden>
- Date: Tue, 3 Feb 2004 14:29:10 -0800
You could probably do that with an XCode User Script.
<file:///Developer/Documentation/DeveloperTools/Conceptual/
CustomizingXcode/index.html>
Dave
On Feb 3, 2004, at 1:53 PM, Pete Warden wrote:
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.
---
In English, every word can be verbed.
_______________________________________________
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.