Hey,
I'm just getting started with Cocoa programming (using Aaron Hillegass's excellent
Cocoa Programming for Mac OS X, might I add) and I've noticed that while Hillegass uses method definitions that look like
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
- (void)tableView

NSTableView *)aTableView
setObjectValue

id)anObject
forTableColumn

NSTableColumn *)aTableColumn
row

int)rowIndex
</font>[/code]
Project Builder's indentation rules seem to frown upon this style of indentation for method definitions (which is odd, since it accepts -- heck, even auto-indents! -- multi-line method calls). Does anyone know how I could get around this and have the method definitions auto-indent or know who I might be able to contact to see about getting this feature added?
[ 12-18-2001: Message edited by: Evan DiBiase ]