Skip to content

Commit 253b379

Browse files
authored
Add "WebEdit" plugin entries for x64 and ARM64 (notepad-plus-plus#960)
* Add "WebEdit" plugin entries for x64 and ARM64 This plugin is a new version of the old/legacy v2.1 to modern platforms. It provides configurable code templates, text expansions, and advanced text manipulation features for Notepad++. The plugin supports Unicode, and stores its configuration in `WebEdit.ini`. * Fix UnicodeDecodeError (replace invalid apostrophes). * Update the 32-bit WebEdit plugin, also keeping the previous website/version in the description * Minor improvements and hotfixes for the WebEdit plugin * Fix WebEdit "Unexpected DLL version" error + minor hotfixes * WebEdit hotfix Fix escape sequences + update INI documentation
1 parent 476025c commit 253b379

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

src/pl.arm64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,16 @@
440440
"description": "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++. \r\n\r\nHow it works:\r\n1. Configure setting from menu (Plugins->URL Plugin->URL Plugin Settings). It is not mandatory, but recommended.\r\n2. Select text/URL which you want to encode/decode.\r\n3. Perform your task via Plugins->URL Plugin->Encode/Decode URL.\r\n\r\n",
441441
"author": "Rajendra Singh",
442442
"homepage": "https://github.com/SinghRajenM/nppURLPlugin"
443+
},
444+
{
445+
"folder-name": "WebEdit",
446+
"display-name": "WebEdit",
447+
"version": "2.8.1.2",
448+
"id": "57326011155b494747b1d3156f1443e56a3dd116f5abca522c2df90709d93614",
449+
"repository": "https://github.com/Krazal/WebEdit/releases/download/v2.8.1.2/WebEdit.2.8.1.2.arm64.zip",
450+
"description": "WebEdit is a modern Notepad++ plugin for configurable code templates and text expansions. Define any number of 'wrap' commands (insert left/right text around the selection or caret) and unlimited tag abbreviations that expand into multiline snippets with preserved indentation and a configurable caret position. Type a tag, press Alt + Enter and it will be replaced with the corresponding block of text. Commands can be exposed in the menu, assigned shortcuts, or placed on the toolbar for one‑click use. Full Unicode support ensures seamless handling of international text and symbols. Configuration is stored in WebEdit.ini (open it with the Plugins → WebEdit → Edit Config command). For credits and more information see ReadMe.txt on the Homepage.",
451+
"author": "Alexander Iljin",
452+
"homepage": "https://github.com/Krazal/WebEdit"
443453
}
444454
]
445455
}

src/pl.x64.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,16 @@
16561656
"author": "WakaTime",
16571657
"homepage": "https://github.com/wakatime/notepadpp-wakatime"
16581658
},
1659+
{
1660+
"folder-name": "WebEdit",
1661+
"display-name": "WebEdit",
1662+
"version": "2.8.1.2",
1663+
"id": "c5bb17bbd1b9ea384b0c1e56cf0742e101bbc259aae3294dc95724bc167a0cef",
1664+
"repository": "https://github.com/Krazal/WebEdit/releases/download/v2.8.1.2/WebEdit.2.8.1.2.x64.zip",
1665+
"description": "WebEdit is a modern Notepad++ plugin for configurable code templates and text expansions. Define any number of 'wrap' commands (insert left/right text around the selection or caret) and unlimited tag abbreviations that expand into multiline snippets with preserved indentation and a configurable caret position. Type a tag, press Alt + Enter and it will be replaced with the corresponding block of text. Commands can be exposed in the menu, assigned shortcuts, or placed on the toolbar for one‑click use. Full Unicode support ensures seamless handling of international text and symbols. Configuration is stored in WebEdit.ini (open it with the Plugins → WebEdit → Edit Config command). For credits and more information see ReadMe.txt on the Homepage.",
1666+
"author": "Alexander Iljin",
1667+
"homepage": "https://github.com/Krazal/WebEdit"
1668+
},
16591669
{
16601670
"folder-name": "XBrackets",
16611671
"display-name": "XBrackets Lite",

src/pl.x86.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,12 +1813,12 @@
18131813
{
18141814
"folder-name": "WebEdit",
18151815
"display-name": "WebEdit",
1816-
"version": "2.1",
1817-
"id": "60622e73f01a1fdb5462c2ba416649c404c39db18100826301f4ad74b4e7da46",
1818-
"repository": "https://master.dl.sourceforge.net/project/npp-plugins/WebEdit/WebEdit%202.1/WebEdit.v2.1.zip",
1819-
"description": "WebEdit is another attempt to integrate a user-configurable code template collection into Notepad++. With WebEdit you have the following options:\r\n create a menu command for pasting some text, possibly surrounding the current selection, if any. Imagine selecting a word and putting \"<p>...</p>\" around it with a single hotkey. You can create up to 30 such commands and assign keyboard shortcuts to them, or simply use the menu;\r\n the same 30 commands can also be represented by buttons on the main toolbar for quick access with the mouse;\r\n you can create a set of \"tags\" or abbreviations. Type one of them, then press Alt+Enter and it will be replaced with the corresponding block of text. If the replacement consists of multiple lines, all of them will be indented same as the first one. The caret will be placed in a predefined position within the new text. You can have the current clipboard contents (e.g. a function name) pasted on expansion.\r\nThe plugin configuration is stored in the WebEdit.ini file. Use \"WebEdit\\Edit Config\" command from the \"Plugins\" menu to open the file in Notepad++ for editing.\r\nAll keyboard shortcuts can be assigned/modified using the standard Shortcut Mapper. For more information see the WebEdit.txt help file.",
1816+
"version": "2.8.1.2",
1817+
"id": "30bd05420648cd7b3e47c7b60a9f51842d9ca06cb70ca2eaa7adaacc2d2368a2",
1818+
"repository": "https://github.com/Krazal/WebEdit/releases/download/v2.8.1.2/WebEdit.2.8.1.2.win32.zip",
1819+
"description": "WebEdit is another attempt to integrate a user-configurable code template collection into Notepad++. With WebEdit you have the following options:\r\n create a menu command for pasting some text, possibly surrounding the current selection, if any. Imagine selecting a word and putting \"<p>...</p>\" around it with a single hotkey. You can create up to 30 such commands and assign keyboard shortcuts to them, or simply use the menu;\r\n the same 30 commands can also be represented by buttons on the main toolbar for quick access with the mouse;\r\n you can create a set of \"tags\" or abbreviations. Type one of them, then press Alt+Enter and it will be replaced with the corresponding block of text. If the replacement consists of multiple lines, all of them will be indented same as the first one. The caret will be placed in a predefined position within the new text. You can have the current clipboard contents (e.g. a function name) pasted on expansion.\r\nThe plugin configuration is stored in the WebEdit.ini file. Use \"WebEdit\\Edit Config\" command from the \"Plugins\" menu to open the file in Notepad++ for editing.\r\nAll keyboard shortcuts can be assigned/modified using the standard Shortcut Mapper. For more information see the WebEdit.txt help file.\r\nNOTE: This is an updated version of the plugin. You can find the original (v2.1) files here: https://sourceforge.net/projects/npp-plugins/files/WebEdit/WebEdit%202.1/",
18201820
"author": "Alexander Iljin",
1821-
"homepage": "https://sourceforge.net/projects/npp-plugins/files/WebEdit/WebEdit%202.1/"
1821+
"homepage": "https://github.com/Krazal/WebEdit"
18221822
},
18231823
{
18241824
"folder-name": "WindowManager",

0 commit comments

Comments
 (0)