Eric,

> -----Original Message-----
> From: Eric D. Friedman [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 20, 2001 8:24 AM
> To: JDE List
> Subject: placement of member variables in get-set generator
> 
> 
> 
> Does anyone have any idea what it would take to change M-x 
> jde-gen-get-set
> so that it would place the member variable at the top (or bottom) of
> the class but put the generated methods at point?

If I am not mistaken, the jde-gen-get-set does not generate the member
variables. Instead it generates the getters and setters based on existing
member variables. Did you mean to say that the wizard should *move*
the member variables to the top (or bottom) of the class in case they were
not already in
the right place ? I guess, what I am saying is that, this may not be
required as
the user can insert the member variables in the right place in the first
place.

Come to think about it there could be a separate command to move all (or by
accesor type)
the member variables to the top (or bottom) based on customizable setting.
There could
be other customizable ability sort/oragnize by name, or attributes like
'static', 'final'

What do people think ?

cheers,
-sandip

Reply via email to