• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode: generate KVC compliant method bodies from header
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: XCode: generate KVC compliant method bodies from header
      • From: Kevin Callahan <email@hidden>
References: 
 >XCode: generate KVC compliant method bodies from header (From: Matthew <email@hidden>)

  • Prev by Date: Re: storing numbers
  • Next by Date: Re: [OT] Software Delivery (was Re: Why do "loose" nibs take precedence over nibs in .lproj?)
  • Previous by thread: Re: XCode: generate KVC compliant method bodies from header
  • Next by thread: Re: XCode: generate KVC compliant method bodies from header
  • Index(es):
    • Date
    • Thread