Find Next, Replace and Find Next

Using Xojo R3.2, I want to change some character strings in a method, but not all. I recall we used to be able to do a find and replace using shortcut keys. Now the only way I can see to do this is by selecting the found items in the search panel and replacing them in bulk. This works great for most instances, but for my case now I want to take a long SQL query string and make a columnar list of the fields. (For inserting comments in my method.) I would normally just find a comma and replace it with a line ending. It would be so much easier to just use hotkeys to go down the string and use “replace and find next” to do the replace and “find next” to skip the ones I don’t want to replace.

I realize I could easily copy into BBedit and do this, but surely there must be a simple way in Xojo that I’m overlooking. Or maybe not…