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.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 7f7412e43..f67d42b0b 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -22,7 +22,8 @@ AutoComplete::AutoComplete() : posStart(0), startLen(0), cancelAtStartPos(true), - autoHide(true) { + autoHide(true), + dropRestOfWord(false) { stopChars[0] = '\0'; fillUpChars[0] = '\0'; } -- cgit v1.2.3