Community
Participate
Working Groups
Build Identifier: 20110301-1815 The "Generate getters and setters" feature seems to be hardcoded to use "getXXX()" and "setXXX()" named functions, and does not allow customizing prefixes or suffixes (i.e. if I want my getters to use the Qt-style plain "XXX()" and setters to be "setXXX()".) Reproducible: Always Steps to Reproduce: 1. Right click in editor 2. Source -> Generate getters and setters
This feature is available in CDT 8.0 > 20110425. You can change that in the preferences, C/C++, Code Style, Name Style. *** This bug has been marked as a duplicate of bug 273529 ***