diff options
author | nyamatongwe <devnull@localhost> | 2000-07-12 03:20:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-12 03:20:19 +0000 |
commit | 762e9a08d98e8e1c8c67982259be3dacc3cd7f2c (patch) | |
tree | 4b778b01098b96d73f86437e2ea3a35d0085453b /src/ScintillaBase.h | |
parent | f2b6dc6cf2803a8bd76caac8cf05e60339fe7eae (diff) | |
download | scintilla-mirror-762e9a08d98e8e1c8c67982259be3dacc3cd7f2c.tar.gz |
John's changes to autocompletion.
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 6344b17a3..a7aefd8bc 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -54,6 +54,7 @@ protected: void AutoCompleteMove(int delta); void AutoCompleteChanged(char ch=0); void AutoCompleteCompleted(); + void AutoCompleteMoveToCurrentWord(); virtual void CreateCallTipWindow(PRectangle rc) = 0; |