PythonScript
PythonScript copied to clipboard
Python Script plugin for Notepad++
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...
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:  When I launch N++ I get this error:  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...
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?
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...