PythonScript
PythonScript copied to clipboard
Python Script plugin for Notepad++
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...
Repeated notepad.messageBox() and notepad.prompt() window appearances should be in the same position
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?...
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++...
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...
 As you can see, the entire path is not displayed properly. Thank you.
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...
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...
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...