Bug 23209 - Format source should be able to order class members
Summary: Format source should be able to order class members
Status: RESOLVED DUPLICATE of bug 14597
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-05 06:39 EDT by Dominic Pilbeam CLA
Modified: 2002-11-05 16:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Pilbeam CLA 2002-09-05 06:39:42 EDT
It would be nice to be able to use the format source option to re-order the 
members of a class.
There is a feature like this in VA which allows you to specify the order (e.g. 
constructors, static methods, instance methods) and re-orders the members 
within this structire in alphabetical order.

Another 'nice to have' in this area is to decide whether you want methods 
indented or not. Generally when you're looking at Java source, you know you're 
in the first level of indentation (i.e. a method) so it's a waste of columns to 
indent methods. It would be good to be able to specify this when formatting 
code.
Comment 1 Olivier Thomann CLA 2002-11-05 16:57:25 EST

*** This bug has been marked as a duplicate of 14597 ***