Added a FIXME to the editor.

Tue, 14 Jan 2014 19:51:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 14 Jan 2014 19:51:24 +0100
changeset 3204
c3e5015c15ee
parent 3203
61f05d1bf877
child 3205
157dcfafc5d2

Added a FIXME to the editor.

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- 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