Re: generate skeleton
Re: generate skeleton
- Subject: Re: generate skeleton
- From: Ondra Cada <email@hidden>
- Date: Tue, 30 Jul 2002 15:05:11 +0200
On Tuesday, July 30, 2002, at 05:21 , Chong Hiu Pun wrote:
I've finished my cocoa project in project builder. However, later on, I
want
to add one more menu item which do sth for the program. After I created
the
corresponding action inside interface builder, how can I auto-generate the
added-function declaration inside my .h and .m file? Thanks.
You don't. Put it there "manually" in PB's source editor. It's more
convenient anyway, for you can place it whenever *you* want it, and add
comments.
Since IB alas does not scan headers automatically like WOBuilder, you have
to tell it to re-scan the header. The simplest way is just drag'n'drop the
header from PB over IB main window.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.