mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Change Hotkey for Window in submenu "View"
This commit is contained in:
parent
37fffff644
commit
0f385c0c3e
@ -30,7 +30,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
==================================================
|
||||
Current Version 5.19.604.build RC2 (4 Juni 2019)
|
||||
Current Version 5.19.605.build RC2 (5 Juni 2019)
|
||||
==================================================
|
||||
|
||||
--------------------------------------------------
|
||||
@ -40,15 +40,11 @@ NEW:
|
||||
--------------------------------------------------
|
||||
CHANGES:
|
||||
--------------------------------------------------
|
||||
- Add a top level menu "Appearance"
|
||||
- Force Encoding Detector result -> Recode to UCHARDET Analysis
|
||||
- In case of (partial) selection, copy only selection instead of complete hyperlink (issue #1296)
|
||||
- New top-level menu "Appearance" holding Themes and Schemes stuff (en-US, en-GB and de-DE)
|
||||
- New top-level menu "Appearance" holding Themes and Schemes stuff
|
||||
- Rearranging the Language and Themes menus
|
||||
- Rearranging the" Encoding" menu
|
||||
- replace Onigmo by Oniguruma
|
||||
- CED -> UCHARDET license and acknowledgement
|
||||
- Force Encoding Detector result -> Recode to UCHARDET Analysis
|
||||
- In case of (partial) selection, copy only selection instead of complete hyperlink
|
||||
- MUI - Rearranging the Language and Themes menus
|
||||
|
||||
--------------------------------------------------
|
||||
ENHANCEMENT:
|
||||
|
||||
@ -301,7 +301,7 @@ BEGIN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Hyperlink Hotspots\tCtrl+Alt+W", IDM_VIEW_HYPERLINKHOTSPOTS
|
||||
MENUITEM "&Visual Brace Matching\tCtrl+Shift+V", IDM_VIEW_MATCHBRACES
|
||||
POPUP "Highlight C&urrent Line\tCtrl+Shift+I"
|
||||
POPUP "H&ighlight Current Line\tCtrl+Shift+I"
|
||||
BEGIN
|
||||
MENUITEM "&No Highlight", IDM_VIEW_HILITCURLN_NONE
|
||||
MENUITEM "Background &Color", IDM_VIEW_HILITCURLN_BACK
|
||||
|
||||
@ -301,7 +301,7 @@ BEGIN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Hyperlink Hotspots\tCtrl+Alt+W", IDM_VIEW_HYPERLINKHOTSPOTS
|
||||
MENUITEM "&Visual Brace Matching\tCtrl+Shift+V", IDM_VIEW_MATCHBRACES
|
||||
POPUP "Highlight C&urrent Line\tCtrl+Shift+I"
|
||||
POPUP "H&ighlight Current Line\tCtrl+Shift+I"
|
||||
BEGIN
|
||||
MENUITEM "&No Highlight", IDM_VIEW_HILITCURLN_NONE
|
||||
MENUITEM "Background &Color", IDM_VIEW_HILITCURLN_BACK
|
||||
|
||||
@ -301,7 +301,7 @@ BEGIN
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Hyperlink Hotspots\tCtrl+Alt+W", IDM_VIEW_HYPERLINKHOTSPOTS
|
||||
MENUITEM "&Visual Brace Matching\tCtrl+Shift+V", IDM_VIEW_MATCHBRACES
|
||||
POPUP "Highlight C&urrent Line\tCtrl+Shift+I"
|
||||
POPUP "H&ighlight Current Line\tCtrl+Shift+I"
|
||||
BEGIN
|
||||
MENUITEM "&No Highlight", IDM_VIEW_HILITCURLN_NONE
|
||||
MENUITEM "Background &Color", IDM_VIEW_HILITCURLN_BACK
|
||||
|
||||
Loading…
Reference in New Issue
Block a user