aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-09-01 03:01:09 +0000
committernyamatongwe <devnull@localhost>2001-09-01 03:01:09 +0000
commit310e00f780d3fbf65a69405404849e140ff20739 (patch)
treea90dfa88218a698f1a689abd2caa2e0b54772405 /src/ScintillaBase.h
parent669deeb6407f674b4017f2f7393e3ccce1b3a58a (diff)
downloadscintilla-mirror-310e00f780d3fbf65a69405404849e140ff20739.tar.gz
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.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h1
1 files changed, 1 insertions, 0 deletions
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;