Re: pragma mark equivalent for java?
Re: pragma mark equivalent for java?
- Subject: Re: pragma mark equivalent for java?
- From: Scott Tooker <email@hidden>
- Date: Tue, 24 Aug 2004 14:36:10 -0700
Not currently. We have at least one bug requesting a language neutral
marker for this purpose.
Scott
On Aug 24, 2004, at 11:38 AM, Ryan Poling wrote:
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.
_______________________________________________
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.