Ary Borenszweig wrote: > In C++ and D, you have to use _property, or fProperty, mProperty, or > some other ugly syntax. :( OT, why does Eclipse do this? It was also required where I used to work (mName for member variables, sName for static variables), but I never asked why.