diff --git a/doc/plugin_list_arm64.md b/doc/plugin_list_arm64.md index 73dd7bbb0..c58e4a453 100644 --- a/doc/plugin_list_arm64.md +++ b/doc/plugin_list_arm64.md @@ -1,6 +1,6 @@ ## Plugin List - arm64 bit -version 1.7.6 +version 1.7.7 | Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| @@ -11,7 +11,7 @@ version 1.7.6 | HEX-Editor | Jens Lorenz | https://github.com/chcg/NPP_HexEdit | [0.9.12.0 - arm64 bit](https://github.com/chcg/NPP_HexEdit/releases/download/0.9.12/HexEditor_0.9.12_arm64.zip) | Hex editor. Some reported issues, however many bugs fixed in latest release. | | HTML Tag | Martijn Coppoolse | https://bitbucket.org/rdipardo/htmltag | [1.5.1.0 - arm64 bit](https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.1_arm64.zip) |
Provides three core functions:
- HTML and XML tag jumping, like the built-in brace matching and selection
of tags and/or contents.
- HTML entity encoding/decoding (example: é to é)
- JS character encoding/decoding (example: é to \u00E9)
| | Mime tools | Don HO | https://github.com/npp-plugins/mimetools | [3.1 - arm64 bit](https://github.com/npp-plugins/mimetools/releases/download/v3.1/mimetools.v3.1.arm64.zip) |
Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions): Base64, Quoted-printable and URL encode/decode
| -| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.0.0.19 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.0.0.19/MultiReplace-v4.0.0.19-ARM64.zip) |
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
| +| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.1.0.20 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.1.0.20/MultiReplace-v4.1.0.20-ARM64.zip) |
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
| | Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin | [4.4 - arm64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.4/pluginDemo.v4.4.bin.arm64.zip) |
Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin API.
| | Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin | [4.4 - arm64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.4/pluginTemplate.v4.4.bin.arm64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. | | Npp Converter | Don HO | https://github.com/npp-plugins/converter/ | [4.6 - arm64 bit](https://github.com/npp-plugins/converter/releases/download/v4.6/nppConvert.v4.6.arm64.zip) | ASCII<->Hex converter. | diff --git a/doc/plugin_list_x64.md b/doc/plugin_list_x64.md index 80fbe4864..08a69ac5a 100644 --- a/doc/plugin_list_x64.md +++ b/doc/plugin_list_x64.md @@ -1,6 +1,6 @@ ## Plugin List - 64 bit -version 1.7.6 +version 1.7.7 | Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| @@ -70,7 +70,7 @@ version 1.7.6 | MenuIcons | Franco Stellari | https://github.com/francostellari/NppPlugins | [2.0.7 - 64 bit](https://github.com/francostellari/NppPlugins/raw/main/MenuIcons/MenuIcons_dll_2v07_x64.zip) | Adds icons to the main menu, tab menu, context menu, and the tabs themselves. | | Merge files in one | G. Singh | https://github.com/gurikbal/Merge-files-in-one | [1.2.0.0 - 64 bit](https://github.com/gurikbal/Merge-files-in-one/releases/download/1.2.0.0/Merge.files.in.one_x64.zip) | Copy lines from multiple files into one. | | Mime tools | Don HO | https://github.com/npp-plugins/mimetools | [3.1 - 64 bit](https://github.com/npp-plugins/mimetools/releases/download/v3.1/mimetools.v3.1.x64.zip) |
Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions): Base64, Quoted-printable and URL encode/decode
| -| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.0.0.19 - 64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.0.0.19/MultiReplace-v4.0.0.19-x64.zip) |
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
| +| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.1.0.20 - 64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.1.0.20/MultiReplace-v4.1.0.20-x64.zip) |
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
| | MusicPlayer | Jon Galletero | https://sourceforge.net/projects/nppmusicplayer | [1.0.0.3 - 64 bit](https://github.com/gallettube/MusicPlayer/releases/download/1.0.11/MusicPlayer_1.0.11x64.dll.zip) | Open and play music files.
Supports: *.wav, *.mp3, *.aiff, *.wma | | MZC8051 | Jiangshan00001 | https://github.com/Jiangshan00001/npp_MZC8051 | [0.0.1 - 64 bit](https://github.com/Jiangshan00001/npp_MZC8051/releases/download/0.0.1/MZC8051_x64.zip) | a 8051 c compiler plugin within notepad++. | | NavigateTo | Oleksii Maryshchenko | https://github.com/young-developer/nppNavigateTo | [2.6.4.0 - 64 bit](https://github.com/young-developer/nppNavigateTo/releases/download/v.2.6.4/NavigateTo_v.2.6.4_v142_x64.zip) |
Do you have more then 10 open tabs? Then this plugin is for you.
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.
And YES, you can uncheck the Multi-line option, in the Preferences > General > Tab Bar zone because you don’t need the multi-lines tab feature anymore :)
Author: Oleksii Maryshchenko
Email: oleksii.maryshchenko@gmail.com
Contributors: https://github.com/molsonkiko
| diff --git a/doc/plugin_list_x86.md b/doc/plugin_list_x86.md index dab1d596e..dfbb91224 100644 --- a/doc/plugin_list_x86.md +++ b/doc/plugin_list_x86.md @@ -1,6 +1,6 @@ ## Plugin List - 32 bit -version 1.7.6 +version 1.7.7 | Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| @@ -80,7 +80,7 @@ version 1.7.6 | Merge files in one | G. Singh | https://github.com/gurikbal/Merge-files-in-one | [1.2.0.0 - 32 bit](https://github.com/gurikbal/Merge-files-in-one/releases/download/1.2.0.0/Merge.files.in.one_x86.zip) | Copy lines from multiple files into one. | | Mime tools | Don HO | https://github.com/npp-plugins/mimetools | [3.1 - 32 bit](https://github.com/npp-plugins/mimetools/releases/download/v3.1/mimetools.v3.1.zip) |
Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions): Base64, Quoted-printable and URL encode/decode
| | MultiClipboard | LoonyChewy | https://sourceforge.net/projects/npp-plugins/files/MultiClipboard/ | [2.1.0.0 - 32 bit](https://downloads.sourceforge.net/project/npp-plugins/MultiClipboard/MultiClipboard%202.1%20unicode/MultiClipboard_2.1_unicode_dll.zip) |
Implements multiple (10) text buffers that are filled via copying and/or cutting of text. To paste any text from the buffers, use Ctrl-V or middle mouse click (normal paste): to paste the most recently copied/cut text Ctrl-Shift-V or Shift-middle mouse click: to pop up a menu with the text buffer entries. Select the desired menu item to paste it.
| -| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.0.0.19 - 32 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.0.0.19/MultiReplace-v4.0.0.19-Win32.zip) |
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
| +| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.1.0.20 - 32 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.1.0.20/MultiReplace-v4.1.0.20-Win32.zip) |
Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, targeting, and sorting; dynamic computational operations; rectangular selection support.
| | MusicPlayer | Jon Galletero | https://sourceforge.net/projects/nppmusicplayer | [1.0.0.3 - 32 bit](https://github.com/gallettube/MusicPlayer/releases/download/1.0.11/MusicPlaye_1.0.11x86r.dll.zip) | Open and play music files.
Supports: *.wav, *.mp3, *.aiff, *.wma | | MZC8051 | Jiangshan00001 | https://github.com/Jiangshan00001/npp_MZC8051 | [0.0.1 - 32 bit](https://github.com/Jiangshan00001/npp_MZC8051/releases/download/0.0.1/MZC8051_x86.zip) | a 8051 c compiler plugin within notepad++. | | NativeLang | Jens Lorenz | https://sourceforge.net/projects/npp-plugins/files/NativeLang/ | [1.1.0.0 - 32 bit](https://downloads.sourceforge.net/sourceforge/npp-plugins/NativeLang_1_2_dll.zip) | Helper plugin that allows other plugins to translate their menus and dialogs. |