aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-01-13 01:10:10 +0000
committernyamatongwe <unknown>2002-01-13 01:10:10 +0000
commite468d988b369e61696608fc9ccd52c6d746cb735 (patch)
tree7a1bd0b59cc23e517090aed5a2616b4f0a2126ed /src/AutoComplete.h
parent3e4b3fd45dfd68e74824320f909ef19c67f1b6d2 (diff)
downloadscintilla-mirror-e468d988b369e61696608fc9ccd52c6d746cb735.tar.gz
Added option to autocompletion AutoCSetDropRestOfWord which removes any
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action.
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index 79d467529..80dc95dc0 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -25,6 +25,7 @@ public:
/// Should autocompletion be canceled if editor's currentPos <= startPos?
bool cancelAtStartPos;
bool autoHide;
+ bool dropRestOfWord;
AutoComplete();
~AutoComplete();