Multiline Find & Replace

Is there a way to do a multi-line find/replace in the Xojo IDE?

For the sake of “getting it done” on this project I’m biting the bullet and going through the lines one-by-one but it’s probably going to take a half an hour of what should be better spent dev time.

You can use RegEx with Find & Replace, \n would be newline. You’ll need to select the option with the cog button.

Edit: Quick test, that didn’t work…

Tried that, and it doesn’t seem to find any matches unfortunately. Good thought though, thanks!

Hi Christian - my solution is to save Xojo code as .xojo_code then use a standard text editor.

Thanks Mike, unfortunately I only have platform licenses for Windows and Mac so I am restricted to binary files only.