Generating accessor methods (was Re: [OT] Retain count riddle)
Generating accessor methods (was Re: [OT] Retain count riddle)
- Subject: Generating accessor methods (was Re: [OT] Retain count riddle)
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 31 Mar 2004 10:41:20 -0800
On Mar 30, 2004, at 12:31 PM, Jonathan E. Jackel wrote:
Is it really so difficult to write proper accessors the long way, or
use a
tool like Accessorizer?
If you launch Accessorizer
(<
http://www.kevincallahan.org/software/accessorizer.html>) then
minimize it, accessing an Accessorizer service from a menu (or
keystroke) while in XCode will not switch you back to Accessorizer, but
will keep you in XCode... and you can simply paste results where you
want (since the results are on the pasteboard). The advantage of
Accessorizer over scripts is that if you need to, you can switch to
Accessorizer and modify the style of accessor it generates -- one size
does not fit all:
<
http://www.stepwise.com/Articles/Technical/2002-06-11.01.html>
I use cmd-1 for Declaration and cmd-2 for Implementation.
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.