You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/plugin_list_arm64.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## Plugin List - arm64 bit
2
2
3
-
version 1.8.4
3
+
version 1.8.5
4
4
5
5
| Plugin name | Author | Homepage | Version and link | Description |
6
6
|---|---|---|---|---|
7
7
| 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. |
8
8
| 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> |
9
9
| 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> |
10
10
| 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> |
| 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> |
13
13
| 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> |
14
14
| 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
21
21
| 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> |
22
22
| 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> |
23
23
| 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. |
26
26
| 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. |
27
27
| 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> |
28
28
| 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. |
Copy file name to clipboardExpand all lines: doc/plugin_list_x64.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Plugin List - 64 bit
2
2
3
-
version 1.8.4
3
+
version 1.8.5
4
4
5
5
| Plugin name | Author | Homepage | Version and link | Description |
6
6
|---|---|---|---|---|
@@ -28,7 +28,7 @@ version 1.8.4
28
28
| 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. |
29
29
| 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). |
30
30
| 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> |
| 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> |
33
33
| 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> |
| 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> |
71
71
| 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> |
72
72
| 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> |
| 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> |
75
75
| 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. |
76
76
| 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
81
81
| 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 > General > 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> |
82
82
| 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. |
83
83
| 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. |
86
86
| 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> |
87
87
| 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. |
88
88
| 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