aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-10-18 21:05:35 +0000
committernyamatongwe <unknown>2009-10-18 21:05:35 +0000
commit9edc5aea8c33e2f11de7597b21154bd572baee35 (patch)
treef618ccb2c153b6f02f736dabd87ce918791f7b44 /src/ScintillaBase.h
parent67575dc496a55f7abda537d64eca4542d9528bb9 (diff)
downloadscintilla-mirror-9edc5aea8c33e2f11de7597b21154bd572baee35.tar.gz
AutoCGetCurrentText added by Nick Treleaven.
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 15b514c2b..73fcd72b5 100644
--- a/src/ScintillaBase.h
+++ b/src/ScintillaBase.h
@@ -72,6 +72,7 @@ protected:
void AutoCompleteCancel();
void AutoCompleteMove(int delta);
int AutoCompleteGetCurrent();
+ int AutoCompleteGetCurrentText(char *buffer);
void AutoCompleteCharacterAdded(char ch);
void AutoCompleteCharacterDeleted();
void AutoCompleteCompleted();