bluegriffon
bluegriffon copied to clipboard
Recursive "Replace all" in source tab hangs
- Start BlueGriffon v3.1
- Create a new blank page
- Write "A" anywhere on the page
- Switch to source code view
- Hit Ctrl+R
- Find "A" and replace with "AA"
- Click to replace all
The script hangs. After I choose to stop it, I have as many "A" as it could insert until I stopped it. Looks like it is recursive and keeps replacing every occurrence of "A" at every cycle.