| |
Accessorizer is a FREEWARE application and a set of Services which generates ObjC accessor declaration and implementation methods from variable declarations.
Accessorizer offers a broad range of memory management schemes used by the best-known Cocoa/Objective-C experts. The readme includes links to important memory management articles and resources.
What's New in This Release:
· Version 099t introduced support for acronyms but broke prefixes! This version fixes that.
· Per user request: Accessorizer now supports ivar declarations such as:
· id UIN;
· id GUIState;
· Fixed locking code in GETTER and added locking for non-pointer variables in setter
· Added generation of NSLogs (with an option to // them out)
· The default font for Accessorizer text views has been [NSFont userFixedPitchFontOfSize: 0.0], now there is a pref to change font in the Prefs drawer-> General tab
· Fixed Java output
· Reconnected controller wire to language matrix (prefs for Objc/Java are honored again :-)
· Added a print menu to print results
· Removed colon after getter signature in comment header when single header pref is OFF
· Added /* ivar */ comment header
|