Added a TODO to the editor.

Sun, 21 Jun 2015 20:21:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 21 Jun 2015 20:21:48 +0200
changeset 4283
57a2cfd256da
parent 4282
c72c9b51ae73
child 4284
d61eba7a3b58

Added a TODO to the editor.

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Editor.py	Sun Jun 21 20:18:34 2015 +0200
+++ b/QScintilla/Editor.py	Sun Jun 21 20:21:48 2015 +0200
@@ -40,6 +40,8 @@
 TemplateCompletionListID = 2
 
 
+# TODO: implement a mouse click handler usable by plug-ins
+# e.g. for 'got to function definition'
 class Editor(QsciScintillaCompat):
     """
     Class implementing the editor component of the eric6 IDE.

eric ide

mercurial