Skip to content

Commit 2308948

Browse files
committed
Notepad++ Plugin List Release 1.3.2
1 parent 8429a27 commit 2308948

8 files changed

+18
-17
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.1.{build}
1+
version: 1.3.2.{build}
22
image: Visual Studio 2017
33

44

doc/plugin_list_arm64.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Plugin List - arm64 bit
2-
version 1.3.1
2+
version 1.3.2
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| HEX-Editor | Jens Lorenz | https://github.com/chcg/NPP_HexEdit | [0.9.9.0 - arm64 bit](https://github.com/chcg/NPP_HexEdit/releases/download/0.9.9/HexEditor_0.9.9_arm64.zip) | Hex editor. Some reported issues, however many bugs fixed in latest release. |
66
| Mime tools | Don HO | https://github.com/npp-plugins/mimetools | [2.6 - arm64 bit](https://github.com/npp-plugins/mimetools/releases/download/v2.6/mimetools.v2.6.arm64.zip) | Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions). |
7-
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.0 - arm64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4/pluginDemo.v4.bin.arm64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
8-
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.0 - arm64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4/pluginTemplate.v4.bin.arm64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
7+
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.1 - arm64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.1/pluginDemo.v4.1.bin.arm64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
8+
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.1 - arm64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.1/pluginTemplate.v4.1.bin.arm64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
99
| Npp Converter | Don HO | https://github.com/npp-plugins/converter/ | [4.3.0 - arm64 bit](https://github.com/npp-plugins/converter/releases/download/v4.3/nppConvert.v4.3.arm64.zip) | ASCII<->Hex converter. |
1010
| NppExport | | https://github.com/chcg/NPP_ExportPlugin | [0.3.0.0 - arm64 bit](https://github.com/chcg/NPP_ExportPlugin/releases/download/0.3.0/NppExport_0.3.0_arm64.zip) | <details> <summary> True WYSIWYG exporter. Allows you not only to save your source code as an HTML/RTF file, but also </summary> to copy your source code in the clipboard in RTF/HTML format, so you can paste it into your word processor (Openoffice.org Writer, LibreOffice Writer, Abiword, MS Word) to get the same visual effect. </details> |
1111
| SpeechPlugin | Jim Xochellis | https://github.com/chcg/SpeechPlugin | [0.3.0.0 - arm64 bit](https://github.com/chcg/SpeechPlugin/releases/download/v0.3.0/SpeechPlugin_v0.3.0_ARM64.zip) | <details> <summary> No kidding, Notepad++ speaks now. With SpeechPlugin, you can make Notepad++ dictate your text or </summary> source code. Of course, speakers are necessary. </details> |
1212
| Task List | blitowitz | https://code.google.com/p/npp-task-list/ | [2.3 - arm64 bit](https://github.com/Megabyteceer/npp-task-list/releases/download/v2.3.0/NppTaskList_v2.3.0_arm64.zip) | <details> <summary> Automatically scans the open document and adds all "TODO:*" items to your task list, a window pane </summary> docked on the right. Double-clicking an item in the list will take you to that line in the code. </details> |
13+
| Pork to Sausage | Don HO | https://github.com/npp-plugins/pork2sausage | [2.2 - arm64 bit](https://github.com/npp-plugins/pork2sausage/releases/download/v2.2/pork2sausage.2.2.bin.arm64.zip) | <details> <summary> Pass any selected text to any command line program as input and take the output (the result of </summary> program) to replace the selected text. </details> |

doc/plugin_list_x64.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - 64 bit
2-
version 1.3.1
2+
version 1.3.2
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 3P - Progress Programmers Pal | Julien Caillon | https://jcaillon.github.io/3P/ | [1.8.6 - 64 bit](https://github.com/jcaillon/3P/releases/download/v1.8.6/3P_x64.zip) | <details> <summary> [Requires .NET framework v4.6.1] </summary> <br>Designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :<br>- a powerful auto-completion<br>- tool-tips on every words<br>- a code explorer to quickly navigate through your code<br>- a file explorer to easily access all your sources<br>- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors<br>- more than 50 options to better suit your needs<br>- and so much more!<br>Visit https://jcaillon.github.io/3P/ for more details on the plugin </details> |
@@ -57,8 +57,8 @@ version 1.3.1
5757
| NavigateTo | Oleksii Maryshchenko | https://github.com/young-developer/nppNavigateTo | [1.12.4.1 - 64 bit](https://github.com/young-developer/nppNavigateTo/releases/download/1.12.4/NavigateTo_x64.zip) | <details> <summary> Do you have more then 10 open tabs? Then this plugin is for you. </summary> <br>New and efficient way to quickly navigate between tabs (files). Allows you to search for a symbol or filename, filepath by matching against a keyword you type, and get a real-time preview while going through the search results with the Shift key.<br>And YES, you can uncheck the Multi-line option, in the Preferences &gt; General &gt; Tab Bar zone because you don’t need the multi-lines tab feature anymore :)<br>Author: Oleksii Maryshchenko<br>Email: young_developer@mail.ru </details> |
5858
| NewFileBrowser | Austin Young | https://sourceforge.net/projects/locationnav/ | [0.1.5 - 64 bit](https://sourceforge.net/projects/locationnav/files/NewFileBrowser_v0.1.5_x64.zip) | Define 20 new file's initial text and have an inner web browser which can run current file. |
5959
| Notepad++ bplist plugin | azerg | https://github.com/azerg/NppBplistPlugin | [1.3.0.0 - 64 bit](https://github.com/azerg/NppBplistPlugin/releases/download/1.3.0.0/NppBplistPlugin_x64.zip) | <details> <summary> Supports viewing/editing binary plist files. Due to the fact that ordinary plist files have XML </summary> format, this plugin does not support them. It only loads binary plist files (bplist). </details> |
60-
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.0 - 64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4/pluginDemo.v4.bin.x64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
61-
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.0 - 64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4/pluginTemplate.v4.bin.x64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
60+
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.1 - 64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.1/pluginDemo.v4.1.bin.x64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
61+
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.1 - 64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.1/pluginTemplate.v4.1.bin.x64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
6262
| NotepadStarterPlugin | Yonggang Luo | https://github.com/lygstate/NotepadStarter/ | [2.3.3.0 - 64 bit](https://github.com/lygstate/NotepadStarter/releases/download/2.3.3.0/NotepadStarter_2.3.3.0_x64.zip) | <details> <summary> When it is installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app </summary> directory, it will automatically replace the system default notepad.exe application with Notepad++ (without need to remove anything from the Windows system.). It's tested under Windows 7, but Windows XP should also work. </details> |
6363
| Npp Converter | Don HO | https://github.com/npp-plugins/converter/ | [4.3.0 - 64 bit](https://github.com/npp-plugins/converter/releases/download/v4.3/nppConvert.v4.3.x64.zip) | ASCII<->Hex converter. |
6464
| Npp Xml Treeview | João Rosa | https://github.com/joaoasrosa/nppxmltreeview/ | [2.0.0 - 64 bit](https://github.com/joaoasrosa/nppxmltreeview/releases/download/v2.0.0/NppXMLTreeViewPlugin_x64.zip) | Treeview visualization for XML files. |
@@ -84,7 +84,7 @@ version 1.3.1
8484
| OpenSelection | Franco Stellari | https://github.com/francostellari/NppPlugins | [1.1.3.0 - 64 bit](https://github.com/francostellari/NppPlugins/raw/main/OpenSelection/OpenSelection_dll_1v13_x64.zip) | <details> <summary> Open files based on the selected text. A typical applications is 'include' files of may types of </summary> programs. Another applications is to open Matlab functions. Can be customized for different languages based on the open file extension. Multiple search folders may be specified along with multiple extensions. </details> |
8585
| Papyrus Script Lexer | blu3mania | https://github.com/blu3mania/npp-papyrus | [0.2.1.18 - 64 bit](https://github.com/blu3mania/npp-papyrus/releases/download/v0.2.1/PapyrusPlugin-v0.2.1-x64.zip) | <details> <summary> View and edit Papyrus Script files used by Bethesda games with syntax highlighting, function and </summary> block folding, hyperlinks to referenced scripts, keywords matching, plus compilation support with anonymized output and error list view. </details> |
8686
| Poor Man's T-Sql Formatter | Tao Klerks | http://architectshack.com/PoorMansTSqlFormatter.ashx | [1.6.13.31508 - 64 bit](https://github.com/TaoK/PoorMansTSqlFormatter/releases/download/1.6.13/SqlFormatterNppPlugin.x64.1.6.13.zip) | <details> <summary> Simple SQL formatter performing full multi-batch T-SQL formatting (individual statements, stored </summary> procedures, any DML, any DDL) with numerous formatting options. </details> |
87-
| Pork to Sausage | Don HO | https://github.com/npp-plugins/pork2sausage | [2.1 - 64 bit](https://github.com/npp-plugins/pork2sausage/releases/download/v2.1/pork2sausage.2.1.bin.x64.zip) | <details> <summary> Pass any selected text to any command line program as input and take the output (the result of </summary> program) to replace the selected text. </details> |
87+
| Pork to Sausage | Don HO | https://github.com/npp-plugins/pork2sausage | [2.2 - 64 bit](https://github.com/npp-plugins/pork2sausage/releases/download/v2.2/pork2sausage.2.2.bin.x64.zip) | <details> <summary> Pass any selected text to any command line program as input and take the output (the result of </summary> program) to replace the selected text. </details> |
8888
| Preview HTML | Martijn Coppoolse | https://fossil.2of4.net/npp_preview | [1.3.2.0 - 64 bit](https://fossil.2of4.net/npp_preview/zip/PreviewHTML64.zip%3Fname%3D%26uuid%3Dv1.3.2.0-64) | Preview HTML files inside Notepad++ (or in a floating window) without having to save them first. |
8989
| Python Indent | Derek Brown | https://sourceforge.net/projects/kered13-notepad-plugins/ | [1.0.0.3 - 64 bit](https://sourceforge.net/projects/kered13-notepad-plugins/files/Python%20Indent%20x64%20v1.0.0.3.zip) | Python auto-indent plugin. |
9090
| PythonScript | Dave Brotherstone + Jocelyn Legault | https://github.com/bruderstein/PythonScript | [1.5.4.0 - 64 bit](https://github.com/bruderstein/PythonScript/releases/download/v1.5.4/PythonScript_Full_1.5.4.0_x64_PluginAdmin.zip) | Python Script plugin. |

doc/plugin_list_x86.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Plugin List - 32 bit
2-
version 1.3.1
2+
version 1.3.2
33
|Plugin name | Author | Homepage | Version and link | Description |
44
|---|---|---|---|---|
55
| 3P - Progress Programmers Pal | Julien Caillon | https://jcaillon.github.io/3P/ | [1.8.6 - 32 bit](https://github.com/jcaillon/3P/releases/download/v1.8.6/3P.zip) | <details> <summary> [Requires .NET framework v4.6.1] </summary> <br>Designed to help writing OpenEdge ABL (formerly known as Progress 4GL) code. It provides :<br>- a powerful auto-completion<br>- tool-tips on every words<br>- a code explorer to quickly navigate through your code<br>- a file explorer to easily access all your sources<br>- the ability to run/compile and even PROLINT your source file with an in-line visualization of errors<br>- more than 50 options to better suit your needs<br>- and so much more!<br>Visit https://jcaillon.github.io/3P/ for more details on the plugin </details> |
@@ -79,8 +79,8 @@ version 1.3.1
7979
| NavigateTo | Oleksii Maryshchenko | https://github.com/young-developer/nppNavigateTo | [1.12.3 - 32 bit](https://github.com/young-developer/nppNavigateTo/releases/download/1.12.4/NavigateTo_x32.zip) | <details> <summary> Do you have more then 10 open tabs? Then this plugin is for you. </summary> <br>New and efficient way to quickly navigate between tabs (files). Allows you to search for a symbol or filename, filepath by matching against a keyword you type, and get a real-time preview while going through the search results with the Shift key.<br>And YES, you can uncheck the Multi-line option, in the Preferences &gt; General &gt; Tab Bar zone because you don’t need the multi-lines tab feature anymore :)<br>Author: Oleksii Maryshchenko<br>Email: young_developer@mail.ru </details> |
8080
| NewFileBrowser | Austin Young | https://sourceforge.net/projects/locationnav/ | [0.1.3 - 32 bit](https://sourceforge.net/projects/locationnav/files/NewFileBrowser_v0.1.3.zip) | Define 20 new file's initial text and have an inner web browser which can run current file. |
8181
| Notepad++ bplist plugin | azerg | https://github.com/azerg/NppBplistPlugin | [1.3.0.0 - 32 bit](https://github.com/azerg/NppBplistPlugin/releases/download/1.3.0.0/NppBplistPlugin_x86.zip) | <details> <summary> Supports viewing/editing binary plist files. Due to the fact that ordinary plist files have XML </summary> format, this plugin does not support them. It only loads binary plist files (bplist). </details> |
82-
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.0 - 32 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4/pluginDemo.v4.bin.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
83-
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.0 - 32 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4/pluginTemplate.v4.bin.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
82+
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.1 - 32 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.1/pluginDemo.v4.1.bin.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
83+
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/ | [4.1 - 32 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.1/pluginTemplate.v4.1.bin.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
8484
| NotepadStarterPlugin | Yonggang Luo | https://github.com/lygstate/NotepadStarter/ | [2.3.3.0 - 32 bit](https://github.com/lygstate/NotepadStarter/releases/download/2.3.3.0/NotepadStarter_2.3.3.0_Win32.zip) | <details> <summary> When it is installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app </summary> directory, it will automatically replace the system default notepad.exe application with Notepad++ (without need to remove anything from the Windows system.). It's tested under Windows 7, but Windows XP should also work. </details> |
8585
| Npp Converter | Don HO | https://github.com/npp-plugins/converter/ | [4.3.0 - 32 bit](https://github.com/npp-plugins/converter/releases/download/v4.3/nppConvert.v4.3.zip) | ASCII<->Hex converter. |
8686
| Npp Xml Treeview | João Rosa | https://github.com/joaoasrosa/nppxmltreeview/ | [2.0.0 - 32 bit](https://github.com/joaoasrosa/nppxmltreeview/releases/download/v2.0.0/NppXMLTreeViewPlugin_x86.zip) | Treeview visualization for XML files. |
@@ -109,7 +109,7 @@ version 1.3.1
109109
| PHP Autocompletion | Stanislav Eckert | https://github.com/StanDog/npp-phpautocompletion | [1.4.1 - 32 bit](https://github.com/StanDog/npp-phpautocompletion/raw/master/RELEASES/ccc_1.4.1.zip) | <details> <summary> Implements code completion for custom PHP classes. Keeps an overview over your classes' attributes </summary> &amp; methods in a nice popup!<br>A popup window appears after typing the "-&gt;" or "::" behind a class or an instantiated object variable which displays all attributes and methods of it's class. As soon as the popup appears you can type in the name of the method or attribute you are looking for and the plugin will select it in the list automatically. Hitting [return] or double clicking the entry will insert the name of the property to your script. Additionally, there is a list with all classes and their properties in a dockable window. Double-clicking this entry opens their file &amp; jumps right to the declaration. The list also offers a quick search function. </details> |
110110
| Papyrus Script Lexer | blu3mania | https://github.com/blu3mania/npp-papyrus | [0.2.1.18 - 32 bit](https://github.com/blu3mania/npp-papyrus/releases/download/v0.2.1/PapyrusPlugin-v0.2.1-x86.zip) | <details> <summary> View and edit Papyrus Script files used by Bethesda games with syntax highlighting, function and </summary> block folding, hyperlinks to referenced scripts, keywords matching, plus compilation support with anonymized output and error list view. </details> |
111111
| Poor Man's T-Sql Formatter | Tao Klerks | http://architectshack.com/PoorMansTSqlFormatter.ashx | [1.6.13.31502 - 32 bit](https://github.com/TaoK/PoorMansTSqlFormatter/releases/download/1.6.13/SqlFormatterNppPlugin.1.6.13.zip) | <details> <summary> Simple SQL formatter performing full multi-batch T-SQL formatting (individual statements, stored </summary> procedures, any DML, any DDL) with numerous formatting options. </details> |
112-
| Pork to Sausage | Don HO | https://github.com/npp-plugins/pork2sausage | [2.1 - 32 bit](https://github.com/npp-plugins/pork2sausage/releases/download/v2.1/pork2sausage.2.1.bin.zip) | <details> <summary> Pass any selected text to any command line program as input and take the output (the result of </summary> program) to replace the selected text. </details> |
112+
| Pork to Sausage | Don HO | https://github.com/npp-plugins/pork2sausage | [2.2 - 32 bit](https://github.com/npp-plugins/pork2sausage/releases/download/v2.2/pork2sausage.2.2.bin.zip) | <details> <summary> Pass any selected text to any command line program as input and take the output (the result of </summary> program) to replace the selected text. </details> |
113113
| Preview HTML | Martijn Coppoolse | https://fossil.2of4.net/npp_preview | [1.3.2.0 - 32 bit](https://fossil.2of4.net/npp_preview/zip/PreviewHTML32.zip%3Fname%3D%26uuid%3Dv1.3.2.0-32) | Preview HTML files inside Notepad++ (or in a floating window) without having to save them first. |
114114
| Print All | Heinz | http://www.scout-soft.com/print | [1.0.0.0 - 32 bit](http://www.scout-soft.com/print/print.zip) | <details> <summary> Allows to print all currently opened texts. </summary> <br>- automatically prints all texts that are currently open<br>- uses "Print now". </details> |
115115
| PyNPP | Abdullah Diab | https://mpcabd.xyz/notepad-plugin-to-run-python-scripts/ | [1.2 - 32 bit](https://github.com/mpcabd/PyNPP/releases/download/v1.2/PyNPP.dll.zip) | <details> <summary> Allows writing Python scripts and run them from Notepad++ without having to open a command line </summary> prompt. </details> |

src/pl.arm64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"arch": "arm64",
55
"npp-plugins": [
66
{

src/pl.x64.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npp-pluginList",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"arch": "64",
55
"npp-plugins": [
66
{

0 commit comments

Comments
 (0)