Book a Demo

Author Topic: Override existing function in Add-Ins  (Read 4313 times)

orientphoebus

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Override existing function in Add-Ins
« on: December 09, 2005, 06:41:40 am »
It seems Add-Ins are used to create your own new operations. How about overloading existing ones:

1. Existing menus operations: like in "Code Engineering" -> "Reset option for this package", I'd like to provide a dialog for user to input a new path for the classes' code generation filename.

2. Override existing language's reverse engineering. Like C#, I am satisified with most of the reverse engineering results, just want to make a little modification for the relationship between classes. I don't want to create a totally new reverse engineering process.
« Last Edit: December 09, 2005, 06:42:44 am by orientphoebus »

thomaskilian

  • Guest
Re: Override existing function in Add-Ins
« Reply #1 on: December 11, 2005, 05:15:08 am »
You should move that to Suggestions/Requests since it's not possible so far. Would be nice to have (#1), though :)
For #2 see the discussions here in the past...
« Last Edit: December 11, 2005, 05:54:17 am by thomaskilian »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Override existing function in Add-Ins
« Reply #2 on: December 11, 2005, 01:01:17 pm »
Just on #1, try having a look at the Local Paths feature of EA.  This does what you want.  Just set up the local path corresponding to the old path and apply.  Change the path and optionally expand.  Paths are changed.

orientphoebus

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Override existing function in Add-Ins
« Reply #3 on: December 12, 2005, 06:26:50 am »
I know the "Local Path" approach for #1. It's fine as long as you did  not accidently "Clear Filenames" from the Code Generation menus.

I think it's really a little "odd" approach. First, people is not that easy to find this function; Second, it is not toatly doing what normally people want; Third, you must understand the concept and remember it, otherwise you will lose your correspondant files path for a whole bunch of files and the only way to get them back is set them one by one.


For #2, does anyone know the existing discussion about it? I tried to search with some word pattern, didn't find anything yet.

thomaskilian

  • Guest
Re: Override existing function in Add-Ins
« Reply #4 on: December 12, 2005, 07:30:51 am »
Search for "roundtrip"