diff -r c72c9b51ae73 -r 57a2cfd256da QScintilla/Editor.py --- 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.