QScintilla/Editor.py

changeset 4283
57a2cfd256da
parent 4282
c72c9b51ae73
child 4286
255f56eb7f05
--- 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