diff options
author | nyamatongwe <unknown> | 2009-10-18 21:05:35 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-10-18 21:05:35 +0000 |
commit | 9edc5aea8c33e2f11de7597b21154bd572baee35 (patch) | |
tree | f618ccb2c153b6f02f736dabd87ce918791f7b44 /src/ScintillaBase.h | |
parent | 67575dc496a55f7abda537d64eca4542d9528bb9 (diff) | |
download | scintilla-mirror-9edc5aea8c33e2f11de7597b21154bd572baee35.tar.gz |
AutoCGetCurrentText added by Nick Treleaven.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r-- | src/ScintillaBase.h | 1 |
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(); |