nppexec icon indicating copy to clipboard operation
nppexec copied to clipboard

NppExec (plugin for Notepad++)

Results 13 nppexec issues
Sort by recently updated
recently updated
newest added

Hi, I want to insert a string on every line of a text file using NppExec. Steps to reproduce: Take any file containing some no empty lines like ``` Abc...

I wrote an NppExec script that saves the cursor position within the current file, then performs a bunch of commands (some of which may delete lines within the file), then...

After installing NppExec v0.7, I was looking at some drive access logs. After updating to v0.7, I noticed that other Notepad++ extension DLLs were being accessed differently than before updating...

FYI: I've created a function list parser for your plugin's script code as well. Have a look at [this Gist](https://gist.github.com/dinkumoil/ef6acc8601cb0ef139d418c87c2b828f). Screen shot: ![grafik](https://user-images.githubusercontent.com/24699812/93116748-fea99580-f6bd-11ea-8a66-b9b7892801fb.png)

Thank you for the v0.7 release. Overall, it looks great. I noticed that my keyboard shortcut for a NppExec macro no longer worked. To get it to work, in Notepad++'s...

Hi, I am using nppexec to run my program. It's fine to use with console programs. But if we use it for GUI programs, it displays the output only after...

I'm using ANSI colors ([ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)) rather heavily in my scripts. Running them in nppexec console results in a lot of unreadable gibberish. I it's possible to support colors...

The Pythonscript plugin had an issue with menu entries created by the plugin itself, see [here](https://github.com/bruderstein/PythonScript/issues/92). This issue was eliminated by introducing a new Npp event, see [here](https://github.com/notepad-plus-plus/notepad-plus-plus/commit/84938b7b0f9a3aa33f64ffbcc1ef9e52782f2001). This event...

enhancement

I'm testing latest pre-release Notepad++ 64-bit dev builds and find an issue with this commit: https://github.com/notepad-plus-plus/notepad-plus-plus/commit/bb278b26fc9a772242e702d2fac40c18c6cc21b9 Using the latest 8.8 NppExec, the `NPP_OPEN` command does not seem to work for...

When NppExec performs a lot of actions within a script (for example, by running some loop) and NppExec's internal messages are enabled, most of the time of the script execution...