aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-10-18 21:05:35 +0000
committernyamatongwe <devnull@localhost>2009-10-18 21:05:35 +0000
commitbd0b16f697913cc48beb8553aa1e666e94bd4454 (patch)
treef618ccb2c153b6f02f736dabd87ce918791f7b44 /src/ScintillaBase.h
parent25917b1b1b9c74931a0632269d567bc7499da2d6 (diff)
downloadscintilla-mirror-bd0b16f697913cc48beb8553aa1e666e94bd4454.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();