From 2551486092fa6cd68a1881b84c502f0bb7e74892 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Sep 2001 03:01:09 +0000 Subject: Using new SelectionText type to handle text that is the subject of copy, cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. --- src/ScintillaBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ScintillaBase.h') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index d5b1e8ba0..acf70e000 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -30,6 +30,7 @@ protected: idcmdSelectAll=16 }; + bool displayPopupMenu; Menu popup; AutoComplete ac; -- cgit v1.2.3