From 8726803e839446d41cccf88aa036d79e18b7d1fb Mon Sep 17 00:00:00 2001 From: Krazal Date: Thu, 5 Feb 2026 12:06:29 +0100 Subject: [PATCH] Hotfix for WebEdit Fixed a Notepad++ crash related to WebEdit when using the "Find in files" dialog. The related issue: https://github.com/Krazal/WebEdit/issues/4 --- src/pl.arm64.json | 6 +++--- src/pl.x64.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pl.arm64.json b/src/pl.arm64.json index e09f5c3b9..0581e45e8 100644 --- a/src/pl.arm64.json +++ b/src/pl.arm64.json @@ -485,9 +485,9 @@ { "folder-name": "WebEdit", "display-name": "WebEdit", - "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", + "version": "2.9.0.1", + "id": "6ff9b07114639ae40c9eeb1746651f464ad93440c45109a0158f91d53cd543c2", + "repository": "https://github.com/Krazal/WebEdit/releases/download/v2.9.0.1/WebEdit.2.9.0.1.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 4b5493f51..2d2c86552 100644 --- a/src/pl.x64.json +++ b/src/pl.x64.json @@ -1743,9 +1743,9 @@ { "folder-name": "WebEdit", "display-name": "WebEdit", - "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", + "version": "2.9.0.1", + "id": "eb51c1cf60ee2e3ef86b0d9874e541e7976399dc7599b0018285a693859b2c27", + "repository": "https://github.com/Krazal/WebEdit/releases/download/v2.9.0.1/WebEdit.2.9.0.1.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"