aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-12 03:20:19 +0000
committernyamatongwe <devnull@localhost>2000-07-12 03:20:19 +0000
commit762e9a08d98e8e1c8c67982259be3dacc3cd7f2c (patch)
tree4b778b01098b96d73f86437e2ea3a35d0085453b /src/AutoComplete.h
parentf2b6dc6cf2803a8bd76caac8cf05e60339fe7eae (diff)
downloadscintilla-mirror-762e9a08d98e8e1c8c67982259be3dacc3cd7f2c.tar.gz
John's changes to autocompletion.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index e4f8ade0d..96d061f50 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -14,6 +14,8 @@ public:
ListBox lb;
int posStart;
int startLen;
+ // Should autocompletion be canceled if editor's currentPos <= startPos?
+ bool cancelAtStartPos;
AutoComplete();
~AutoComplete();