mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3141 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
672e279a5c
@ -32,7 +32,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.223.(build_#) (2021-02-23)
|
||||
Current BETA/RC Version 5.21.226.(build_#) (2021-02-26)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -60,7 +60,7 @@ NEW:
|
||||
[.915.2]- Configurable Dark Mode colors (non Explorer-Theme, Owner-Drawn).
|
||||
[.915.2]- Menu item to switch between Default and Dark-Mode.
|
||||
[.915.2]- DarkMode: Toolbar, static checkbox/listbox control.
|
||||
[.915.2]- Win10 DarkMode Awareness (initial development)
|
||||
[.915.2]- Win10 DarkMode Awareness (initial development).
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
@ -105,6 +105,7 @@ CHANGES:
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.226.1]- Wrap-Around tooltip use correct encoding.
|
||||
[.222.2]- Multi-Line movement: proceed to document end correctly.
|
||||
[.222.2]- Toggle comment on empty selection at insertion point: keep position of selection end.
|
||||
[.222.2]- MiniPath: Enable Mouse XButton usage ("browse back and forth").
|
||||
@ -181,10 +182,6 @@ REMOVED:
|
||||
TRANSLATIONS (MUI):
|
||||
--------------------------------------------------------
|
||||
[1028.1]- Hindi (hi-IN).
|
||||
[.915.2]- Chinese Traditional (zh-TW) in waiting...
|
||||
[.915.2]- Indonesian (id-ID) in waiting...
|
||||
[.915.2]- Turkish (tr-TR) in waiting...
|
||||
[.915.2]- Vietnamese (vi-VN) in waiting...
|
||||
|
||||
|
||||
========================================================
|
||||
@ -313,12 +310,6 @@ REMOVED:
|
||||
--------------------------------------------------------
|
||||
TRANSLATIONS (MUI):
|
||||
--------------------------------------------------------
|
||||
[.802.1]- Portuguese Brazilian (pt-BR).
|
||||
[.722.2]- Turkish (tr-TR) in processing...
|
||||
[.722.2]- Chinese Traditional (zh-TW) in waiting...
|
||||
[.722.2]- Hindi (hi-IN) in waiting...
|
||||
[.722.2]- Indonesian (id-ID) in waiting...
|
||||
[.722.2]- Vietnamese (vi-VN) in waiting...
|
||||
|
||||
|
||||
========================================================
|
||||
|
||||
@ -111,8 +111,8 @@
|
||||
|
||||
Selection
|
||||
---------
|
||||
Ctrl+, Jump to Selection Start.
|
||||
Ctrl+. Jump to Selection End.
|
||||
Ctrl+Q Block Comment (Toggle).
|
||||
Ctrl+Shift+Q Stream Comment.
|
||||
Ctrl+D Duplicate Selection or Line.
|
||||
Alt+B Pad with Blanks.
|
||||
Alt+Z Strip First Character.
|
||||
@ -122,6 +122,8 @@
|
||||
Alt+M Modify Lines...
|
||||
Alt+J Align Lines...
|
||||
Alt+O Sort Lines...
|
||||
Ctrl+, Jump to Selection Start.
|
||||
Ctrl+. Jump to Selection End.
|
||||
Tab Indent Selected Block.
|
||||
Shift+Tab Unindent Selected Block.
|
||||
Ctrl+Tab Insert Tabulator.
|
||||
@ -161,8 +163,6 @@
|
||||
Ctrl+F5 Time/Date (Short Form).
|
||||
Ctrl+Shift+F5 Time/Date (Long Form).
|
||||
Shift+F5 Update Timestamps.
|
||||
Ctrl+Q Block Comment (Toggle).
|
||||
Ctrl+Shift+Q Stream Comment.
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
@ -1 +1 @@
|
||||
223
|
||||
226
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.223.1"
|
||||
version="5.21.226.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 223
|
||||
#define VERSION_REV 226
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 446
|
||||
#define ONIGURUMA_REGEX_VER 6.9.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user