QScintilla/Editor.py

changeset 3204
c3e5015c15ee
parent 3201
0f115f6db6cb
child 3205
157dcfafc5d2
--- a/QScintilla/Editor.py	Tue Jan 14 19:37:22 2014 +0100
+++ b/QScintilla/Editor.py	Tue Jan 14 19:51:24 2014 +0100
@@ -5020,6 +5020,7 @@
                                 msg = err.msg
                             self.toggleSyntaxError(err.lineno, True, msg)
             elif self.isPy2File() and self.fileName is not None:
+                # FIXME: make this work with the current text
                 syntaxError, _fn, errorline, errorindex, _code, _error, \
                     warnings = Utilities.py2compile(
                         self.fileName,

eric ide

mercurial