Re: Strong language about Cocoa and Qt.
Re: Strong language about Cocoa and Qt.
- Subject: Re: Strong language about Cocoa and Qt.
- From: Jeff Harrell <email@hidden>
- Date: Wed, 2 Jul 2003 07:53:02 -0500
On Tuesday, July 1, 2003, at 01:48 PM, Prachi Gauriar wrote:
Copy the contents of this folder into ~/Library/Application
Support/Project Builder/ and you'll get some scripts to write
accessors, comment out lines, insert HeaderDoc comments, etc.
Thank you for mentioning this. I'd seen these once and then forgotten
all about them. I'm glad you reminded me. F11 and F12 are now my best
friends. ;-)
It would be pretty simple create scripts to have it write init and
dealloc methods as well if that's what you want it to do.
I went a different route. I created a custom file template that
includes everything I need. It subclasses NSObject, and includes
+initialize, -init, and -dealloc. If I need to do anything in those
methods, I fill them in. If not, I just leave them empty.
--
email@hidden
http://homepage.mac.com/jharrell
_______________________________________________
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.