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()
?
Asked
Active
Viewed 2,322 times
3

galileoMonkey
- 715
- 6
- 12
-
+1: Didn't know about the getter/setter generation before! – mmmmmmmm Sep 13 '09 at 19:52
2 Answers
1
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
- 1,548
- 11
- 14
-
It has been a few years. Has been fixed in eclipse in the latest release? – DogEatDog Apr 14 '12 at 16:15
-