mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge remote-tracking branch 'upstream/master' into RC1
This commit is contained in:
commit
08dabacfb2
@ -31,7 +31,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
=====================================================
|
||||
Current RC1 Version 5.20.2010.(build_#) (2020-02-10)
|
||||
Current RC1 Version 5.20.211.(build_#) (2020-02-11)
|
||||
=====================================================
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
@ -199,6 +199,9 @@ BEGIN
|
||||
MENUITEM "&Indent", IDM_EDIT_INDENT
|
||||
MENUITEM "&Unindent", IDM_EDIT_UNINDENT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Jump to Selection Start\tCtrl+,", CMD_JUMP2SELSTART
|
||||
MENUITEM "Jump to Selection End\tCtrl+.", CMD_JUMP2SELEND
|
||||
MENUITEM SEPARATOR
|
||||
POPUP "&Enclose Selection"
|
||||
BEGIN
|
||||
MENUITEM "&Single Quotes\tCtrl+1", CMD_STRINGIFY
|
||||
|
||||
@ -148,7 +148,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
// GLOBAL INTERCEPTED HOTKEYS:
|
||||
//
|
||||
// - Ctrl+Alt+Shift+F
|
||||
// After Win10 1903 upgrade, Ctrl+Alt+Shift+F hotkey is intercepted by File Explorer
|
||||
// After Win10 1903 upgrade, Ctrl+Alt+Shift+F hotkey is intercepted by File Explorer (issue #1609)
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user