aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-12-14 02:58:32 +0000
committernyamatongwe <devnull@localhost>2003-12-14 02:58:32 +0000
commit886c19806f3417a59011ff13498798a692603aba (patch)
tree3aa246b6272f6fc2eeb5018c7b6fff4994b6fc34 /src/ScintillaBase.h
parent0a5eb186926093859046d2be43a43994266fa1a2 (diff)
downloadscintilla-mirror-886c19806f3417a59011ff13498798a692603aba.tar.gz
Added SCI_AUTOCGETCURRENT.
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 bb09e3f5b..6ea23ab5a 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -65,6 +65,7 @@ protected:
void AutoCompleteStart(int lenEntered, const char *list);
void AutoCompleteCancel();
void AutoCompleteMove(int delta);
+ int AutoCompleteGetCurrent();
void AutoCompleteCharacterAdded(char ch);
void AutoCompleteCharacterDeleted();
void AutoCompleteCompleted();