Changing Reference To Object In Xojo

Is it possible to quickly change the name of every item that refers to a specific variable. I know that in MonoDevelop, you press F2 with the variable name selected to do this. In MonoDevelop it is called, ‘refactoring’. http://monodevelop.com/Documentation/Refactoring

Thanks in advance

Sure. Perform a search on the variable name then do a replace and select all occurrences

Thanks, I was already aware of this but I need to find all of the occurences of specifically the variable rather than just the variable name.

Th[quote=33012:@Roger Clary]Sure. Perform a search on the variable name then do a replace and select all occurrences[/quote]
What I mean is, it finds variables with that contain that name but it is not actually that variable.

Changing the search to use “whole word” ought to help a little with that (click the “gear” icon to the right of the search field).

Sounds good. Thanks, I hope this helps. Does sound like what I am looking for. :slight_smile: