Author Topic: Search and replace  (Read 2915 times)

ajaxx

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Search and replace
« on: November 15, 2004, 01:01:04 pm »
Maybe I missed this, but I don't think so.  When I'm modelling I'll run into cases where I have a class of type "Foo" that I use generously throughout my structure.  If by hook or crook the name needs to change I am often stuck with the lengthy process of updating any members or methods that use that class.  I'd really like a quick way to find all the instances of Foo and change them to Bar.

mikewhit

  • EA User
  • **
  • Posts: 608
  • Karma: +0/-0
  • Accessing ....
    • View Profile
Re: Search and replace
« Reply #1 on: November 16, 2004, 03:24:49 am »
Quote
... I am often stuck with the lengthy process of updating any members or methods that use that class ...
Can't you just edit the class name in the Project View - all your other linked instances should then change accordingly - shouldn't they ?