mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #4494 from hpwamr/Mui_Beta
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
3c2ba19a42
@ -34,26 +34,26 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 6.23.118.(build_#) (2023-01-18)
|
||||
Current BETA/RC Version 6.23.120.(build_#) (2023-01-20)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
[.120.1]- Paragraph navigation (Alt+PageUp, Alt+PageDown).
|
||||
|
||||
--------------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
[.120.1]- Allow coloralpharef read from scheme properties.
|
||||
|
||||
--------------------------------------------------------
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.###.#]- .
|
||||
[.120.1]- Get git commit id for local build (ID= in Help Dlg).
|
||||
|
||||
--------------------------------------------------------
|
||||
REMOVED:
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
================================================================================
|
||||
|
||||
|
||||
*** Keyboard Shortcuts for Notepad3 *** date: 2021-08-30
|
||||
*** Keyboard Shortcuts for Notepad3 *** date: 2023-01-20
|
||||
---------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -244,6 +244,8 @@
|
||||
Ctrl+Alt+V Focused View.
|
||||
Ctrl+PgUp/PgDn Goto Previous/Next.
|
||||
Ctrl+Shift+PgUp/PgDn Select to Previous/Next.
|
||||
Alt+PageUp Paragraph navigation Up.
|
||||
Alt+PageDown Paragraph navigation Down.
|
||||
|
||||
Zoom
|
||||
----
|
||||
@ -317,6 +319,7 @@
|
||||
Ctrl+D Change to another directory.
|
||||
Ctrl+E Toggle "Activate target window" option.
|
||||
Ctrl+F Launch target application without any file.
|
||||
Ctrl+G Goto...
|
||||
Ctrl+H Save settings.
|
||||
Ctrl+K Create link.
|
||||
Ctrl+L Launch selected file.
|
||||
|
||||
@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
|
||||
@ -1 +1 @@
|
||||
118
|
||||
120
|
||||
|
||||
@ -387,3 +387,4 @@ END
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
version="6.23.118.2"
|
||||
version="6.23.120.1"
|
||||
processorArchitecture="*"
|
||||
type="win32"
|
||||
/>
|
||||
|
||||
@ -8,8 +8,8 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 23
|
||||
#define VERSION_REV 118
|
||||
#define VERSION_BUILD 2
|
||||
#define VERSION_REV 120
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 532
|
||||
#define LEXILLA_VER 521
|
||||
#define ONIGURUMA_REGEX_VER 6.9.9
|
||||
@ -17,4 +17,4 @@
|
||||
#define TINYEXPR_VER 2018.05.11
|
||||
#define UTHASH_VER 2.3.0
|
||||
#define VERSION_PATCH beta
|
||||
#define VERSION_COMMIT_ID dkt1-amr
|
||||
#define VERSION_COMMIT_ID f1c80cea
|
||||
|
||||
Loading…
Reference in New Issue
Block a user