Skip to content

Commit ce680f6

Browse files
committed
Suggest tags, support multi-selection, minor updates
Also add x86 support and enhance WebEdit plugin. For further details, see the `README.md` file (prev. commit)
1 parent 7badc42 commit ce680f6

11 files changed

Lines changed: 652 additions & 464 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: xds
5050
strategy:
5151
matrix:
52-
target_runtime: [ x64, arm64 ]
52+
target_runtime: [ x86, x64, arm64 ]
5353
runs-on: windows-latest
5454
env:
5555
DOTNET_NOLOGO: true

Legacy-v2.1/Src/WebEditUVer.ob2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MODULE WebEditUVer;
22

33
CONST
4-
String* = '2.8.3.0';
4+
String* = '2.9.0.0';
55

66
END WebEditUVer.

Legacy-v2.1/Src/WebEditUVer.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAINICON ICON "..\..\Logo.ico"
2-
#define WEBEDIT_VERSION_STRING "2.8.3.0\000"
3-
#define WEBEDIT_VERSION_WORDS 2,8,3,0
2+
#define WEBEDIT_VERSION_STRING "2.9.0.0\000"
3+
#define WEBEDIT_VERSION_WORDS 2,9,0,0
44

55
1 VERSIONINFO
66
FILEVERSION WEBEDIT_VERSION_WORDS
@@ -18,7 +18,7 @@ BLOCK "StringFileInfo"
1818
VALUE "LegalCopyright", "� 2008 - 2010 by Alexander Iljin\000"
1919
VALUE "FileDescription", "WebEdit plugin for Notepad++ (Unicode).\000"
2020
VALUE "FileVersion", WEBEDIT_VERSION_STRING
21-
VALUE "ProductVersion", "2.8.3.0\000"
21+
VALUE "ProductVersion", "2.9.0.0\000"
2222
VALUE "ProductName", "WebEdit\000"
2323
VALUE "InternalName", "WebEdit\000"
2424
VALUE "OriginalFilename", "WebEditU.dll\000"

ReadMe.txt

Lines changed: 0 additions & 251 deletions
This file was deleted.

0 commit comments

Comments
 (0)