aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-12-14 02:52:22 +0000
committernyamatongwe <devnull@localhost>2003-12-14 02:52:22 +0000
commit0a5eb186926093859046d2be43a43994266fa1a2 (patch)
tree8de1969994686ce8c9b552f5197d92c60d8e647c /include/Scintilla.h
parent4180658ffa5999a4d2130180a7a0d24e5cc4bcee (diff)
downloadscintilla-mirror-0a5eb186926093859046d2be43a43994266fa1a2.tar.gz
Patch from Stephan Deibel to find current selection in
autocompletion.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 30e50c608..68c5427b6 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -569,6 +569,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCI_WORDRIGHTENDEXTEND 2442
#define SCI_SETWHITESPACECHARS 2443
#define SCI_SETCHARSDEFAULT 2444
+#define SCI_AUTOCGETCURRENT 2445
#define SCI_STARTRECORD 3001
#define SCI_STOPRECORD 3002
#define SCI_SETLEXER 4001