Replace All

I wanted to change the function utils.hasChildRecords into databaseManager.hasRecords to keep my solution ‘up to date’.

I did so via a Replace All in the Find and Replace dialog.

Normally this goes well without any problems unless there are too many changes. Memory gets flooded with all open methods and Servoy can only be restarted via a hard shutdown.

I am happy with the fact the methods have to be saved manually. Although this is a lot of work I still like to see what I replaced.

But why not check how many methods are opened (maybe evaluated agains allocated memory) and at some point just stop replacing with a message to go through the process again after saving the methods?

The only option I have now is doing this form by form or so but that’s a hell of a lot of work extra…