Book a Demo

Author Topic: search and replace  (Read 1997 times)

hofer

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
search and replace
« on: June 17, 2009, 08:59:43 pm »
Hello,

I am new to EA and have a basic question about how to search and replace a string inside an object for example a state. My problem is, that we made a typing mistake and we had typed over 400 operation with the wrong spelling of a operation. Is there a way to search for all this functions and then replace them all with a new name ?
So far I am only able to search for string, with the extend search but than i only get a list of all objects where this string is used, but not possiblity to replace the string.
Hope you could help me, Thanks!


pm.consultant

  • Guest
Re: search and replace
« Reply #1 on: June 19, 2009, 07:24:32 am »
Hi,

I think that your only way to achieve your replacements is to export your project root package in XMI file using Roundtrip compatibility option, search & replace your fonction name with notepad++ for example, and finally import your corrected XMI file containing new function names.

I didn't try it, but i think it is the only solution.