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

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 ![image](https://user-images.githubusercontent.com/29857592/103478897-ca8ce880-4e04-11eb-8554-f2716a72d20a.png) ![image](https://user-images.githubusercontent.com/29857592/103478901-d5e01400-4e04-11eb-8b18-f90d132cacfa.png) ![image](https://user-images.githubusercontent.com/29857592/103478907-df697c00-4e04-11eb-91eb-927d7a785380.png) ![image](https://user-images.githubusercontent.com/29857592/103478924-ec866b00-4e04-11eb-9f20-72f822c7d22f.png)

Bug

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...

Question

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...

Enhancement

You miss content in README.md. You should explain a bit what your AddOn is for and what it is able to do.

Docu

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...