PythonScript
PythonScript copied to clipboard
Python Script plugin for Notepad++
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...
I'm assuming I add some "run" command in startup.py after changing initialization to ONSTARTUP instead of LAZY ?
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:...
This issue stems from the discussion on the forum: https://community.notepad-plus-plus.org/topic/27270/set-current-directory-to-default-if-no-real-file-is-open I'd like to have an API to set the directory that will be used on the next launch of the...
I can't tell if this is intentional or not, as the "What's Changed" section is hard to read from a user perspective because it is auto-generated. I tried: `PythonScript_Full_3.0.23.0_x64.zip`.
* PythonScript: 3.0.20.0 I have an extension to the Notepad++. In the extension I have using the `startup.py` to parse an extra command line looking like this: ```console notepad++.exe -nosession...
I've set icons for each script displayed on the toolbar. However, the icons that appear on the toolbar are extremely blurry and it's difficult to distinguish their content. I suspect...