Change Hotkey for Window in submenu "View"

This commit is contained in:
Pairi Daiza 2019-06-05 09:36:27 +02:00
parent 37fffff644
commit 0f385c0c3e
4 changed files with 7 additions and 11 deletions

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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