NppEventExec icon indicating copy to clipboard operation
NppEventExec copied to clipboard

A Notepad++ plugin allowing automatic execution of NppExec scripts on Notepad++ events

Results 6 NppEventExec issues
Sort by recently updated
recently updated
newest added

A great plugin, in principle. I changed some rule's regular expression. When executing the rule NPP crashed ("NPP no longer working", I had to kill the process eventually). Afterwards each...

Is it possible to not have the NppExec console open when using NppEventExec events? I'm detecting the file open of different media types, e.g. .jpg or .pdf, and converting that...

Is there a possibility in the script to cancel the triggered event? For example: Event BeforeSave is triggered, Script A is called, Script A checks condition, condition is false >...

1. Load commands by NppExec config 3. Replace event constants to [title](https://github.com/MIvanchev/NppEventExec/blob/master/event_map.c#L26) 2. Add event called on update current document without save.

I associated a simple 'Test' script to the NPPN_BEFORESHUTDOWN event, as follows: ```` NPP_RUN cmd ```` but no prompt appears when closing Notepad++.exe. Thus, the NPPN_BEFORESHUTDOWN event is not correctly...

bug

As indicates by a friendly stranger, overlong UTF-8 sequences should produce an error. However they are currently being accepted as valid.

bug