pragma mark equivalent for java?
pragma mark equivalent for java?
- Subject: pragma mark equivalent for java?
- From: Ryan Poling <email@hidden>
- Date: Tue, 24 Aug 2004 11:38:23 -0700
In my Objective-C Cocoa projects, I organize my .m files using labels
like this:
#pragma mark -
#pragma mark mylabel
throughout the code to break it up into sections. These labels appear
in the XCode symbols popup list along with the method names in bold and
cause the methods "under" them to be shifted to the right in the list.
This is a great organizational aid.
Is there any equivalent of this for a java file in XCode? Of course I
could have empty method declarations, but they would not appear in bold
in the list.
Thanks.
-Ryan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.