Tips for "Generated Settere/Getters" dialog.

General questions regarding the usage of CodeLite
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Tips for "Generated Settere/Getters" dialog.

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post 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
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

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

Post by marfi »

You are just great! :) Thanx a lot!
M.
Post Reply