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

I found couldn't understand the topic, probably many others will find it the same. Who does understand it (at least partially), please comment. After clarifying these, I plan to make...

Docu

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Sometimes scripts are architected such that they take a measurable amount of time to run. This seems to go against an unwritten philosophy of scripting, specifically: _Scripts should be short...

#### Changing from current structure (as seen in ToC) - Plugin Installation and Usage - Installation - Usage - Startup - Introduction - Objects - Npp Module - Working with...

Docu

N++ v7.5.8 x64 PS 1.2.0.0 It is observed that notepad.activateFile() sometimes seems to ignore the request when its argument is an unsaved file, e.g. "new 1", "new 2", etc. This...

This would be more useful to me than the current 'toggle' command as it requires me to check whether the console is already open when automating things with another scripting...

Feature

I tried to add my script's icon on toolbar, but it goes to Documents folder where there are no .ico .bmp files, and I am not aware where to find...

Invalid

I created two small utility scripts. One that exports the bookmarked line numbers of an editor view and another that imports (bookmarks) specified lines in an editor view. For that...

Feature

Consider this script: ```py def add_1(m): z = int(m.group(1)) return 'Y' + str(z + 1) if z < 100 else m.group(0) # replace X followed by numbers by an incremented...

Enhancement

In the release of N++ after 8.4.9 (and thus presumably 8.5) the _Edit_ menu has a new command: _Begin/End Select in Column Mode_. This needs to be added to PythonScript's...