Or even better, parse the file for existing class members and prompt to insert get-set methods. Jeff
----- Original Message ----- From: "Eric D. Friedman" <[EMAIL PROTECTED]> To: "JDE List" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 11:24 AM 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? | | Currently this template places everything at point, and my coding standard | requires that the members go at the top of the file. I realize that I can | use the (fantastic) wizard for generating a bunch of accessor/mutators for | members on a class in this manner, but it would be nice if jde-gen-get-set | could have similar behavior. | | Eric
