PythonScript
PythonScript copied to clipboard
Python Script plugin for Notepad++
There's no clear description for what each download in Releases section is. Please explain the differences between *.msi*, **Full**, **Full PluginAdmin**, **Min** and **TclTk** versions.
``` import multiprocessing def listen_process(): while 1 < 2: print "blue" q = multiprocessing.Process(target=listen_process) q.start() ``` Tips are as follows    
I tried installing this from Notepad++ Plugin Manager and it still installs Python 2.7 !! Then I googled around to find a solution for using Python 3 from Notepad++ using...
Python errors printed into the PythonScript console are in red. I have a requirement (due to color deficiency) to change this to a different color. And I think I looked...
You miss content in README.md. You should explain a bit what your AddOn is for and what it is able to do.
The toolbar icon hover text is currently "Show Console". There are several plugins with a "console" function and it would be nice if the hover text were "Show PythonScript Console"...
Hi, While doing some scripting as described [here](https://community.notepad-plus-plus.org/topic/21395/integration-of-a-script-writen-in-python/10l) it seems to be that some python modules are magically loaded during manual execution via the menu. For some reasons some of...
I observe a weird issue I do not know how to debug: I run for years Notepad++ as 32bit version in portable mode. Despite having a 64 bit machine I...
In `intro.html` there is very prominent some quite probably outdated content: In the first code box line 2 to 4 are: ```python editor.pyreplace(r"^Code: ([A-Z]{4,8})", r"The code is \1") notepad.runMenuCommand("TextFX Tools",...
there is several issues with the [Set icon...] feature: 1- I tried different .ico files at different resolution 16x16 and 24x24 but all of them didn't work without warning. There...