DV - 2023-09-24

NppExec is:
https://github.com/d0vgan/nppexec/

NppExec v0.8.7:
* Glory to Ukraine! Glory to the heroes!
- fixed: nested IF...GOTO sometimes did not work as expected
* changed: now "GoTo_MaxCount" is per-label rather than per-script
+ added: "npe_cmdalias local ..." for local command aliases, similarly to
local variables
+ added: now npe_queue supports command aliases
+ internal optimization: now MacroVars are based on std::vector instead of
std::map for much faster iteration
+ other internal optimizations (such as "noexcept" move-constructors for
CStrT, CBufT and CListT to satisfy STL's strong exception guarantee -
thus e.g. std::vector performs moves on reallocations)
+ added: now double-click in the popup list of the Execute dialog is handled
in the same way as Enter (it picks up the word from the popup list)
+ NppExec Manual updated
+ web-version of the NppExec Manual (thanks to Joseph Samuel, rdipardo
and others) : https://d0vgan.github.io/nppexec/
(the HTML content is searchable due to amazing enhancements by rdipardo)
* npp_files updated to Notepad++ 8.5.6

Get it here:
https://github.com/d0vgan/nppexec/releases/tag/v087
https://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec%20Plugin%20v0.8.7/

Highlights of this release:
* bug-fixes & improvements
* NppExec Manual has been updated
* NppExec Manual is now available online due to amazing contribution of Joseph Samuel and rdipardo

NppExec Manual online:
https://d0vgan.github.io/nppexec/