diff --git a/doc/plugin_list_arm64.md b/doc/plugin_list_arm64.md index a98056dc7..0c594a6f5 100644 --- a/doc/plugin_list_arm64.md +++ b/doc/plugin_list_arm64.md @@ -1,27 +1,27 @@ ## Plugin List - arm64 bit -version 1.9.7 +version 1.9.8 | Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| | 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. | | 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) |
Automatically save the currently open files based on a timer schedule and/or upon the application losing focus.
The plugin offers several options to save the current (or all the files), selecting only the named ones, accessible through an options dialog box.
| -| 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++ | +| Chinese Converter | lkk9898969 | https://github.com/lkk9898969/Npp_ChineseConverter | [1.0.3 - arm64 bit](https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.3/NppChineseConverter-ARM64.zip) | Traditional and Simplified conversion plugin for Notepad++ | | 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) |
Interface to the official UserDefinedLanguage Collection and nppThemes Collection.

Allows easy download and installation of a UDL (with FunctionList and AutoCompletion definitions, when available) or a Theme
| | ComparePlus | Pavel Nedev | https://github.com/pnedev/comparePlus | [3.0.0 - arm64 bit](https://github.com/pnedev/comparePlus/releases/download/cp_3.0.0/ComparePlus_cp_3.0.0_ARM64.zip) |
Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.
| | Dark Mode C | pullitall | https://github.com/pullitall/Notepadpp-light-dark-switch-and-automatic-switch-based-on-location | [1.0.3 - arm64 bit](https://github.com/pullitall/Notepadpp-light-dark-switch-and-automatic-switch-based-on-location/releases/download/v1.0.3/DARK_MODE_NPP_v1.0.3_ARM64.zip) |
Adds toolbar icons to instantly switch between light and dark mode with no restart required. Features an automatic mode that dynamically toggles your theme based on local sunrise and sunset times.
| | 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++. | -| Emoji Description | Ruberoid | https://github.com/Ruberoid/npp_emoji_description | [0.2.14 - arm64 bit](https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.2.14/EmojiDescription_arm64_v0.2.14.zip) |
Displays detailed character encoding information in the status bar. Shows Unicode code point, decimal/hexadecimal values, HTML entity, and UTF-8 byte sequence for any character including emoji.
| +| Emoji Description | Ruberoid | https://github.com/Ruberoid/npp_emoji_description | [0.4.17 - arm64 bit](https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.4.17/EmojiDescription_arm64_v0.4.17.zip) |
Displays detailed character encoding information in the status bar: Unicode code point, character name, HTML entity, and the UTF-8 byte sequence in hexadecimal, decimal or git-style octal notation. A menu command opens a dialog with every field for the character at the caret, ready to copy to the clipboard. Works for any character including emoji.
| | 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) |
Fixed Width Data Visualizer adds Excel-like features for fixed-width data files in Notepad++. 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.
| | 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) |
A plugin to navigate to a specified line and (byte-based or character-based) column position. Will also display character byte code, UTF-8 byte sequence & Unicode code point, name & block at cursor position. Darkmode enabled. Command line options.
| | HEX-Editor | Jens Lorenz | https://github.com/chcg/NPP_HexEditor | [0.9.14.0 - arm64 bit](https://github.com/chcg/NPP_HexEditor/releases/download/0.9.14/HexEditor_0.9.14_ARM64.zip) | Hex editor. Some reported issues, however many bugs fixed in latest release. | -| HTML Tag | Martijn Coppoolse | https://github.com/rdipardo/nppHTMLTag | [1.6.0.0 - arm64 bit](https://github.com/rdipardo/nppHTMLTag/releases/download/v1.6.0/HTMLTag_v1.6.0_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)
| +| HTML Tag | Martijn Coppoolse | https://github.com/rdipardo/nppHTMLTag | [1.6.1.0 - arm64 bit](https://github.com/rdipardo/nppHTMLTag/releases/download/v1.6.1/HTMLTag_v1.6.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)
| | JSON Viewer | Kapil Ratnani, Rajendra Singh | https://github.com/NPP-JSONViewer/JSON-Viewer | [2.2.0.0 - arm64 bit](https://github.com/NPP-JSONViewer/JSON-Viewer/releases/download/v2.2.0.0/NppJSONViewer_ARM64_Release.zip) | JSON viewer that displays the selected JSON string in a tree view. | | 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) |
Javascript plugin.
* Douglas Crockford's JSMin algorithm to minimize javascript code.

* My own algorithm to format javascript code.
* A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.
* Support 64bit Notepad++ (from version 1.20.0).
Really helpful to javascript coder on Notepad++ and really easy to use it.
Made in China.
| | Language Selector | Abdellah Hassaine | https://github.com/hassaine-abdellah/npp-language-selector | [1.2.0.0 - arm64 bit](https://github.com/hassaine-abdellah/npp-language-selector/releases/download/v1.2/plugin_dll_arm64.zip) |
Set the programming language and see the syntax highlighting on new files without the need to save them, or to go each time to the menu to choose the language.
You can also pin your favourite languages for quick access.
| | 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) |
Allows loading a language specific help file (CHM, HLP, PDF) and search for the keyword under the cursor.
The latest version allows showing the help files as menu entries or in the context menu.
| | 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) |
Allows realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint, and many others.
| -| Markdown Table Editor | Kreout | https://github.com/krotname/NppMarkdownTableEditor | [11.0.2 - arm64 bit](https://github.com/krotname/NppMarkdownTableEditor/releases/download/v11.0.2/MarkdownTableEditor-11.0.2-arm64-pluginadmin.zip) |
Edits Markdown pipe tables as aligned text. Align, fit width, narrow or widen columns, navigate, insert, delete, move and sort rows or columns, convert CSV/TSV blocks, and insert new tables from Notepad++.
| +| Markdown Table Editor | Kreout | https://github.com/krotname/NppMarkdownTableEditor | [11.1.0 - arm64 bit](https://github.com/krotname/NppMarkdownTableEditor/releases/download/v11.1.0/MarkdownTableEditor-11.1.0-arm64-pluginadmin.zip) |
Edits Markdown pipe tables as aligned text. Align, fit width, narrow or widen columns, navigate, insert, delete, move and sort rows or columns, convert CSV/TSV blocks, and insert new tables from Notepad++.
| | 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. | | 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 | [6.0.0.36 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/6.0.0.36/MultiReplace-v6.0.0.36-ARM64.zip) |
Multi-pattern search & replace across single or multiple files; reusable search & replace lists; CSV column operations (sort, delete, deduplicate); FlowTabs for visual column alignment; dockable search results; rectangular selection support; Lua/ExprTk formula engine with conditional and math logic.
| @@ -51,9 +51,9 @@ version 1.9.7 | StayAwake | Shridhar Kumar | https://github.com/shriprem/StayAwake_NPP_Plugin | [1.1.0.0 - arm64 bit](https://github.com/shriprem/StayAwake_NPP_Plugin/releases/download/v1.1.0.0/StayAwake_NPP_arm64.zip) |
StayAwake enables you to maintain an Active status on Microsoft Teams by simulating key presses of unused or low side-effect buttons at specified intervals. StayAwake also prevents screen saver activation, screen blanking, and Windows session lockouts.
| | TakeNotes | Franco Stellari | https://github.com/francostellari/NppPlugins | [1.2.7.0 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/TakeNotes/TakeNotes_dll_1v27_arm64.zip) |
Helps people who like to use Notepad++ for jotting quick notes. Instead of using unnamed 'new ?' files, this plugins allows to quickly create new empty files in a folder of choice. The file names may be custom generated using a mask and may contain details such as the user name, date, and time of creation so that unique files may be generated. Additionally, the plugin allows to load exiting notes in the folder of choice, save existing files as a note, and open the last saved note quickly. Please refer to the Options dialog box for more details. It is strongly recommended to use this plugin in combination with AutoSave to make sure that you never loose a note.
| | Task List | blitowitz | https://github.com/Megabyteceer/npp-task-list | [2.7 - arm64 bit](https://github.com/Megabyteceer/npp-task-list/releases/download/v2.7.0/NppTaskList_v2.7.0_arm64.zip) |
Automatically scans the open document and adds all "TODO:*" items to your task list, a window pane docked on the right. Double-clicking an item in the list will take you to that line in the code.
| -| TC Syslog Finder | bsagarzazu | https://github.com/bsagarzazu/npp-tc-syslog-finder | [1.0.0.0 - arm64 bit](https://github.com/bsagarzazu/npp-tc-syslog-finder/releases/download/v1.0.0/TCSyslogFinder_v1.0.0_arm64.zip) | Instantly find and open the latest Teamcenter syslog in Notepad++. | +| TC Syslog Finder | bsagarzazu | https://github.com/bsagarzazu/npp-tc-syslog-finder | [1.1.0 - arm64 bit](https://github.com/bsagarzazu/npp-tc-syslog-finder/releases/download/v1.1.0/TCSyslogFinder_v1.1.0_arm64.zip) | Instantly find and open the latest Teamcenter syslog in Notepad++. | | TopMost | Franco Stellari | https://github.com/francostellari/NppPlugins | [1.4.2.0 - arm64 bit](https://github.com/francostellari/NppPlugins/raw/main/TopMost/TopMost_dll_1v42_arm64.zip) |
Allows setting the main Notepad++ window as a topmost window so it can stay on top of other windows even when it is not active. Syncs with Notepad++'s own stay on top functionality and allows to remember the setting between restarts as well as to show a toolbar button.
| -| TreeSitter | Tuomas Hietanen | https://github.com/Thorium/NppTreeSitter/ | [1.4.1 - arm64 bit](https://github.com/Thorium/NppTreeSitter/releases/download/1.4.1/NppTreeSitter_1.4.1_ARM64.zip) |
Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.
| +| TreeSitter | Tuomas Hietanen | https://github.com/Thorium/NppTreeSitter/ | [1.4.2 - arm64 bit](https://github.com/Thorium/NppTreeSitter/releases/download/1.4.2/NppTreeSitter_1.4.2_ARM64.zip) |
Integrate Tree-sitter to Notepad++. AST-based syntax highlighting and code folding for many languages.
| | 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) |
Hopefully a decent URL Encoder and Decoder plug-in for Notepad++ which helps to make developer's life easier by providing facility to encode/decode the URL within Notepad++.

How it works:
1. Configure setting from menu (Plugins->URL Plugin->URL Plugin Settings). It is not mandatory, but recommended.
2. Select text/URL which you want to encode/decode.
3. Perform your task via Plugins->URL Plugin->Encode/Decode URL.

| | 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) |
This plugin adds a dockable tree panel where you can create your own virtual folder structure. Group files from different paths, reorder them freely, and keep related resources together without touching the actual filesystem.
| | VSCode Keymap NPP | philip | https://github.com/14ag/vscode-to-notepadpp | [0.2.0 - arm64 bit](https://github.com/14ag/vscode-to-notepadpp/releases/download/v0.2.0/VSCodeKeymapNpp-0.2.0-arm64.zip) |
Ports the stock Windows VS Code shortcuts to Notepad++ as far as Notepad++ can reasonably follow them.
Maps clean Notepad++ or Scintilla equivalents, blocks conflicting fallthrough in strict mode, and keeps the rest documented in the coverage report.
| diff --git a/doc/plugin_list_x64.md b/doc/plugin_list_x64.md index b69ce5c71..179891a6e 100644 --- a/doc/plugin_list_x64.md +++ b/doc/plugin_list_x64.md @@ -1,6 +1,6 @@ ## Plugin List - 64 bit -version 1.9.7 +version 1.9.8 | Plugin name | Author | Homepage | Version and link | Description | |---|---|---|---|---| @@ -21,18 +21,18 @@ version 1.9.7 | BracketsCheck | niccord | https://github.com/niccord/BracketsCheck/ | [1.2.2 - 64 bit](https://github.com/niccord/BracketsCheck/releases/download/v1.2.3/BracketsCheck_1-2-3_x64.zip) |
Helps to check if brackets in your file are balanced.
You can check all text in a file or only the part you selected.
| | Bunyan Log Viewer | Jayapal B | https://github.com/jayapalb/nodepaddplus_bunyan-plugin | [1.0.0 - 64 bit](https://github.com/jayapalb/notepad-bunyan-plugin/releases/download/1.0.0/BunyanLogViewer_x64.zip) |
Docked Bunyan log viewer for Notepad++ with Bunyan-style short formatting, in-pane search, and inline DEBUG/INFO/WARN/ERROR filters.
| | CADdyTools | Mario Rosenbohm | https://github.com/MarioRosi/CADdyTools | [1.1.3.7 - 64 bit](https://github.com/MarioRosi/CADdyTools/releases/download/1.1.3.7/CADdyTools_v1137_x64.zip) | Notepad++-Plugin for manipulate CADdy-formated coordinate- and measure-textfiles | -| Chinese Converter | lkk9898969 | https://github.com/lkk9898969/Npp_ChineseConverter | [1.0.2 - 64 bit](https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.2/NppChineseConverter-x64.zip) | Traditional and Simplified conversion plugin for Notepad++ | +| Chinese Converter | lkk9898969 | https://github.com/lkk9898969/Npp_ChineseConverter | [1.0.3 - 64 bit](https://github.com/lkk9898969/Npp_ChineseConverter/releases/download/v1.0.3/NppChineseConverter-x64.zip) | Traditional and Simplified conversion plugin for Notepad++ | | Code Alignment | Chris McGrath | https://github.com/cpmcgrath/codealignment | [14.1.107 - 64 bit](https://github.com/cpmcgrath/codealignment/releases/download/v14.1/CodeAlignmentNpp_v14.1_x64.zip) |
Code alignment helps you present your code beautifully, enhancing clarity and readability.
Align your code by any character. Fast logical shortcuts to perform common alignments such as equals and period.
| | Code::Stats | p0358 | https://github.com/p0358/notepadpp-CodeStats | [1.1.1 - 64 bit](https://github.com/p0358/notepadpp-CodeStats/releases/download/v1.1.1/notepadpp-CodeStats_x64.zip) |
Write code, level up, show off! A free stats tracking service for programmers. Enables XP tracking in Notepad++.
Requires a codestats.net account for its functionality.

Anonymous usage statistics:
On the next Notepad++ launches, after API token has been provided, this plugin is making HTTPS request to analytics server containing plugin version and unique randomly generated ID. This is because the author would like to see the amount of people using this. The usage statistic collection is not related to the Code::Stats service itself. If you really do not want to be included, you can opt-out in plugin settings.
| | CollectionInterface | pryrt | https://github.com/pryrt/NppPlugin-CollectionInterface | [1.3.0 - 64 bit](https://github.com/pryrt/NppPlugin-CollectionInterface/releases/download/v1.3.0/CollectionInterface_v1.3.0_x64.zip) |
Interface to the official UserDefinedLanguage Collection and nppThemes Collection.

Allows easy download and installation of a UDL (with FunctionList and AutoCompletion definitions, when available) or a Theme
| -| Columns++ | Randall Joseph Fellmy | https://github.com/Coises/ColumnsPlusPlus | [1.3.1 - 64 bit](https://github.com/Coises/ColumnsPlusPlus/releases/download/v1.3.1/ColumnsPlusPlus-1.3.1-x64.zip) |
Offers features for working with text and data arranged in columns, including an implementation of elastic tabstops, enhanced searching and sorting, column alignment and numeric calulations.
| +| Columns++ | Randall Joseph Fellmy | https://github.com/Coises/ColumnsPlusPlus | [1.3.3 - 64 bit](https://github.com/Coises/ColumnsPlusPlus/releases/download/v1.3.3/ColumnsPlusPlus-1.3.3-x64.zip) |
Offers features for working with text and data arranged in columns, including an implementation of elastic tabstops, enhanced searching and sorting, column alignment and numeric calulations.
| | ColumnTools | Vin's World | https://github.com/vinsworldcom/nppColumnTools | [1.4.5.1 - 64 bit](https://github.com/vinsworldcom/nppColumnTools/releases/download/1.4.5.1/ColumnTools-v1.4.5.1-x64.zip) | Notepad++ Highlight Current Column and Horizontal Ruler | | Comment Toggler | ScienceDiscoverer | https://github.com/ScienceDiscoverer/CommentToggler | [1.0.0.0 - 64 bit](https://github.com/ScienceDiscoverer/CommentToggler/releases/download/1.0.0/CommentToggler.zip) |
Smart single button comment toggler. Features:
- Does not insert space in front of the comment
- Supports all the built-in languages and even user defined languages
- Can do simple single line comments without selection
- Preserves indentation in the commented code block
- Fixes some indentation inconsistencies
- Supports block comments
- Supports multiple selections
- With every type of comment at the same time!
| | 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. | | 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). | | ComparePlus | Pavel Nedev | https://github.com/pnedev/comparePlus | [3.0.0 - 64 bit](https://github.com/pnedev/comparePlus/releases/download/cp_3.0.0/ComparePlus_cp_3.0.0_x64.zip) |
Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.
| -| Compose | Randall Joseph Fellmy | https://github.com/Coises/Compose-for-NotepadPlusPlus | [1.1 - 64 bit](https://github.com/Coises/Compose-for-NotepadPlusPlus/releases/download/v1.1/Compose-1.1-x64.zip) |
Implements a Compose key for entering characters not available on the keyboard with easily remembered key sequences.
| -| CompressedFileViewer | Pascal Krenckel | https://github.com/Pascal-Krenckel/CompressedFileViewer | [5.1.0 - 64 bit](https://github.com/Pascal-Krenckel/CompressedFileViewer/releases/download/v5.1.0-ver/CompressedFileViewerX64.zip) |
[Requires .Net 8] A Notepad++ plugin to open and save files in the gzip, bzip2, brotli, XZ or ZStd format.
| +| Compose | Randall Joseph Fellmy | https://github.com/Coises/Compose-for-NotepadPlusPlus | [1.1.1 - 64 bit](https://github.com/Coises/Compose-for-NotepadPlusPlus/releases/download/v1.1.1/Compose-1.1.1-x64.zip) |
Implements a Compose key for entering characters not available on the keyboard with easily remembered key sequences.
| +| CompressedFileViewer | Pascal Krenckel | https://github.com/Pascal-Krenckel/CompressedFileViewer | [5.1.1 - 64 bit](https://github.com/Pascal-Krenckel/CompressedFileViewer/releases/download/v5.1.1/CompressedFileViewerx64.zip) |
[Requires .NET 8] A Notepad++ plugin for opening and saving files in GZip, BZip2, Brotli, XZ, or ZStd format. Enable the desired algorithms in the plugin settings after installation.
| | CS-Script - C# Intellisense | Oleg Shilo | https://github.com/oleg-shilo/cs-script.npp | [2.0.13.0 - 64 bit](https://github.com/oleg-shilo/cs-script.npp/releases/download/v2.0.13.0/CSScriptNpp.2.0.13.0.x64.zip) |
CS-Script integration. Implements a real C# Intellisense solution based on CS-Script and Roslyn. 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.
| | CSV Lint | Bas de Reuver | https://github.com/BdR76/CSVLint/ | [0.4.8 - 64 bit](https://github.com/BdR76/CSVLint/releases/download/0.4.8/CSVLint_x64.zip) |
Syntax highlighting and quality control for csv and fixed width data, detect column and datatypes, convert datetime/decimal format, sql, xml
| | 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. | @@ -44,9 +44,10 @@ version 1.9.7 | DoxyIt | Justin Dailey | https://github.com/dail8859/DoxyIt | [0.4.4 - 64 bit](https://github.com/dail8859/DoxyIt/releases/download/v0.4.4/DoxyIt_v0.4.4_x64.zip) | Supports creating Doxygen comments. | | DraftSync | Mohammed Belarrem | https://github.com/belarrem/DraftSync | [0.1.0.0 - 64 bit](https://github.com/belarrem/DraftSync/releases/download/v0.1.0.0/DraftSync_x64.zip) |
Syncs scratch notes across machines via a shared folder. If you like to fire up Notepad++ to take a quick note and wish it followed you to another machine, this plugin is for you. No accounts, no servers, just a folder sync via Google Drive, DropBox, OneDrive or any other syncing service.
| | DSpellCheck | Sergey Semushin | https://github.com/Predelnik/DSpellCheck | [1.5.0 - 64 bit](https://github.com/Predelnik/DSpellCheck/releases/download/v1.5.0/DSpellCheck_x64.zip) |
Spell-checking with these main features:
-Underlining spelling mistakes

-Iterating through all mistakes in document
-Finding mistakes only in comments and strings (For files with standard programming language syntax e.g. C++)
-Possible usage of multiple languages (dictionaries) simultaneously to do spell-checking.
-Getting suggestions for words by either using default Notepad++ menu or separate context menu called by special button appearing under word.
-Able to add words to user dictionary or ignore them for current session of Notepad++
-Using either Hunspell library (included in plugin) or Aspell library (needs to be installed).
-A lot of customizing available from Plugin settings (Ignoring/Allowing only specific files, Choosing delimiters for words, Maximum number of suggestions etc)
-Support for downloading and removing Hunspell dictionaries through user friendly GUI interface
-Ability to quickly change current language through the nice menu.
| +| Dual Scrollbars | SaiyajinK | https://github.com/SaiyajinK/Dual-Scrollbars-for-Notepad-Plus-Plus | [1.0.0 - 64 bit](https://github.com/SaiyajinK/Dual-Scrollbars-for-Notepad-Plus-Plus/releases/download/1.0.0/Dual-Scrollbars-v1.0.0-x64.zip) |
A simple Notepad++ plugin that adds a second vertical scrollbar with mirrored line numbers and markers.
| | EditorConfig | EditorConfig Team | https://github.com/editorconfig/editorconfig-notepad-plus-plus | [0.4.0 - 64 bit](https://github.com/editorconfig/editorconfig-notepad-plus-plus/releases/download/v0.4.0/NppEditorConfig-040-x64.zip) |
EditorConfig is a text file that defines coding conventions for a project to help maintain them consistent no matter which text editor you use. This plugin adds support for .editorconfig files to Notepad++. It will automatically discover and apply matching .editorconfig settings to the files that you open for editing. For the EditorConfig recommended use, file format and samples, visit https://editorconfig.org/.
| | ElasticTabstops | Marius Vasiliu, Justin Dailey | https://github.com/mariusv-github/ElasticTabstops | [1.5.0 - 64 bit](https://github.com/mariusv-github/ElasticTabstops/releases/download/v1.5.0/ElasticTabstops_x64_1.5.0.zip) | Support for Elastic Tabstops. | -| Emoji Description | Ruberoid | https://github.com/Ruberoid/npp_emoji_description | [0.2.14 - 64 bit](https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.2.14/EmojiDescription_x64_v0.2.14.zip) |
Displays detailed character encoding information in the status bar. Shows Unicode code point, decimal/hexadecimal values, HTML entity, and UTF-8 byte sequence for any character including emoji.
| +| Emoji Description | Ruberoid | https://github.com/Ruberoid/npp_emoji_description | [0.4.17 - 64 bit](https://github.com/Ruberoid/npp_emoji_description/releases/download/v0.4.17/EmojiDescription_x64_v0.4.17.zip) |
Displays detailed character encoding information in the status bar: Unicode code point, character name, HTML entity, and the UTF-8 byte sequence in hexadecimal, decimal or git-style octal notation. A menu command opens a dialog with every field for the character at the caret, ready to copy to the clipboard. Works for any character including emoji.
| | EnhanceAnyLexer | Ekopalypse | https://github.com/Ekopalypse/EnhanceAnyLexer | [1.4.1 - 64 bit](https://github.com/Ekopalypse/EnhanceAnyLexer/releases/download/v.1.4.1/EnhanceAnyLexer_x64_PluginAdmin.zip) | Adds more styling, colors only, options to any Lexer | | ERP Helper | Whitley Media | https://github.com/swhitley/erphelper | [1.1.2 - 64 bit](https://github.com/swhitley/ERPHelper/releases/download/v1.1.2/ERPHelper_x64.zip) |
A set of utilities for developing ERP integrations, includes XSL transformation and Workday API SOAP calls.
| | Explorer | Jens Lorenz | https://github.com/oviradoi/npp-explorer-plugin | [1.9.9.0 - 64 bit](https://github.com/oviradoi/npp-explorer-plugin/releases/download/v1.9.9/Explorer_x64.zip) | File browser. You can open files from your local drives in Notepad++, just double click! | @@ -58,12 +59,13 @@ version 1.9.7 | Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [2.6.7.0 - 64 bit](https://github.com/shriprem/FWDataViz/releases/download/v2.6.7.0/FWDataViz_x64.zip) |
Fixed Width Data Visualizer adds Excel-like features for fixed-width data files in Notepad++. 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.
| | FixParser | Chris Taylor | https://github.com/chtaylo3/fix-parser | [0.1.3 - 64 bit](https://github.com/chtaylo3/fix-parser/releases/download/v0.1.3/FixParser_0.1.3_x64.zip) |
Pretty-print and inspect FIX protocol logs: field/value decoding, hover quickview, and a dockable message inspector.
| | Folding Line Hider | leonardchai@gmail.com | https://github.com/leonardchai/FoldingLineHider | [1.1 - 64 bit](https://github.com/leonardchai/FoldingLineHider/releases/download/v1.1/FoldingLineHider1.1.x64.zip) |
This Notepad++ plugin can hide the unsightly folding lines, and for convenience, you can fold and unfold the current level using the Alt + Left/Right keys.
| +| Datamodder SQL Formatter | Datamodder | https://github.com/dm-utils/formatsql | [1.3.1.2 - 64 bit](https://github.com/dm-utils/formatsql/releases/download/v1.3.1.2/FormatSQL.zip) |
Formats, minifies and converts SQL directly in Notepad++.
Features:

- Format / minify SQL, format-on-save, format-and-copy
- Multi-dialect conversion (ANSI, Snowflake, MS SQL, PostgreSQL, MySQL, Databricks)
- Quote, comment-style, boolean and number-format conversion
- Configurable casing, alignment, structure and spacing rules with saved profiles
| | GEDCOM Lexer | Stan Mitchell | https://sourceforge.net/projects/gedcomlexer/ | [0.5.0.170 - 64 bit](https://sourceforge.net/projects/gedcomlexer/files/GedcomLexer-0.5.0-r170/GedcomLexer-0.5.0-r170-x64.zip) |
View and edit GEDCOM files with syntax highlighting of: level, xref id, tag, pointer, value and escape tokens. Customize coloration and font styles. Grammar errors are also highlighted. View GEDCOM files in outline mode by folding sections based on line level.
| | GitSCM | Michael J. Vincent | https://github.com/vinsworldcom/nppGitSCM | [1.4.10.1 - 64 bit](https://github.com/vinsworldcom/nppGitSCM/releases/download/1.4.10.1/GitSCM-v1.4.10.1-x64.zip) | N++ Gui for already installed Git SCM for Windows. Optionally TortoiseGit. | | GotoLineCol | Shridhar Kumar | https://github.com/shriprem/Goto-Line-Col-NPP-Plugin | [2.4.5.1 - 64 bit](https://github.com/shriprem/Goto-Line-Col-NPP-Plugin/releases/download/v2.4.5.1/GotoLineCol_x64.zip) |
A plugin to navigate to a specified line and (byte-based or character-based) column position. Will also display character byte code, UTF-8 byte sequence & Unicode code point, name & block at cursor position. Darkmode enabled. Command line options.
| | HEX-Editor | Jens Lorenz | https://github.com/chcg/NPP_HexEditor | [0.9.14.0 - 64 bit](https://github.com/chcg/NPP_HexEditor/releases/download/0.9.14/HexEditor_0.9.14_x64.zip) | Hex editor. Some reported issues, however many bugs fixed in latest release. | | HLASM Lexer - Column-Aware Syntax Highlighting | Zane Hambly | https://github.com/Zaneham/hlasm-npp | [1.1.0 - 64 bit](https://github.com/Zaneham/hlasm-npp/releases/download/v1.1.0/HLASMLexer_x64.zip) |
Column-aware syntax highlighting for IBM HLASM. Understands the 80-column punch card layout — labels, operations, operands, continuation markers and sequence numbers are each highlighted by their column position, not just keywords.
| -| HTML Tag | Martijn Coppoolse | https://github.com/rdipardo/nppHTMLTag | [1.6.0.0 - 64 bit](https://github.com/rdipardo/nppHTMLTag/releases/download/v1.6.0/HTMLTag_v1.6.0_x64.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)
| +| HTML Tag | Martijn Coppoolse | https://github.com/rdipardo/nppHTMLTag | [1.6.1.0 - 64 bit](https://github.com/rdipardo/nppHTMLTag/releases/download/v1.6.1/HTMLTag_v1.6.1_x64.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)
| | HugeFiles | Mark Johnston Olson | https://github.com/molsonkiko/HugeFiles/ | [0.4.1 - 64 bit](https://github.com/molsonkiko/HugeFiles/releases/download/v0.4.1/Release_x64.zip) |
Reads very large files one chunk at a time, ensuring that each chunk breaks at the end of a line.
Can also break JSON files into syntactically valid JSON chunks.
Can find/replace text in big files without huge memory consumption.
Find/replace form for editing the big file without reading it all into memory.
| | ImgTag | salvom | https://sourceforge.net/projects/imgtag/ | [2.0.1 - 64 bit](https://github.com/chcg/ImgTag/releases/download/2.0.1.8/ImgTag_2.0.1.8_x64.zip) | Insert IMG tags, in your HTML document, using the Open File dialog box to select image files. | | Indent By Fold | Ben Bluemel, Frank Fesevur | https://github.com/ffes/indentbyfold/ | [0.7.3 - 64 bit](https://github.com/ffes/indentbyfold/releases/download/v0.7.3/IndentByFold-073-x64.zip) |
Indent using Fold points
Note: Disable Notepad++'s Auto Indent in Settings - Preferences - MISC - Untick Auto Indent.
| @@ -72,6 +74,7 @@ version 1.9.7 | jN Notepad++ Plugin | Eugen Kremer | https://github.com/sieukrem/jn-npp-plugin/wiki | [2.2.190.21986 - 64 bit](https://github.com/sieukrem/jn-npp-plugin/releases/download/2.2.190/jN_2.2.190_x64.zip) |
Allows you to extend Notepad++ by using JavaScript.
- You can create new menu elements which execute JavaScript
- You can use manu ActiveX components available on your PC
- You can add shortcuts executing JavaScript
- You can create HTML-based dialogs and docking windows
- You can write JavaScript wrappers around Win32 API
- Since version 2.0.116 you can debug your automating scripts
- Selection highlighting and navigation bar
- Integrated Zen Coding v0.7
- You can catch context menu request and create your own
| | JSFunctionViewer | Sover David | https://github.com/davidsover/nppJSFunctionViewer | [1.1.0 - 64 bit](https://github.com/davidsover/nppJSFunctionViewer/releases/download/v1.1.0/JSFunctionViewer_x64.zip) |
Provides an easier way to view and/or navigate to functions from function calls. Also works with external files if the src attribute is the last attribute of the