Author Topic: autofilling filepath/filename for new class  (Read 1985 times)

feech

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
autofilling filepath/filename for new class
« on: March 03, 2009, 05:29:12 pm »
I am a developer of C + + and is developing a design model
Each class created in the model is transformed into the source project files.

for each class before the first generation, I always have to specify the location of the created files, but the structure of the source corresponds to the structure Design Model.

would like that for each new class will automatically fill filepath/filename in accordance with the hierarchy of model and default path for a project.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8064
  • Karma: +118/-20
    • View Profile
Re: autofilling filepath/filename for new class
« Reply #1 on: March 04, 2009, 08:17:15 am »
You can use the generate package source code function and 'Auto generate files' option to achieve this.  (Or very close to it.)