Book a Demo

Author Topic: Remove C in generated Classes  (Read 2930 times)

Andreas_G

  • EA User
  • **
  • Posts: 125
  • Karma: +0/-0
  • And that's the way the cookie crumbles.
    • View Profile
Remove C in generated Classes
« on: July 05, 2004, 01:52:05 am »
Hi out there,

at the moment I have the problem that all my Classes have the prefix "C" (e.g.: CMyClass).

But as our coding style guide says this C should be removed in the filenames (e.g.: MyClass.h and MyClass.cpp). (Like you can see, we use C++).

I know that I set the filename by myself if I generate only one class, or each class after an other.
However - I want to generate a whole package.

Is there a possibility to say anywhere "Remove 'C' in Filenames"? I know, rose had this possibility.  ;)
bye
Andreas

AdamHearn

  • EA User
  • **
  • Posts: 58
  • Karma: +0/-0
    • View Profile
Re: Remove C in generated Classes
« Reply #1 on: July 05, 2004, 05:36:57 am »
We also have the same request!