Pagerank
 
Web 5download.com

HOME |WINDOWS | DRIVERS | GAMES | MAC

 

Mac > Developer Tools

 

 

Accessorizer 0.9.9u

 

 

Rating: Excellent

 

Rated by: 1 user(s)

 

 
Download mirror

Downloads:

103

Developer:

Kevin Callahan

License:

Freeware

Price:

FREE 

OS:

Mac OS X 10.2 or later.

Size:

590 KB

Last Updated:

January 7th, 2005 09:09

Category:

Mac > Developer Tools

 

 

Description

 

 

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