3

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() ?

galileoMonkey
  • 715
  • 6
  • 12

2 Answers2

3

It's now possible via the following menu:

enter image description here

Emile Bergeron
  • 17,074
  • 5
  • 83
  • 129
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