Skip to content

Latest commit

 

History

History
25 lines (25 loc) · 7.96 KB

plugin_list_arm64.md

File metadata and controls

25 lines (25 loc) · 7.96 KB

Plugin List - arm64 bit

version 1.5.7

Plugin name Author Homepage Version and link Description
Auto Detect Indention Mike Tzou (Chocobo1) https://github.com/Chocobo1/nppAutoDetectIndent 2.3 - arm64 bit Detects indention (tab or spaces) and auto adjust Tab key on-the-fly.
ComparePlus Pavel Nedev https://github.com/pnedev/comparePlus 1.1.0 - arm64 bit
Advanced compare tool based on the well-known Compare-plugin by Ty Landercasper and Jean-Sebastien Leroy.
Fixed-width Data Visualizer Shridhar Kumar https://github.com/shriprem/FWDataViz 2.6.2.0 - arm64 bit
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.2.0 - arm64 bit
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 at cursor position. Darkmode enabled. Command line options.
HEX-Editor Jens Lorenz https://github.com/chcg/NPP_HexEdit 0.9.12.0 - arm64 bit Hex editor. Some reported issues, however many bugs fixed in latest release.
Mime tools Don HO https://github.com/npp-plugins/mimetools 2.9 - arm64 bit Implements several main functionalities defined in MIME (Multipurpose Internet Mail Extensions).
Notepad++ Plugin Demo Don HO https://npp-user-manual.org/docs/plugins/ 4.3 - arm64 bit
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/ 4.3 - arm64 bit 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.5 - arm64 bit ASCII<->Hex converter.
NppExport https://github.com/chcg/NPP_ExportPlugin 0.4.0.0 - arm64 bit
True WYSIWYG exporter. Allows you not only to save your source code as an HTML/RTF file, but also 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.
NppJumpList ahvgeezer https://sourceforge.net/projects/nppjumplist/ 1.2.2 - arm64 bit Adds Windows 7 jump list support.
NppNetNote Harrybharry https://sourceforge.net/projects/npp-plugins/files/NppDocShare/ 0.1.0.0 - arm64 bit
Allows the same document to be edited in real time on two different computers. Only needs a network connection between the two.
Snippets Frank Fesevur https://www.fesevur.com/nppsnippets 1.7.1 - arm64 bit
Adds the possibility to add code snippets to the current document by selecting them from a simple list.
Pork to Sausage Don HO https://github.com/npp-plugins/pork2sausage 2.3 - arm64 bit
Pass any selected text to any command line program as input and take the output (the result of program) to replace the selected text.
SecurePad Dominic Tobias https://github.com/DominicTobias/SecurePad 2.4 - arm64 bit
Encrypt/decrypt whole documents or selected text with your own key. Useful for storing sensitive information like logins that you don't want lying around in a plaintext file.
Select to Clipboard Jakub Dvorak https://github.com/KubaDee/SelectToClipboard 1.0.3 - arm64 bit
Auto copy selected text to clipboard. You can automatically copy selected text like in PuTTY (or similar) terminal application.
Session Manager Mike Foster https://mfoster.com/npp/SessionMgr.html 1.4.4 - arm64 bit
Session manager. IMPORTANT: If you are upgrading from a version older than 1.2 then, immediately after the upgrade, open the Settings dialog and reconfigure your settings.
SpeechPlugin Jim Xochellis https://github.com/chcg/SpeechPlugin 0.4.0.0 - arm64 bit
No kidding, Notepad++ speaks now. With SpeechPlugin, you can make Notepad++ dictate your text or source code. Of course, speakers are necessary.
Task List blitowitz https://code.google.com/p/npp-task-list/ 2.5 - arm64 bit
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.
URL Encode/Decode Plugin Rajendra Singh https://github.com/SinghRajenM/nppURLPlugin 1.2.0.0 - arm64 bit
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.

JSON Viewer Kapil Ratnani, Rajendra Singh https://github.com/kapilratnani/JSON-Viewer 2.0.4.0 - arm64 bit JSON viewer that displays the selected JSON string in a tree view.