Merge pull request #2921 from hpwamr/mui

+ upd: Version files and Changes.txt
This commit is contained in:
Pairi Daiza 2020-09-29 14:23:46 +02:00 committed by GitHub
commit f8ef8724e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 80 additions and 13 deletions

View File

@ -34,13 +34,14 @@ SUP - (S)et(UP) / Installer Package
========================================================
Current BETA/RC Version 5.20.928.(build_#) (2020-09-28)
Current BETA/RC Version 5.20.929.(build_#) (2020-09-29)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.xxx.x]-
[.929.1]- Minipath.ini: [Settings2] FocusLostOpacity=100 (opycity level on losing focus).
[.923.1]- Hotkey 'F3': use MRU latest item before clipboard content as search pattern if prior search pattern is empty.
[.922.1]- Support Lexer switching while Customize Schemes dialog is open.
[.921.1]- Expand current lexers style tree on customize schemes dialog startup.
@ -59,6 +60,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.xxx.x]-
[.929.1]- Migration from CreateLexer() by ID to CreateLexer() by Name (Lexilla IFace5 conform) (GRE).
[.928.1]- grepWinNP3: code clean-up (GRE).
[.928.1]- TinyExpr format floating.point with non zero fractional part.
[.927.1]- TinyExpr floating point format.
@ -84,7 +86,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.xxx.x]-
[.928.2]- Freezing of main wnd caused by mixed usage of Lexer Interfaces.
[.928.2]- Freezing of main window caused by mixed usage of Lexer Interfaces.
[.928.1]- Setting new IFace5 Lexer (should fix line/stream comment toggle issue #2912).
[.927.1]- Lexer file extensions maintained in standard config.
[.927.1]- grepWin language switching (github.com/stefankueng/grepWin/issues/199) (GRE).

View File

@ -8,8 +8,8 @@
================================================================================
*** Keyboard Shortcuts *** date: 2020/08/26
---------------------------------------------------------
*** Keyboard Shortcuts for Notepad3 *** date: 2020/09/29
---------------------------------------------------------------------
FILE
@ -287,11 +287,73 @@
================================================================================
*** Keyboard Shortcuts for Minipath *** date: 2020/09/29
---------------------------------------------------------------------
Enter Open selected file in an existing target window.
Shift+Enter Open selected file in a new window.
Alt+Enter Properties of selected object.
Backspace Move to upper directory.
Ctrl+Backspace Move to root directory.
Alt+Left Go to previous directory.
Alt+Right Go to next directory.
Tab Move to next control.
Shift+Tab Move to previous control.
Esc Exit or minimize metapath (optional).
Ctrl+D Change to another directory.
Ctrl+E Toggle "Activate target window" option.
Ctrl+F Launch target application without any file.
Ctrl+H Save settings.
Ctrl+K Create link.
Ctrl+L Launch selected file.
Ctrl+M Specify file filter.
Ctrl+N Create new file.
Ctrl+Q Open file with specified quickviewer.
Ctrl+P Snap to target window.
Ctrl+Shift+P Move window to default position.
Ctrl+R Open run dialog box.
Ctrl+S Save file to new location.
Ctrl+T Toggle "Keep on top" option.
Ctrl+U Toggle transparency mode.
Ctrl+1 Sort files by name.
Ctrl+2 Sort files by size.
Ctrl+3 Sort files by type.
Ctrl+4 Sort files by date.
Ctrl+5 Sort files in reverse order.
Ctrl+* Set file filter to *.*
Alt+D Create new directory.
Alt+G Goto link target.
Alt+L Open selected file with another application.
Alt+N Open new window.
Alt+S Toggle statusbar.
Alt+T Toggle toolbar.
Del Delete selected object.
Shift+Del Delete selected object (no recycling).
Ctrl+Shift+Del Delete file without confirmation.
Alt+Up Goto next file.
Alt+Down Goto previous file.
F1 Display version info.
F2 Rename seletced object.
F5 Update view of directory.
F6 Copy/move selected object to another location.
F7 Save settings now.
Ctrl+F7 Jump to ini-file.
F9 Edit "Favorites" folder.
F11 Jump to "Favorites" folder.
F12 View program settings.
Ctrl+F12 Setup metapath target application.
================================================================================
*** Regular Expression Matching Syntax (Multi Lines) ***
(Advanced features: see .\Oniguruma_RE.txt)
---------------------------------------------------------
---------------------------------------------------------------------
. This matches any character.
@ -358,7 +420,8 @@
================================================================================
*** Command Line Help ***
---------------------------------------------------------
---------------------------------------------------------------------
Usage:
Notepad3 [/?] […[Encoding]] […[Line ending mode]] [/e] [/g] [/m] [/l]

View File

@ -96,6 +96,7 @@ Acknowledgments:
----------------
alexantr https://github.com/alexantr
AlexIljin https://github.com/AlexIljin
bravo-hero https://github.com/bravo-hero
craigo- https://github.com/craigo-/
Crane70 https://github.com/Crane70
engelhro https://github.com/engelhro

View File

@ -1 +1 @@
2
1

View File

@ -1 +1 @@
928
929

View File

@ -117,6 +117,7 @@ IDS_MUI_ABOUT_LIBS "\
IDS_MUI_ABOUT_ACKNOWLEDGES "\
\\cf0 alexantr\\tab https://github.com/alexantr\\par\
\\cf0 AlexIljin\\tab https://github.com/AlexIljin\\par\
\\cf0 bravo-hero\\tab https://github.com/bravo-hero\\par\
\\cf0 craigo-\\tab https://github.com/craigo-/\\par\
\\cf0 Crane70\\tab https://github.com/Crane70\\par\
\\cf0 engelhro\\tab https://github.com/engelhro\\par\

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.928.2"
version="5.20.929.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -5,7 +5,7 @@
KEYWORDLIST KeyWords_LaTex = EMPTY_KEYWORDLIST;
EDITLEXER lexLATEX = {
SCLEX_LATEX, "latex", IDS_LEX_LATEX, L"LaTeX Files", L"tex; latex; sty; texi; texinfo; txi", L"",
SCLEX_LATEX, "latex", IDS_LEX_LATEX, L"LaTeX Files", L"tex; latex; sty; texi; texinfo; txi", L"",
&KeyWords_LaTex, {
{ {STYLE_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },
//{ {SCE_L_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },

View File

@ -10,7 +10,7 @@ NULL,
EDITLEXER lexTOML = {
SCLEX_TOML, "toml", IDS_LEX_TOML_CFG, L"TOML Config", L"toml", L"",
SCLEX_TOML, "toml", IDS_LEX_TOML_CFG, L"TOML Config", L"toml", L"",
&KeyWords_TOML,{
{ {STYLE_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },
//{ {SCE_TOML_DEFAULT}, IDS_LEX_STR_63126, L"Default", L"", L"" },

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 20
#define VERSION_REV 928
#define VERSION_BUILD 2
#define VERSION_REV 929
#define VERSION_BUILD 1
#define SCINTILLA_VER 445
#define ONIGURUMA_REGEX_VER 6.9.5
#define UCHARDET_VER 2018.09.27