Page 1 of 1

Tips for "Generated Settere/Getters" dialog.

Posted: Fri Sep 18, 2009 1:00 pm
by marfi
Hi,
I have some suggestions for new revamped "Generate Setters/Getters" dialog. The first one is: if user changes state of "Function name starts ... " checkbox, then items in members list/tree should changed appropriately (now it remains without any visible change). The second one is that grayed items should be disabled, because now it is little bit confusing if some list items are grayed but still modifiable. And the last one suggestion/question: is possible to disable code re-formating after new getters/setters insertion? I don't want to use this feature at all but after each usage of G/S dialog I have to undo re-formated code which is quite annoying especially when the code editor is always scrolled to its end.

Best regards
Michal

Re: Tips for "Generated Settere/Getters" dialog.

Posted: Fri Sep 18, 2009 3:56 pm
by eranif
marfi wrote:if user changes state of "Function name starts ... " checkbox, then items in members list/tree should changed appropriately
Done
marfi wrote:The second one is that grayed items should be disabled
Done
marfi wrote:And the last one suggestion/question: is possible to disable code re-formating after new getters/setters insertion?
Done

Committed in SVN revision 2989 (tested on Kubuntu 64bit & XPsp3)

Eran

Re: Tips for "Generated Settere/Getters" dialog.

Posted: Fri Sep 18, 2009 8:59 pm
by marfi
You are just great! :) Thanx a lot!
M.