diff -r 7e7bebfb21e8 -r 88c8178c7434 eric7/QScintilla/Editor.py --- a/eric7/QScintilla/Editor.py Thu Aug 19 13:27:08 2021 +0200 +++ b/eric7/QScintilla/Editor.py Thu Aug 19 17:05:43 2021 +0200 @@ -50,6 +50,7 @@ "ReferenceItem", ["modulePath", "codeLine", "line", "column"]) +# TODO: Make 'long' context menu shorter class Editor(QsciScintillaCompat): """ Class implementing the editor component of the eric IDE.