From b82e2411319274a07e930408ccfe1e418ce62bb3 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 28 Aug 2021 17:05:17 +0200 Subject: [PATCH 1/2] +del Remove "Alt+Click" to open color selection because already used with Rectangular selection --- src/Notepad3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Notepad3.c b/src/Notepad3.c index b2f7be7e3..4d8287e21 100644 --- a/src/Notepad3.c +++ b/src/Notepad3.c @@ -7772,7 +7772,7 @@ static LRESULT _MsgNotifyFromEdit(HWND hwnd, const SCNotification* const scn) HandleHotSpotURLClicked(scn->position, OPEN_WITH_BROWSER); // if applicable (file://) } } else if (SciCall_IndicatorValueAt(INDIC_NP3_COLOR_DEF, scn->position) > 0) { - if (_s_indic_click_modifiers & (SCMOD_CTRL | SCMOD_ALT)) { + if (_s_indic_click_modifiers & SCMOD_CTRL) { HandleColorDefClicked(Globals.hwndEdit, scn->position); } } From 99a78222ef5d85224fb05bdc0df42ce04712cbc2 Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Sat, 28 Aug 2021 17:08:24 +0200 Subject: [PATCH 2/2] + Upd: Version files and Changes.txt --- Build/Changes.txt | 5 ++++- Build/Docs/KeyboardShortcuts.txt | 3 ++- Versions/day.txt | 2 +- res/Notepad3.exe.manifest.conf | 2 +- src/VersionEx.h | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Build/Changes.txt b/Build/Changes.txt index 36767a3bf..f05c96869 100644 --- a/Build/Changes.txt +++ b/Build/Changes.txt @@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library ======================================================== -Current BETA/RC Version 5.21.827.(build_#) (2021-08-27) +Current BETA/RC Version 5.21.828.(build_#) (2021-08-28) ======================================================== -------------------------------------------------------- @@ -162,6 +162,8 @@ CHANGES Versions in Tools or Libraries: FIXES: -------------------------------------------------------- [.###.#]- . +[.828.1]- Open color selection on Ctrl+Left mouse click on color indicator too. +[.828.1]- Change cursor hand on Ctrl key-Up. [.827.1]- Broken "scroll undo/redo history via mouse (RMB+WHEEL)" feature. [.827.1]- Don't jump on initial F/R Dialog on empty clipboard. [.827.1]- Cursor hand on ctrl-keydown hover hyperlink. @@ -262,6 +264,7 @@ FIXES: REMOVED: -------------------------------------------------------- [.###.#]- . +[.828.1]- Open color selection on Alt+Left mouse click on color indicator. [.807.1]- Remove deprecated (no sensible use case) "overlapping find" option. [.506.1]- "fontsValid" extension (closer to default scintilla code base). [.420.1]- Remove useless font stretch handling. diff --git a/Build/Docs/KeyboardShortcuts.txt b/Build/Docs/KeyboardShortcuts.txt index 3ea878826..d832c1c35 100644 --- a/Build/Docs/KeyboardShortcuts.txt +++ b/Build/Docs/KeyboardShortcuts.txt @@ -189,7 +189,8 @@ Ctrl+Space Select Word or Lines. Ctrl+Shift+Space Multi-Select All Matches. Alt+Shift+Arrows Rectangular Selection. - Alt+Shift+Left Mouse Rectangular Selection. + Alt+Left Mouse Rectangular Selection. + Ctrl+Left Mouse On hovering color indicator → Open color selection. Bookmarks --------- diff --git a/Versions/day.txt b/Versions/day.txt index 9ebf09b35..9babd2833 100644 --- a/Versions/day.txt +++ b/Versions/day.txt @@ -1 +1 @@ -827 +828 diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf index b232e0624..2d8a51384 100644 --- a/res/Notepad3.exe.manifest.conf +++ b/res/Notepad3.exe.manifest.conf @@ -3,7 +3,7 @@ Notepad3 rc diff --git a/src/VersionEx.h b/src/VersionEx.h index 7169353df..711eaf3b6 100644 --- a/src/VersionEx.h +++ b/src/VersionEx.h @@ -8,7 +8,7 @@ #define SAPPNAME "Notepad3" #define VERSION_MAJOR 5 #define VERSION_MINOR 21 -#define VERSION_REV 827 +#define VERSION_REV 828 #define VERSION_BUILD 1 #define SCINTILLA_VER 511 #define LEXILLA_VER 511