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

Add ability to auto register a script to menu item and toolbar icon by detecting a marker in it's name. Example: auto register scripts that contains **command** in it's name....

Feature

it is sad that pythonscript About page doesn’t give any single site name or link to reach official page, download page or help forum of pythonscript. Thanks -- Rawat

Docu

The Context-Help menu option resolves to http://npppythonscript.sourceforge.net/docs/1.3.0.0 which is a 404 error. Please change this to point to the local files which are (should be) at (whatever is NPP's relative...

Bug

Custom toolbar icons are not visible in Notepad++ (using v7.8.4 x64) when `Settings>Preferences>Toolbar` is set to either **Small icons** or **Big icons**

In some scripts, I need to press some hotkeys in quick sequence. When doing so, the 'Another script is currently running' popup appears and I have to close it every...

Question

Python 2.7 is about to become obsolete. Could the scripting host be upgraded?

Feature

Since it is possible to create hotspot styles in the console, would it be possible to have a console hotspot click callback? For example, I can write a hostspot using:...

Feature

**Version information** Notepad++ 7.8.4 64-bit PythonScript 1.5.3 64-bit, installed manually via: https://github.com/bruderstein/PythonScript/releases/download/v1.5.3/PythonScript_Full_1.5.3.0_x64.zip **Running sample Formatter script** ``` ImportError: No module named Tkinter ``` This is resolved after unpacking these two:...

Docu

In version 1.5.2.0, if I have a saved file tab in Notepad++ with a given pathname (call it P), and then I do: ``` notepad.new() editor.setText('blah') notepad.saveAs(P) ``` I will...

See: https://sourceforge.net/p/npppythonscript/discussion/1199074/ add scripts to sample folder from there.