Skip to content

Commit

Permalink
Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_L…
Browse files Browse the repository at this point in the history
…exilla
  • Loading branch information
RaiKoHoff committed Sep 30, 2020
2 parents f3631a1 + 6e65876 commit 8b08783
Show file tree
Hide file tree
Showing 12 changed files with 469 additions and 125 deletions.
6 changes: 4 additions & 2 deletions Build/Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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).
Expand Down
71 changes: 67 additions & 4 deletions Build/Docs/KeyboardShortcuts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
================================================================================


*** Keyboard Shortcuts *** date: 2020/08/26
---------------------------------------------------------
*** Keyboard Shortcuts for Notepad3 *** date: 2020/09/29
---------------------------------------------------------------------


FILE
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -358,7 +420,8 @@
================================================================================

*** Command Line Help ***
---------------------------------------------------------
---------------------------------------------------------------------


Usage:
Notepad3 [/?] […[Encoding]] […[Line ending mode]] [/e] [/g] [/m] [/l]
Expand Down
1 change: 1 addition & 0 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Versions/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
2 changes: 1 addition & 1 deletion Versions/day.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
928
929
1 change: 1 addition & 0 deletions language/common_res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down
2 changes: 1 addition & 1 deletion res/Notepad3.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.20.928.2"
version="5.20.929.1"
type="win32"
/>
<description>Notepad3 beta</description>
Expand Down
Loading

0 comments on commit 8b08783

Please sign in to comment.