--- a/src/eric7/APIs/Python3/eric7.api Mon Nov 27 10:24:47 2023 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Mon Nov 27 14:45:11 2023 +0100 @@ -8552,8 +8552,8 @@ eric7.QScintilla.Editor.Editor.getTaskLines?4() eric7.QScintilla.Editor.Editor.getVcsConflictMarkerLines?4() eric7.QScintilla.Editor.Editor.getWarningLines?4() -eric7.QScintilla.Editor.Editor.getWord?4(line, index, direction=0, useWordChars=True) -eric7.QScintilla.Editor.Editor.getWordBoundaries?4(line, index, useWordChars=True) +eric7.QScintilla.Editor.Editor.getWord?4(line, index, direction=0, useWordChars=True, forCompletion=False) +eric7.QScintilla.Editor.Editor.getWordBoundaries?4(line, index, useWordChars=True, forCompletion=False) eric7.QScintilla.Editor.Editor.getWordLeft?4(line, index) eric7.QScintilla.Editor.Editor.getWordRight?4(line, index) eric7.QScintilla.Editor.Editor.gotoLastEditPosition?4()