Likewise for us...we use '_' as a prefix for all member variables... and the Alt-Insert approach also does not work well for the same reason...maybe this could be addressed in a Code style preference???
Timothy M. Dean said: > Thanks for the tip - I hadn't noticed that feature yet! Unfortunately, > this approach to generating getters and setters doesn't work as well for > me. Due to coding standards, my instance attributes are prefixed with an > "m" (for "member"), a prefix that I do not wish to preserve in my getter > and setter names. Going through the "Encapsulate Fields" refactoring > allows me to edit the names of the getters and setters to be generated. > Going through the Alt-Insert approach does not... ********************************* Chris Merrill [EMAIL PROTECTED] ********************************* _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
