From 2259f704173d9680a156a13f409a37e1c121983e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=C3=A1rd=20Stockinger?= Date: Mon, 10 Nov 2025 21:35:40 +0100 Subject: [PATCH] Update WebEdit v2.9 (#990) New features added. The 32-bit version remains unchanged (it has a separate, unique code) --- src/pl.arm64.json | 8 ++++---- src/pl.x64.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index 3798a3f13..21955f2c6 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -444,10 +444,10 @@ { "folder-name": "WebEdit", "display-name": "WebEdit", - "version": "2.8.1.2", - "id": "57326011155b494747b1d3156f1443e56a3dd116f5abca522c2df90709d93614", - "repository": "https://github.com/Krazal/WebEdit/releases/download/v2.8.1.2/WebEdit.2.8.1.2.arm64.zip", - "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.", + "version": "2.9.0.0", + "id": "54f5321bc3d284ab36741cd998be76854c4f9dbd66e136f0eab68b961adc5577", + "repository": "https://github.com/Krazal/WebEdit/releases/download/v2.9.0.0/WebEdit.2.9.0.0.arm64.zip", + "description": "Speed up your code editing! Enter an abbreviation (tag), press Alt + Enter, and expand the tag into a full code snippet. You can also wrap (surround) a selection e.g. with HTML tags.\r\n- More than 1000 preset tags: HTML (elements, attributes, BootStrap, Smarty, etc.), JavaScript (jQuery), CSS, PHP, SQL (MySQL, Eloquent ORM), etc.\r\n- Automatic or custom caret (cursor) positioning\r\n- Handling new lines, indents, etc.\r\n- Variables: clipboard content, current file name, custom date/time, etc.\r\n- Customizable tags in the plugin menu; assign tags to shortcuts\r\n- Customizable tags in the toolbar\r\n- Tag suggestions (similar tags)\r\n- Easy tag addition\r\n- Multiselect support\r\n- Unicode support\r\n- Over 17 years with Notepad++, now in 64-bit version!", "author": "Alexander Iljin", "homepage": "https://github.com/Krazal/WebEdit" }, diff --git a/src/pl.x64.json b/src/pl.x64.json index 540994f1d..6c146b48d 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1659,10 +1659,10 @@ { "folder-name": "WebEdit", "display-name": "WebEdit", - "version": "2.8.1.2", - "id": "c5bb17bbd1b9ea384b0c1e56cf0742e101bbc259aae3294dc95724bc167a0cef", - "repository": "https://github.com/Krazal/WebEdit/releases/download/v2.8.1.2/WebEdit.2.8.1.2.x64.zip", - "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.", + "version": "2.9.0.0", + "id": "8c0c6363bc698535246db46f8844d7355e62902bbb3edac3fbd3a4dd77d5f7ec", + "repository": "https://github.com/Krazal/WebEdit/releases/download/v2.9.0.0/WebEdit.2.9.0.0.x64.zip", + "description": "Speed up your code editing! Enter an abbreviation (tag), press Alt + Enter, and expand the tag into a full code snippet. You can also wrap (surround) a selection e.g. with HTML tags.\r\n- More than 1000 preset tags: HTML (elements, attributes, BootStrap, Smarty, etc.), JavaScript (jQuery), CSS, PHP, SQL (MySQL, Eloquent ORM), etc.\r\n- Automatic or custom caret (cursor) positioning\r\n- Handling new lines, indents, etc.\r\n- Variables: clipboard content, current file name, custom date/time, etc.\r\n- Customizable tags in the plugin menu; assign tags to shortcuts\r\n- Customizable tags in the toolbar\r\n- Tag suggestions (similar tags)\r\n- Easy tag addition\r\n- Multiselect support\r\n- Unicode support\r\n- Over 17 years with Notepad++, now in 64-bit version!", "author": "Alexander Iljin", "homepage": "https://github.com/Krazal/WebEdit" },