Skip to content

Commit 6ae82e7

Browse files
donhogithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent f2a4d3e commit 6ae82e7

File tree

3 files changed

+19
-15
lines changed

3 files changed

+19
-15
lines changed

doc/plugin_list_arm64.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Plugin List - arm64 bit
22

3-
version 1.9.2
3+
version 1.9.3
44

55
| Plugin name | Author | Homepage | Version and link | Description |
66
|---|---|---|---|---|
@@ -9,6 +9,7 @@ version 1.9.2
99
| Chinese Converter | lkk9898969 | https://github.com/lkk9898969/Npp_ChineseConverter | [1.0.2 - arm64 bit](https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.2/NppChineseConverter-ARM64.zip) | Traditional and Simplified conversion plugin for Notepad++ |
1010
| CollectionInterface | pryrt | https://github.com/pryrt/NppPlugin-CollectionInterface | [1.3.0 - arm64 bit](https://github.com/pryrt/NppPlugin-CollectionInterface/releases/download/v1.3.0/CollectionInterface_v1.3.0_ARM64.zip) | <details> <summary> Interface to the official UserDefinedLanguage Collection and nppThemes Collection.<br> </summary> <br>Allows easy download and installation of a UDL (with FunctionList and AutoCompletion definitions, when available) or a Theme </details> |
1111
| ComparePlus | Pavel Nedev | https://github.com/pnedev/comparePlus | [2.2.0 - arm64 bit](https://github.com/pnedev/comparePlus/releases/download/cp_2.2.0/ComparePlus_cp_2.2.0_ARM64.zip) | <details> <summary> Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien </summary> Leroy. </details> |
12+
| Discord Rich Presence | Zukaritasu | https://github.com/Zukaritasu/notepadpp_rpc | [2.1.711.1 - arm64 bit](https://github.com/Zukaritasu/notepadpp_rpc/releases/download/v2.1.7/DiscordRPC_v2.1.7_arm64.zip) | Shows in discord the file that is currently being edited in Notepad++. |
1213
| Emoji Description | Ruberoid | https://github.com/Ruberoid/npp_emoji_description | [0.1.0 - arm64 bit](https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.1.0/EmojiDescription_arm64_v0.1.0.zip) | <details> <summary> Displays detailed character encoding information in the status bar. Shows Unicode code point, </summary> decimal/hexadecimal values, HTML entity, and UTF-8 byte sequence for any character including emoji. </details> |
1314
| Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [2.6.7.0 - arm64 bit](https://github.com/shriprem/FWDataViz/releases/download/v2.6.7.0/FWDataViz_arm64.zip) | <details> <summary> Fixed Width Data Visualizer adds Excel-like features for fixed-width data files in Notepad++. </summary> Displays cursor position data. Foldable Record Blocks; Hop & Jump to specific fields. Field Copy & Field Paste. Data Extraction. Builtin dialogs to configure file-type, record-type & fields; and themes & colors. Automatic File Type Detection. Handles homogenous, mixed & multi-line records. Full Multi-byte character support. Darkmode enabled. </details> |
1415
| GotoLineCol | Shridhar Kumar | https://github.com/shriprem/Goto-Line-Col-NPP-Plugin | [2.4.5.1 - arm64 bit](https://github.com/shriprem/Goto-Line-Col-NPP-Plugin/releases/download/v2.4.5.1/GotoLineCol_arm64.zip) | <details> <summary> A plugin to navigate to a specified line and (byte-based or character-based) column position. Will </summary> also display character byte code, UTF-8 byte sequence & Unicode code point, name & block at cursor position. Darkmode enabled. Command line options. </details> |
@@ -18,10 +19,10 @@ version 1.9.2
1819
| JSTool | Sun Junwen | https://github.com/sunjw/jstoolnpp | [25.11.16 - arm64 bit](https://sourceforge.net/projects/jsminnpp/files/Uni/JSToolNPP.25.11.16.uni.arm64.zip) | <details> <summary> Javascript plugin.<br> * Douglas Crockford's JSMin algorithm to minimize javascript code. </summary> <br> * My own algorithm to format javascript code.<br> * A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.<br> * Support 64bit Notepad++ (from version 1.20.0).<br>Really helpful to javascript coder on Notepad++ and really easy to use it.<br>Made in China. </details> |
1920
| Language Selector | Abdellah Hassaine | https://github.com/hassaine-abdellah | [1.1.0.0 - arm64 bit](https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.1/Language_Selector_v1.1_arm64.zip) | <details> <summary> Set the programming language and see the syntax highlighting on new files without the need to save </summary> them, or to go each time to the menu to choose the language.<br>You can also pin your favorite languages on top of the list so you can easily access them. </details> |
2021
| LanguageHelp | Franco Stellari | https://github.com/francostellari/NppPlugins | [1.7.5.0 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/LanguageHelp/LanguageHelp_dll_1v75_arm64.zip) | <details> <summary> Allows loading a language specific help file (CHM, HLP, PDF) and search for the keyword under the </summary> cursor.<br>The latest version allows showing the help files as menu entries or in the context menu. </details> |
21-
| Linter++ | Tom Tanner | https://github.com/thosrtanner/notepad-pp-linter | [1.0.2.0 - arm64 bit](https://github.com/ThosRTanner/notepad-pp-linter/releases/download/1.0.2/plugin_dll_ARM64.zip) | <details> <summary> Allows realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, </summary> csslint, and many others. </details> |
22+
| Linter++ | Tom Tanner | https://github.com/thosrtanner/notepad-pp-linter | [1.0.3.0 - arm64 bit](https://github.com/ThosRTanner/notepad-pp-linter/releases/download/1.0.3/plugin_dll_ARM64.zip) | <details> <summary> Allows realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, </summary> csslint, and many others. </details> |
2223
| MenuIcons | Franco Stellari | https://github.com/francostellari/NppPlugins | [2.0.7 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/MenuIcons/MenuIcons_dll_2v07_arm64.zip) | Adds icons to the main menu, tab menu, context menu, and the tabs themselves. |
2324
| 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) | <details> <summary> Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions): </summary> Base64, Quoted-printable and URL encode/decode </details> |
24-
| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.6.1.34 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.6.1.34/MultiReplace-v4.6.1.34-ARM64.zip) | <details> <summary> Multi-string replacement across single or multiple files; reusable search/replace lists; CSV column </summary> operations (targeting, sort, delete, replace); external lookup tables; rectangular selection support; conditional (if/then) and math logic.<br> </details> |
25+
| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [5.0.0.35 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/5.0.0.35/MultiReplace-v5.0.0.35-ARM64.zip) | <details> <summary> Multi-pattern search & replace across single or multiple files; reusable search/replace lists; CSV </summary> column operations (sort, delete, replace); FlowTabs for visual column alignment; external lookup tables; rectangular selection support; conditional (if/then) and math logic.<br> </details> |
2526
| NestedDSV Data Visualizer | Shridhar Kumar | https://github.com/shriprem/NestedDSV | [1.1.0.1 - arm64 bit](https://github.com/shriprem/NestedDSV/releases/download/v1.1.0.1/NestedDSV_arm64.zip) | <details> <summary> Plugin for visualizing hierarchical (nested) delimiter-separated values (DSV) data in Notepad++. </summary> Displays cursor position data. Jumps to specific fields. Folding Record Blocks. Extracts Data. Builtin dialogs to configure file-type, record-type & fields; Themes & Colors; and Folding. </details> |
2627
| Notepad++ bplist plugin | Sergiy Azarovsky | https://github.com/azerg/NppBplistPlugin | [3.0.0.0 - arm64 bit](https://github.com/azerg/NppBplistPlugin/releases/download/3.0.0.0/NppBplistPlugin_arm64.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> |
2728
| Notepad++ Plugin Demo | Don HO | https://github.com/npp-plugins/plugindemo | [4.5 - arm64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.5/pluginDemo.v4.5.bin.arm64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
@@ -51,3 +52,4 @@ version 1.9.2
5152
| URL Encode/Decode Plugin | Rajendra Singh | https://github.com/SinghRajenM/nppURLPlugin | [1.2.0.0 - arm64 bit](https://github.com/SinghRajenM/nppURLPlugin/releases/download/1.2.0.0/urlPlugin_arm64.zip) | <details> <summary> Hopefully a decent URL Encoder and Decoder plug-in for Notepad++ which helps to make developer's </summary> life easier by providing facility to encode/decode the URL within Notepad++. <br><br>How it works:<br>1. Configure setting from menu (Plugins->URL Plugin->URL Plugin Settings). It is not mandatory, but recommended.<br>2. Select text/URL which you want to encode/decode.<br>3. Perform your task via Plugins->URL Plugin->Encode/Decode URL.<br><br> </details> |
5253
| Virtual Folders | Fatih Coşkun | https://github.com/FatihC/VirtualFolders | [1.0.3 - arm64 bit](https://github.com/FatihC/VirtualFolders/releases/download/v1.0.3/VirtualFolders-v1.0.3-arm64.zip) | <details> <summary> This plugin adds a dockable tree panel where you can create your own virtual folder structure. </summary> Group files from different paths, reorder them freely, and keep related resources together without touching the actual filesystem. </details> |
5354
| WebEdit | Alexander Iljin | https://github.com/Krazal/WebEdit | [2.9.0.1 - arm64 bit](https://github.com/Krazal/WebEdit/releases/download/v2.9.0.1/WebEdit.2.9.0.1.arm64.zip) | <details> <summary> Speed up your code editing! Enter an abbreviation (tag), press Alt + Enter, and expand the tag into </summary> a full code snippet. You can also wrap (surround) a selection e.g. with HTML tags.<br>- More than 1000 preset tags: HTML (elements, attributes, BootStrap, Smarty, etc.), JavaScript (jQuery), CSS, PHP, SQL (MySQL, Eloquent ORM), etc.<br>- Automatic or custom caret (cursor) positioning<br>- Handling new lines, indents, etc.<br>- Variables: clipboard content, current file name, custom date/time, etc.<br>- Customizable tags in the plugin menu; assign tags to shortcuts<br>- Customizable tags in the toolbar<br>- Tag suggestions (similar tags)<br>- Easy tag addition<br>- Multiselect support<br>- Unicode support<br>- Over 17 years with Notepad++, now in 64-bit version! </details> |
55+
| NppCrossCheck | Pablo Lopez | https://github.com/pablo-code14/NppCrossCheck | [1.1.0.0 - arm64 bit](https://github.com/pablo-code14/NppCrossCheck/releases/download/v1.1.0/NppCrossCheck_arm64.zip) | <details> <summary> Compare two lists in the current document. </summary> <br>Place the two lists separated by one or more blank lines and run the plugin to cross-check their contents. </details> |

0 commit comments

Comments
 (0)