diff options
author | nyamatongwe <devnull@localhost> | 2009-10-18 21:05:35 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-10-18 21:05:35 +0000 |
commit | bd0b16f697913cc48beb8553aa1e666e94bd4454 (patch) | |
tree | f618ccb2c153b6f02f736dabd87ce918791f7b44 /src/ScintillaBase.h | |
parent | 25917b1b1b9c74931a0632269d567bc7499da2d6 (diff) | |
download | scintilla-mirror-bd0b16f697913cc48beb8553aa1e666e94bd4454.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(); |