Notepad++ 7.8.2 32-bit on Windows 10
When I record a macro, open the “Run a Macro Multiple Times” dialog, select “Run until the end of file”, and press “Run”, the macro only executes once (see the exception where it runs twice below). If I choose “Run X times”, it does run X times. It never runs "to end of file".
Exception: My testcase is to find the letter ‘a’, then record a macro that replaces ‘a’ with ‘z’ and does a Find Next. What I’ve noticed is that when clicking the “Run a Macro Multiple Times” Run button with “Run until the end of file” selected, the macro only runs once EXCEPT when on the last ‘a’ on the line, in which case it replaces that last ‘a’ as well as the first ‘a’ of the next line before it stops. So it does run twice in this case, but never to end of file.
I think I opened this issue for the wrong application? This is not the main NPP ticket system, but rather Notepad++ Plugins? Sorry. Please close.