Skip to content

Commit 6cc40c6

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

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

doc/plugin_list_arm64.md

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

3-
version 1.8.4
3+
version 1.8.5
44

55
| Plugin name | Author | Homepage | Version and link | Description |
66
|---|---|---|---|---|
77
| Auto Detect Indention | Mike Tzou (Chocobo1) | https://github.com/Chocobo1/nppAutoDetectIndent | [2.3 - arm64 bit](https://github.com/Chocobo1/nppAutoDetectIndent/releases/download/2.3/arm64.zip) | Detects indention (tab or spaces) and auto adjust Tab key on-the-fly. |
88
| AutoSave | Franco Stellari | https://github.com/francostellari/NppPlugins | [2.0 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/AutoSave/AutoSave_dll_2v00_arm64.zip) | <details> <summary> Automatically save the currently open files based on a timer schedule and/or upon the application </summary> losing focus.<br>The plugin offers several options to save the current (or all the files), selecting only the named ones, accessible through an options dialog box. </details> |
99
| CollectionInterface | pryrt | https://github.com/pryrt/NppPlugin-CollectionInterface | [1.1.0 - arm64 bit](https://github.com/pryrt/NppPlugin-CollectionInterface/releases/download/v1.1.0/CollectionInterface_v1.1.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> |
1010
| ComparePlus | Pavel Nedev | https://github.com/pnedev/comparePlus | [1.2.0 - arm64 bit](https://github.com/pnedev/comparePlus/releases/download/cp_1.2.0/ComparePlus_cp_1.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> |
11-
| ConfigUpdater | pryrt | https://github.com/pryrt/NppPlugin-ConfigUpdater | [2.0.1 - arm64 bit](https://github.com/pryrt/NppPlugin-ConfigUpdater/releases/download/v2.0.1/ConfigUpdater_ARM64.zip) | Notepad++ Plugin to keep Langs/Stylers/Themes config files up-to-date |
11+
| ConfigUpdater | pryrt | https://github.com/pryrt/NppPlugin-ConfigUpdater | [2.2.1 - arm64 bit](https://github.com/pryrt/NppPlugin-ConfigUpdater/releases/download/v2.2.1/ConfigUpdater_v2.2.1_ARM64.zip) | Notepad++ Plugin to keep Langs/Stylers/Themes config files up-to-date |
1212
| Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [2.6.5.0 - arm64 bit](https://github.com/shriprem/FWDataViz/releases/download/v2.6.5.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> |
1313
| GotoLineCol | Shridhar Kumar | https://github.com/shriprem/Goto-Line-Col-NPP-Plugin | [2.4.5.0 - arm64 bit](https://github.com/shriprem/Goto-Line-Col-NPP-Plugin/releases/download/v2.4.5.0/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> |
1414
| 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. |
@@ -21,8 +21,8 @@ version 1.8.4
2121
| 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> |
2222
| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.3.2.28 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.3.2.28/MultiReplace-v4.3.2.28-ARM64.zip) | <details> <summary> Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, </summary> targeting, and sorting; mathematical operations on matched strings; rectangular selection support; external lookup files for data normalization and anonymization. </details> |
2323
| 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> |
24-
| 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) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
25-
| 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. |
24+
| Notepad++ Plugin Demo | Don HO | https://github.com/npp-plugins/plugindemo | [4.4 - arm64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.4/pluginDemo.v4.4.bin.arm64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
25+
| Notepad++ Plugin Template | Don HO | https://github.com/npp-plugins/plugintemplate | [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. |
2626
| 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. |
2727
| NppExport | | https://github.com/chcg/NPP_ExportPlugin | [0.4.0.0 - arm64 bit](https://github.com/chcg/NPP_ExportPlugin/releases/download/0.4.0/NppExport_0.4.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> |
2828
| NppJumpList | ahvgeezer | https://sourceforge.net/projects/nppjumplist/ | [1.2.2 - arm64 bit](https://github.com/chcg/JumpList/releases/download/1.2.2.10/NppJumpList_1.2.2.10_arm64.zip) | Adds Windows 7 jump list support. |

doc/plugin_list_x64.md

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

3-
version 1.8.4
3+
version 1.8.5
44

55
| Plugin name | Author | Homepage | Version and link | Description |
66
|---|---|---|---|---|
@@ -28,7 +28,7 @@ version 1.8.4
2828
| Comment Wrap | Derek Brown | https://sourceforge.net/projects/kered13-notepad-plugins/ | [1.0.0.7 - 64 bit](https://sourceforge.net/projects/kered13-notepad-plugins/files/Comment%20Wrap%20x64%20v1.0.0.7.zip) | Wraps comments as you type. Supports C-style, Python-style, and Lua-style comments. |
2929
| Compare | Ty Landercasper, Jean-Sebastien Leroy, Pavel Nedev | https://github.com/pnedev/compare-plugin | [2.0.2 - 64 bit](https://github.com/pnedev/compare-plugin/releases/download/v2.0.2/ComparePlugin_v2.0.2_X64.zip) | Shows the differences between 2 files (side by side). |
3030
| ComparePlus | Pavel Nedev | https://github.com/pnedev/comparePlus | [1.2.0 - 64 bit](https://github.com/pnedev/comparePlus/releases/download/cp_1.2.0/ComparePlus_cp_1.2.0_x64.zip) | <details> <summary> Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien </summary> Leroy. </details> |
31-
| ConfigUpdater | pryrt | https://github.com/pryrt/NppPlugin-ConfigUpdater | [2.0.1 - 64 bit](https://github.com/pryrt/NppPlugin-ConfigUpdater/releases/download/v2.0.1/ConfigUpdater_x64.zip) | Notepad++ Plugin to keep Langs/Stylers/Themes config files up-to-date |
31+
| ConfigUpdater | pryrt | https://github.com/pryrt/NppPlugin-ConfigUpdater | [2.2.1 - 64 bit](https://github.com/pryrt/NppPlugin-ConfigUpdater/releases/download/v2.2.1/ConfigUpdater_v2.2.1_x64.zip) | Notepad++ Plugin to keep Langs/Stylers/Themes config files up-to-date |
3232
| CS-Script - C# Intellisense | Oleg Shilo | https://github.com/oleg-shilo/cs-script.npp | [2.0.9.0 - 64 bit](https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.9.0/CSScriptNpp.2.0.9.0.x64.zip) | <details> <summary> CS-Script integration. Implements a real C# Intellisense solution based on CS-Script and Roslyn. </summary> Allows loading, executing modifying and debugging C# scripts in a way very similar to the Visual Studio C# projects support. This includes referencing assemblies and other scripts, code formatting, adding missing namespaces and intercepting Debug and Console output. </details> |
3333
| CSV Lint | Bas de Reuver | https://github.com/BdR76/CSVLint/ | [0.4.6.8 - 64 bit](https://github.com/BdR76/CSVLint/releases/download/0.4.6.8/CSVLint_x64.zip) | <details> <summary> Syntax highlighting and quality control for csv and fixed width data, detect column and datatypes, </summary> convert datetime/decimal format, sql, xml </details> |
3434
| CsvQuery | jokedst | https://github.com/jokedst/CsvQuery | [1.2.9 - 64 bit](https://github.com/jokedst/CsvQuery/releases/download/v1.2.9/CsvQuery-v1.2.9-x64.zip) | Enables SQL queries against CSV files. |
@@ -70,7 +70,7 @@ version 1.8.4
7070
| Linter++ | Tom Tanner | https://github.com/thosrtanner/notepad-pp-linter | [1.0.0.0 - 64 bit](https://github.com/ThosRTanner/notepad-pp-linter/releases/download/1.0.0/plugin_dll_x64.zip) | <details> <summary> Allows realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, </summary> csslint, and many others. </details> |
7171
| Location Navigate | Austin Young | https://sourceforge.net/projects/locationnav/ | [0.4.8.1 - 64 bit](https://sourceforge.net/projects/locationnav/files/LocationNavigate_v0.4.8.1_x64.zip) | <details> <summary> Navigate between your last edit/view points. Useful for code/text edit and view, especially for </summary> many and large text files<br>1. Automatically record the cursor position and modified points<br>2. You can jump to any position that your cursor has visited.<br>3. Can use shortcuts (Ctrl+- for previous position and Ctrl+Shift+- for next position) to jump forward and back in code<br>4. Can jump to any modified points (Ctrl+Alt+Z) back and forward (Ctrl+Alt+Y)<br>5. History positions are automatically adjusted when text is modified.<br>6. Can record positions data when application exit and it will be loaded in next run.<br>7. Can navigate only in current file </details> |
7272
| LuaScript | Justin Dailey | https://github.com/dail8859/LuaScript | [0.12 - 64 bit](https://github.com/dail8859/LuaScript/releases/download/v0.12/LuaScript_v0.12_x64.zip) | <details> <summary> Adds Lua scripting capabilities. This provides control over all of Scintilla's features and options </summary> with a light-weight, fully-functional programming language. </details> |
73-
| Markdown Panel | Mohzy83 | https://github.com/mohzy83/NppMarkdownPanel | [0.7.3 - 64 bit](https://github.com/mohzy83/NppMarkdownPanel/releases/download/0.7.3.1/NppMarkdownPanel-0.7.3.0-x64.zip) | Lightweight plugin to display rendered Markdown files. |
73+
| Markdown Panel | Mohzy83 | https://github.com/mohzy83/NppMarkdownPanel | [0.9.0 - 64 bit](https://github.com/mohzy83/NppMarkdownPanel/releases/download/0.9.0/NppMarkdownPanel-0.9.0.0-x64.zip) | Lightweight plugin to display rendered Markdown files. |
7474
| MarkdownViewer++ | nea | https://nea.github.io/MarkdownViewerPlusPlus/ | [0.8.2 - 64 bit](https://github.com/nea/MarkdownViewerPlusPlus/releases/download/0.8.2/MarkdownViewerPlusPlus-0.8.2-x64.zip) | <details> <summary> View Markdown/CommonMark compliant text files rendered on-the-fly directly in Notepad++ in a docked </summary> panel.<br>Export the rendered result as HTML or PDF and configure the file extensions to be rendered. </details> |
7575
| 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. |
7676
| 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. |
@@ -81,8 +81,8 @@ version 1.8.4
8181
| NavigateTo | Oleksii Maryshchenko | https://github.com/young-developer/nppNavigateTo | [2.7.1.0 - 64 bit](https://github.com/young-developer/nppNavigateTo/releases/download/v2.7.1/NavigateTo_v2.7.1_v142_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: oleksii.maryshchenko@gmail.com <br> Contributors: https://github.com/molsonkiko </details> |
8282
| 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. |
8383
| Notepad++ bplist plugin | Sergiy Azarovsky | https://github.com/azerg/NppBplistPlugin | [3.0.0.0 - 64 bit](https://github.com/azerg/NppBplistPlugin/releases/download/3.0.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> |
84-
| Notepad++ Plugin Demo | Don HO | https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin | [4.4 - 64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.4/pluginDemo.v4.4.bin.x64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
85-
| Notepad++ Plugin Template | Don HO | https://npp-user-manual.org/docs/plugins/#how-to-develop-a-plugin | [4.4 - 64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.4/pluginTemplate.v4.4.bin.x64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
84+
| Notepad++ Plugin Demo | Don HO | https://github.com/npp-plugins/plugindemo | [4.4 - 64 bit](https://github.com/npp-plugins/plugindemo/releases/download/v4.4/pluginDemo.v4.4.bin.x64.zip) | <details> <summary> Notepad++ Plugin Demo is written from Notepad++ Plugin Template to demonstrate the usage of plugin </summary> API. </details> |
85+
| Notepad++ Plugin Template | Don HO | https://github.com/npp-plugins/plugintemplate | [4.4 - 64 bit](https://github.com/npp-plugins/plugintemplate/releases/download/v4.4/pluginTemplate.v4.4.bin.x64.zip) | Template for making plugin development as easy and simple as possible. Four steps and it's done. |
8686
| 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> |
8787
| Npp Converter | Don HO | https://github.com/npp-plugins/converter/ | [4.6 - 64 bit](https://github.com/npp-plugins/converter/releases/download/v4.6/nppConvert.v4.6.x64.zip) | ASCII<->Hex converter. |
8888
| Npp Highlighter | Michael Zhang | https://github.com/michaelxzhang/Npp-Highlighter | [1.0.0.1 - 64 bit](https://github.com/michaelxzhang/Npp-Highlighter/releases/download/v1.0.0.1/Npp-Highlighter_x64.zip) | <details> <summary> Npp-Highlighter draw indicator on scroll bar when:<br>- line contents changed </summary> <br>- double clicked and smart highlighted words<br>- text highlighted by Style token </details> |

0 commit comments

Comments
 (0)