Re: XCode: generate KVC compliant method bodies from header
Re: XCode: generate KVC compliant method bodies from header
- Subject: Re: XCode: generate KVC compliant method bodies from header
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sun, 23 Jan 2005 13:37:04 +0100
At 19:48 Uhr -0500 22.01.2005, Matthew wrote:
It seems pretty reasonable to have some AppleScripts generate a body
that's KVC compliant from a header that contains the instance
variables and the non-KVC method declarations. Before I run off to
do this, does anyone know of a location that already provides this?
Yea, I know it could get fancy by synchronizing newly added methods,
etc, but it would be nice to just have a simple little script save a
few minutes at the start of each project by skipping the mundane
details of copying and pasting all of the methods, doing KVC, etc.
You're aware of Accessorizer? It doesn't do it fully automatically,
but it lets you select instance variables and generates accessors for
them, does KVC and indexed accessors and a lot of other nifty things.
I would guess with the general parsing and generating code in place,
it may be possible to expand that to also find methods and generate
implementation shells for that, maybe even with nice header comment
templates...
Maybe the author is bored right now ;-)
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden