Is there a way (either via the UI, or in config files) to change the names of the C++ getters/setters generated by Eclipse CDT from the Java-style getSomething()
to the more C++ like something()
?
views:
252answers:
1
A:
Unfortunately there's absolutely no way to do that currently, as get and set prefixes are hard-coded in Generate Getters/Setters wizard code.
Aleksei Potov
2009-11-03 15:01:54