diff --git a/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp b/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp index 848dbe366..4ad335fbe 100644 --- a/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp +++ b/PowerEditor/src/ScitillaComponent/AutoCompletion.cpp @@ -72,8 +72,8 @@ bool AutoCompletion::showAutoComplete() { } bool AutoCompletion::showWordComplete(bool autoInsert) { - if (!_active) - return false; + //if (!_active) //word completion doesnt need api + // return false; int curPos = int(_pEditView->execute(SCI_GETCURRENTPOS)); int startPos = int(_pEditView->execute(SCI_WORDSTARTPOSITION, curPos, true));