--- a/QScintilla/Editor.py Sat Nov 10 19:33:12 2012 +0100 +++ b/QScintilla/Editor.py Sat Nov 10 19:36:48 2012 +0100 @@ -6679,8 +6679,6 @@ wordStartPos = self.positionFromLineIndex(line, wordStart) wordEndPos = self.positionFromLineIndex(line, wordEnd) - print(word, wordStartPos, wordEndPos, "<"+self.text()[wordStartPos:wordEndPos]+">") - regExp = re.compile(r"\b{0}\b".format(word)) if forward: startPos = wordEndPos