[ANN] Accessorizer update
[ANN] Accessorizer update
- Subject: [ANN] Accessorizer update
- From: Kevin Callahan <email@hidden>
- Date: Wed, 27 Oct 2004 11:40:36 -0700
What's new in version (v.0.9.9j)<x-tad-smaller>
• Added locking code using @synchronized() on self and on semaphore
• Improved locking code when locking on an NSLock
• Removed the toolbar item for locking on ivar and put locking options in Prefs drawer
• Fixed archiving pref that wasn't saving out properly
• Fixed some formatting issues (removed extra newlines etc)
• Added support for keyed archiving of types which do not have methods on NSKeyedArchiver/NSKeyedUnarchiver
These types are now wrapped in NSNumber:
unsignedInt
char
unsignedChar
short
unsignedShort
long
unsignedLong
longLong
unsignedLongLong
</x-tad-smaller>
http://www.kevincallahan.org/software/accessorizer.html
aqua: http://www.kevincallahan.org/software/pin/Accessorizer.dmg
textured: http://www.kevincallahan.org/software/metal/AccessorizerTextured.dmg
=======================
How to invoke Accessorizer, yet never leave XCode !
Set your prefs, then minimize Accessorizer to the dock. Because Accessorizer automatically puts results on the pasteboard when a service is invoked via the Services menu (or shortcut such as cmd-1 for declaration, cmd-2 for implementation), you never have to leave XCode unless you want to change your accessor style.
1) select your ivar declaration(s)
2) choose a shortcut such as cmd-1 for generating the declaration method(s)
3) move cursor and paste results
As the ivar declarations are deselected upon pasting the results, you'll have to reselect the ivars if you want to generate the implementation methods.
=======================
_______________________________________________
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