From e468d988b369e61696608fc9ccd52c6d746cb735 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 13 Jan 2002 01:10:10 +0000 Subject: 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. --- src/AutoComplete.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AutoComplete.h') 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(); -- cgit v1.2.3