I post a ticket to this forum thread here so it won't get lost,
forum post
You can find the changes on this branch:
https://github.com/bluehazzard/codeblocks_sf/tree/test/classwizard/addSettingsDlg
possible changes:
- Parameter name of the set function:
- use generic "var" name (default)
- use variable name without prefix
- First letter of set and get function
- upper case (default)
- lower case
- Implementation of set and get functions
- header file (default)
- source file
- function name generation for the set and get functions
- variable name without prefix (default)
- variable name but with first letter upper case (came case) after the set/get
- variable name all lower case
- variable name all upper case
additionally i added in the settings dialog the settings for the file extensions. Right now they are saved from the new class dialog. I added this for convenience...