Avoid that lines are look like they where doubled and sometimes even Python crashes.

Sun, 23 Aug 2015 11:00:13 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Sun, 23 Aug 2015 11:00:13 +0200
changeset 4382
a65947c8832d
parent 4380
d79c055a12cc
child 4383
0374f9654ac4

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())

eric ide

mercurial