So I am trying to search my whole solution or even a project and replace one particular word with another. I am noticing that Ranorex opens every single file that has this word in it prior to saving it. This seems like a really bad way to do things as the more files you open the more memory seems to be used. After I let the replace all feature run for about 5 to 10 minutes I start getting exceptions thrown left and right saying I am out of memory.
My question is why is Ranorex opening every single file it finds that text in and is there any way to turn it off. I know Visual Studio has an option like this but I can't find it in Ranorex. I am guessing it is opening the files so you have a way to undo your changes. The other issue with this is nothing is saved after you do a replace all, instead you have to choose to save all open buffers. This too is sometimes causing an out of memory exception. Even after saving the items it does find prior to the exception nothing really gets saved. After I close Ranorex and reopen it none of the replacements were saved, I am guessing Ranorex just sort of shuts down after this exception and needs to be restarted.
I have noticed this functionality where Ranorex is opening all the files associated with a change in other areas of Ranorex as well and it is very annoying.
In case you were wondering why I was using this replace all feature it is because an object we use in almost all of our recordings name changed (which is how we are identifying it by accessiblename). I had tried changing the item in the repository but while it was rewriting all the files associated with that repository item I once again got an out of memory exception.
This is something that I can forsee happening often since it is the nature of software to change, I need to be able to easily update my recordings and change repository item names without getting these errors. I am using v2.3 by the way.
This is a screenshot of the exception
http://img69.imageshack.us/img69/6220/ranorexexception.jpg
This is a screenshot of the error I receive after I choose to close Ranorex after the exception
http://img17.imageshack.us/img17/6901/errorar.jpg
Please help!