aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-27 12:41:50 +0000
committernyamatongwe <devnull@localhost>2001-04-27 12:41:50 +0000
commit33ce86f2a9e5389f7dd9922eb387936b61364259 (patch)
tree5a17afae1b3e4d7fd6770f78a5b818ec55cc0997 /include/Scintilla.h
parentc55ee551f806eabd9eb0ca6f501921c08cbda980 (diff)
downloadscintilla-mirror-33ce86f2a9e5389f7dd9922eb387936b61364259.tar.gz
Feature from Stephan to allow autocompletion to stay open even when there
are no longer any values that start with the typed text.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index efead567a..b1de42cee 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -199,6 +199,8 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_AUTOCSETIGNORECASE 2115
#define SCI_AUTOCGETIGNORECASE 2116
#define SCI_USERLISTSHOW 2117
+#define SCI_AUTOCSETAUTOHIDE 2118
+#define SCI_AUTOCGETAUTOHIDE 2119
#define SCI_SETINDENT 2122
#define SCI_GETINDENT 2123
#define SCI_SETUSETABS 2124