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 noticed with great disappointment that in "PythonScript_Full_1.3.0.0_x64" in the use of regular expressions the flags "\ u", "\ U", "\ l", "\ L" for changing characters from uppercase...

Using either 32-bit or 64-bit PythonScript v1.5.4, I get a crash when running the following code: ``` overall_match_number = 0 def match_found(m): global overall_match_number num_groups = len(m.groups()) for g in...

Bug

I have a script where I repeatedly call `notepad.messageBox()`. After the user closes the first message box, I do something in code, then fire another message box. Unfortunately, the "do...

There is a 'New Script' entry in the menu that's pretty clear and easy to find, but what if I simply want to open a previously created script, or sample?...

Enhancement

Sometimes in my scripts I want to pop up a file open/saveas box, or a folder-choosing box. As an example, I wanted to write a script to solve this Notepad++...

Feature

The release on SourceForge is currently v1.0.8.0, whereas the release here on GitHub is much newer. Time to sync them? Any reason for a person to use the old SourceForge...

![default](https://user-images.githubusercontent.com/10229320/41094676-c9a626b8-6a57-11e8-9431-cc4daf9bb9a2.png) As you can see, the entire path is not displayed properly. Thank you.

Feature

With this code: ``` matches = [] editor.research('', lambda m: matches.append(m.span(0))) print(len(matches)) ``` I was semi-surprised to see a non-zero result printed. Any chance that the plugin could trap on...

Question

When Python Scripts are added to the toolbar they seem to get added with a Tooltip of "Python Script 1", "Python Script 2" etc, would it be possible to change...

Feature

To ease the configuration, add support of double click in the configuration dialog. In the file tree-view, a double click action append to the **Menu itmes** the selected script In...

Feature