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

Hi, I have to apologize for rather a fragmented issue / bug description. **Background.** I'm using notepad++ in two different environments _Home_ npp.8.4.2.portable.x64 Windows 11 Portable WinPython 3.8 PythonScript manual...

This is just a nice-to-have: For `editor.rereplace()` there doesn't seem to be a good way to know the number of replacements that were actually made. Suggestion: It's return value (currently...

Feature

Hi, In [Issue 10071 - open file via double click](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/10071#issuecomment-868735624) I got the hint to call ShellExecuteA: ``` # -*- coding: utf-8 -*- import ctypes SW_SHOW = 5 ctypes.windll.Shell32.ShellExecuteA(None, 'open',...

Installed as such: ![firefox_xP4d7c5BQl](https://user-images.githubusercontent.com/33441569/180273967-f9fe3658-eca1-43a0-bddd-3cde31c8a34f.png) When I launch N++ I get this error: ![notepad++_3TAFy4SrY8](https://user-images.githubusercontent.com/33441569/180274021-ffade9fa-a129-4c5f-9bb2-e87d512548fd.png) What's really weird is that I had it working on my previous install of windows. I just...

Some of Python 3 code still refers to Python v2.6. This is very confusing and a potential rat hole of lost time trying to use it. Please update github docs...

Docu

I have two portable installs of N++ and PS: N++ 7.2.2 with PS 1.0.8.0 (32-bit) N++ 7.5.6 with PS 1.1.0.0 (64-bit) From the 64-bit version, when I execute Plugins ->...

I'm using [Emmet](https://github.com/emmetio/npp#readme), it's working but not updated for a long time and broken with Pythonscript 3.0.13-alpha so I have to using 2.0 But I got problem with 2.0 version,...

Hi, just want to know how to install 3rd python lib for this plugin?

Question

Modify PC scale and layout to 150%,icon is not scaled to 150%

Enhancement

Practically all icons in the toolbar show a descriptive line on mouseover. This is convenient, especially for the icons of rarely used tools. However, when a user adds an icon...

Feature