From bce4a85f66f4580ab4fd7a004fb8888d8dc884fd Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:30:59 +0200 Subject: [PATCH] Yes. --- Projects/Src/CompScintEdit.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/Projects/Src/CompScintEdit.pas b/Projects/Src/CompScintEdit.pas index c75b514f2..623e03ebe 100644 --- a/Projects/Src/CompScintEdit.pas +++ b/Projects/Src/CompScintEdit.pas @@ -161,7 +161,6 @@ procedure TCompScintEdit.CreateWnd; -Does it at some point become possible to change mouse shortcut Ctrl+Click to Alt+Click? And Alt+Shift+Drag instead of Alt+Drag for rect select? -What about using Calltips and SCN_DWELLSTART to show variable evalutions? - -Add folding support? -3.6.6: Investigate SCFIND_CXX11REGEX: C++ 11 support built by default. Can be disabled by defining NO_CXX11_REGEX. Good (?) overview at: https://cplusplus.com/reference/regex/ECMAScript/