PythonScript icon indicating copy to clipboard operation
PythonScript copied to clipboard

Python Script plugin for Notepad++

Results 96 PythonScript issues
Sort by recently updated
recently updated
newest added

Recently a N++ user had trouble getting the [Ditto](https://ditto-cp.sourceforge.io/) clipboard manager to insert data into N++ at the right place (see the user complaint on the Community site [HERE](https://community.notepad-plus-plus.org/topic/26274/is-it-possible-to-turn-off-automatic-selection-in-the-replace-dialog) )....

@chcg Due to the changes starting with Npp 8.7.6, PS will no longer automatically receive all “modified” messages provided by Scintilla. How should PS behave in this regard? Possibility 1:...

If _Show Console_ is checkmarked when Notepad++ is exited, when Notepad++ is restarted, the user's input focus is at the console window's `>>>` prompt. Wouldn't it be a better user...

Feature

I'm assuming I add some "run" command in startup.py after changing initialization to ONSTARTUP instead of LAZY ?

Enhancement

Consider these lines of text in a Notepad++ tab: ```py a=3 b=4 c=5 ``` I'd like to be able to select these lines, copy them via Ctrl+c, move input focus...

Hello I suggest adding an area to add scripts to be skipped when requested to run, if another script is still running. Or add a separate parameter for each script:...