aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-03-18 04:01:39 +0000
committernyamatongwe <devnull@localhost>2000-03-18 04:01:39 +0000
commit5648143522b5b75c1c4708ba2d54219fbc0c3d22 (patch)
tree2663775598d5af5fb406b45195d99324a4f1db6c /src/Editor.h
parentee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd (diff)
downloadscintilla-mirror-5648143522b5b75c1c4708ba2d54219fbc0c3d22.tar.gz
Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.
Most signals return FALSE on GTK+.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 46fc52d94..16bcd4b22 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -116,6 +116,8 @@ protected: // ScintillaBase subclass needs access to much of Editor
int searchAnchor;
+ int displayPopupMenu;
+
#ifdef MACRO_SUPPORT
int recordingMacro;
#endif