Sun, 23 Aug 2015 11:00:13 +0200
Avoid that lines are look like they where doubled and sometimes even Python crashes.
QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- a/QScintilla/Editor.py Sat Aug 22 17:15:01 2015 +0200 +++ b/QScintilla/Editor.py Sun Aug 23 11:00:13 2015 +0200 @@ -1671,8 +1671,6 @@ """ if not m and self.fileName is not None: self.lastModified = QFileInfo(self.fileName).lastModified() - if Preferences.getEditor("AutoCheckSyntax"): - self.clearSyntaxError() self.modificationStatusChanged.emit(m, self) self.undoAvailable.emit(self.isUndoAvailable()) self.redoAvailable.emit(self.isRedoAvailable())