NppExec v0.8 has been released!
-
NppExec v0.8 has been released!
What’s new:
- added: built-in highlight filter that catches most of compiler error
messages, thanks to David Maisonave.
This filter is disabled by default to avoid an impact on performance.
It is recommended to enable this filter locally, right before running
a compiler or an interpreter: “npe_console local – x+”.
See also: “NppExec_TechInfo.txt”, the ‘CompilerErrors’ setting. - added: now WarningAnalyzer caches the previously matched lines.
It allows the built-in highlight filter (see above) to react to a
double-click in the Console even when this filter is disabled at the
moment of double-clicking. Explanation: let’s consider a situation when
the built-in highlight filter had been disabled globally but was locally
enabled via “npe_console local – x+” right before running a compiler. So
the messages produced by compiler are analyzed by the built-in highlight
filter and the filter is automatically disabled after the compiler exits.
Now, as WarningAnalyzer has cached the matched lines from the compiler’s
output, it is possible to double-click these lines in NppExec’s Console
to get the cached match result. - added: the last executed script is now saved to “npes_last.txt”.
- added: new menu items “Execute Selected Text”, “Execute Clipboard Text”.
- NPE_CONSOLE c<N> and s<N> to change the text processing for the
Execute Clipboard Text and Execute Selected Text. - NPE_CONSOLE j+/j- to kill process tree on/off.
- added: new command “proc_input”.
- added: new command “npp_exectext”.
- added: new variables $(SELECTED_TEXT), $(IS_PROCESS).
- changed: the menu item “Disable command aliases” has been removed. Use
the “npe_console q+/q-” instead. - changed: now “help” command works in NppExec’s scripts.
- npp_files updated to Notepad++ 8.3.
- note: 32-bit NppExec is compatible with Notepad++ 7.9.2 under Windows XP.
- fixed: now “set local” (without an argument) prints only local vars.
- fixed: “npe_console k3” did not work with Alt+key.
- NppExec Manual updated
Get it here:
https://github.com/d0vgan/nppexec/releases/tag/v08
https://sourceforge.net/projects/npp-plugins/files/NppExec/NppExec Plugin v0.8/ - added: built-in highlight filter that catches most of compiler error