There are a few new versions of LocationNavigate released recently.
It is not clear what was changed there.
Please update the "What's new" section or add "changelog.txt" to the archive with the .dll file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By the way, I remember LocationNavigate 0.4.7.7 could hang or crash while some Notepad++ recorded macro was running from the beginning to the end of a large file.
I could not reproduce such problem with LocationNavigate 0.4.7.9, so looks like something was done with regards to Notepad++'s macros as well?
For example, here is how XBrackets Lite deals with macros:
Thanks for MACRO reference, the locationNav plugin is based on scintilla msg( record position of cursor and analysis) .
Maybe the NPP and scintilla have been optimized. If can reproduce an issue of crash , I will disable plugin temporary when Macro run.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are a few new versions of LocationNavigate released recently.
It is not clear what was changed there.
Please update the "What's new" section or add "changelog.txt" to the archive with the .dll file.
I have added News section
Thank you!
By the way, I remember LocationNavigate 0.4.7.7 could hang or crash while some Notepad++ recorded macro was running from the beginning to the end of a large file.
I could not reproduce such problem with LocationNavigate 0.4.7.9, so looks like something was done with regards to Notepad++'s macros as well?
For example, here is how XBrackets Lite deals with macros:
The method OnNppMacro basically disables and re-enables the plugin to not intervene in what the macro is doing.
Thanks for MACRO reference, the locationNav plugin is based on scintilla msg( record position of cursor and analysis) .
Maybe the NPP and scintilla have been optimized. If can reproduce an issue of crash , I will disable plugin temporary when Macro run.