| View previous topic :: View next topic |
| Author |
Message |
BenDave
Joined: 26 Mar 2008 Posts: 8
|
Posted: Thu Mar 27, 2008 9:19 am Post subject: Ordering of member variables in the generated code |
|
|
Hi,
Is there a way of positioning the member variables first in the java code ?
By default, each new member is added with its accessors, we would like the java file to show all the variables first and then the methods.
Best Regards,
BenDave |
|
| Back to top |
|
 |
yves.yang Site Admin
Joined: 04 Aug 2006 Posts: 462
|
Posted: Thu Mar 27, 2008 9:36 am Post subject: Re: Ordering of member variables in the generated code |
|
|
In the package explorer, right select your class and call the context menu Source->Sort Members ...
Best regards
Yves YANG |
|
| Back to top |
|
 |
|