Skip to content

Commit

Permalink
Merge branch 'notepad-plus-plus:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo authored Dec 29, 2024
2 parents e30bcd1 + 3f1632e commit ac5a1e4
Show file tree
Hide file tree
Showing 9 changed files with 330 additions and 218 deletions.
12 changes: 7 additions & 5 deletions doc/plugin_list_arm64.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Plugin List - arm64 bit

version 1.7.2
version 1.7.8

| Plugin name | Author | Homepage | Version and link | Description |
|---|---|---|---|---|
Expand All @@ -9,24 +9,26 @@ version 1.7.2
| Fixed-width Data Visualizer | Shridhar Kumar | https://github.com/shriprem/FWDataViz | [2.6.3.1 - arm64 bit](https://github.com/shriprem/FWDataViz/releases/download/v2.6.3.1/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> |
| GotoLineCol | Shridhar Kumar | https://github.com/shriprem/Goto-Line-Col-NPP-Plugin | [2.4.3.0 - arm64 bit](https://github.com/shriprem/Goto-Line-Col-NPP-Plugin/releases/download/v2.4.3.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 at cursor position. Darkmode enabled. Command line options. </details> |
| 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. |
| HTML Tag | Martijn Coppoolse | https://bitbucket.org/rdipardo/htmltag | [1.5.1.0 - arm64 bit](https://bitbucket.org/rdipardo/htmltag/downloads/HTMLTag_v1.5.1_arm64.zip) | <details> <summary> Provides three core functions: </summary> <br>- HTML and XML tag jumping, like the built-in brace matching and selection<br> of tags and/or contents.<br>- HTML entity encoding/decoding (example: é to &eacute;)<br>- JS character encoding/decoding (example: é to \u00E9) </details> |
| 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> |
| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [3.0.0.12 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/3.0.0.12/MultiReplace-v3.0.0.12-ARM64.zip) | <details> <summary> Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, </summary> targeting, and sorting; dynamic computational operations; rectangular selection support. </details> |
| MultiReplace | Thomas Knoefel | https://github.com/daddel80/notepadpp-multireplace | [4.1.1.21 - arm64 bit](https://github.com/daddel80/notepadpp-multireplace/releases/download/4.1.1.21/MultiReplace-v4.1.1.21-ARM64.zip) | <details> <summary> Advanced multi-string replacement; storage of search/replace patterns; CSV column highlighting, </summary> targeting, and sorting; dynamic computational operations; rectangular selection support. </details> |
| 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> |
| 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. |
| 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. |
| 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> |
| 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> |
| 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. |
| NppNetNote | Harrybharry | https://sourceforge.net/projects/npp-plugins/files/NppDocShare/ | [0.1.0.0 - arm64 bit](https://github.com/chcg/NppDocShare/releases/download/0.1.13/NppDocShare_0.1.13_arm64.zip) | <details> <summary> Allows the same document to be edited in real time on two different computers. Only needs a network </summary> connection between the two. </details> |
| NppNetNote | Harrybharry | https://sourceforge.net/projects/npp-plugins/files/NppDocShare/ | [0.2.0.0 - arm64 bit](https://github.com/chcg/NppDocShare/releases/download/0.2.0/NppDocShare_0.2.0_arm64.zip) | <details> <summary> Allows the same document to be edited in real time on two different computers. Only needs a network </summary> connection between the two. </details> |
| Snippets | Frank Fesevur | https://www.fesevur.com/nppsnippets | [1.7.1 - arm64 bit](https://github.com/ffes/nppsnippets/releases/download/v1.7.1/NppSnippets-171-arm64.zip) | <details> <summary> Adds the possibility to add code snippets to the current document by selecting them from a simple </summary> list. </details> |
| Pork to Sausage | Don HO | https://github.com/npp-plugins/pork2sausage | [2.5 - arm64 bit](https://github.com/npp-plugins/pork2sausage/releases/download/v2.5/pork2sausage.2.5.bin.arm64.zip) | <details> <summary> Pass any selected text to any command line program as input and take the output (the result of </summary> program) to replace the selected text. </details> |
| SecurePad | Dominic Tobias | https://github.com/DominicTobias/SecurePad | [2.4 - arm64 bit](https://github.com/DominicTobias/SecurePad/releases/download/v2.4/SecurePad_v2.4_arm64.zip) | <details> <summary> Encrypt/decrypt whole documents or selected text with your own key. Useful for storing sensitive </summary> information like logins that you don't want lying around in a plaintext file. </details> |
| Select N' Launch | Don HO | https://github.com/npp-plugins/selectnlaunch | [2.2 - arm64 bit](https://github.com/npp-plugins/selectnlaunch/releases/download/v2.2/selectNLaunch.v2.2.bin.arm64.zip) | <details> <summary> Get the selected text, save it as file with the extension you customized in the system temporary </summary> directory, then call system to open it with the extension-associated program. </details> |
| Select to Clipboard | Jakub Dvorak | https://github.com/KubaDee/SelectToClipboard | [1.0.3 - arm64 bit](https://github.com/KubaDee/SelectToClipboard/releases/download/v1.0.3/SelectToClipboard_arm64_v1.0.3.zip) | <details> <summary> Auto copy selected text to clipboard. You can automatically copy selected text like in PuTTY (or </summary> similar) terminal application. </details> |
| Session Manager | Mike Foster | https://mfoster.com/npp/SessionMgr.html | [1.4.4 - arm64 bit](https://github.com/chcg/npp-session-manager/releases/download/v1.4.4/SessionMgr_v1.4.4_arm64.zip) | <details> <summary> Session manager. IMPORTANT: If you are upgrading from a version older than 1.2 then, immediately </summary> after the upgrade, open the Settings dialog and reconfigure your settings. </details> |
| SpeechPlugin | Jim Xochellis | https://github.com/chcg/SpeechPlugin | [0.4.0.0 - arm64 bit](https://github.com/chcg/SpeechPlugin/releases/download/v0.4.0/SpeechPlugin_v0.4.0_ARM64.zip) | <details> <summary> No kidding, Notepad++ speaks now. With SpeechPlugin, you can make Notepad++ dictate your text or </summary> source code. Of course, speakers are necessary. </details> |
| Task List | blitowitz | https://github.com/Megabyteceer/npp-task-list | [2.6 - arm64 bit](https://github.com/Megabyteceer/npp-task-list/releases/download/v2.6.0/NppTaskList_v2.6.0_arm64.zip) | <details> <summary> Automatically scans the open document and adds all "TODO:*" items to your task list, a window pane </summary> docked on the right. Double-clicking an item in the list will take you to that line in the code. </details> |
| 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) | <details> <summary> Automatically scans the open document and adds all "TODO:*" items to your task list, a window pane </summary> docked on the right. Double-clicking an item in the list will take you to that line in the code. </details> |
| 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> |
| JSON Viewer | Kapil Ratnani, Rajendra Singh | https://github.com/kapilratnani/JSON-Viewer | [2.0.7.0 - arm64 bit](https://github.com/kapilratnani/JSON-Viewer/releases/download/v2.0.7.0/NPPJSONViewer_ARM64.zip) | JSON viewer that displays the selected JSON string in a tree view. |
| JSON Viewer | Kapil Ratnani, Rajendra Singh | https://github.com/NPP-JSONViewer/JSON-Viewer | [2.1.0.0 - arm64 bit](https://github.com/NPP-JSONViewer/JSON-Viewer/releases/download/v2.1.0.0/ARM64_Release.zip) | JSON viewer that displays the selected JSON string in a tree view. |
| JSTool | Sun Junwen | https://github.com/sunjw/jstoolnpp | [1.2312.0 - arm64 bit](https://sourceforge.net/projects/jsminnpp/files/Uni/JSToolNPP.1.2312.0.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> |
| 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> |
| 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> |
Expand Down
Loading

0 comments on commit ac5a1e4

Please sign in to comment.