PythonScript
PythonScript copied to clipboard
Python Script plugin for Notepad++
The docs mention an `ENUM` for `MENUCOMMAND`, and a method `notepad.menuCommand`, however it seems impossible to *hook* into this event with `NOTIFICATION`. It doesn't seem possible to hook into any...
I am using PythonScript 1.0.8.0 with Notepad++ v6.8.6 on Windows 10. I have found that use of console.run() from a callback function can cause Notepad++ to crash when triggered. The...
What is the best way to make a script run upon every start of Notepad++? I currently use the solution below: ``` # I added the following line in startup.py...
**STR:** Associate HTML files with NPP. Python -> Context Help. **Result:** Can not open file... **Suggested:** An option to manually add the preferred browser's path for Help. Thanks.
Hello. I just installed Notepad++ x86 on my computer, and then I installed PythonScript 1.2. But the first time I click on Show Console, on PythonScript menu, I get the...
Those two packages would allow to easily script new lexers as well as create easily custom and even dockable dialogs.
I went through the script startup.py: and I couldn't understand how to store/read user scripts relative to plugins config directory. which "plugins config directory" this script is considering, can you...
I have a script that detects all lines in a document that contain a configurable string (eg: "collapse") and collapses those lines (they need to be collapsable). After noticing it...
It took me some months to solve this issue since I would always revert to a previous installation. If there is a Unicode character (non-ASCII) in the installed path of...
STR: Run in the console: `editor.gotoPos(1)`. Result: You can not see the position unless you close "Python". (Clicking in the editor is obviously not a good option in this case)....