diff -r 23e98236a4c4 -r 285855999b4e eric6/QScintilla/MiniEditor.py --- a/eric6/QScintilla/MiniEditor.py Sat Oct 03 18:11:45 2020 +0200 +++ b/eric6/QScintilla/MiniEditor.py Sun Oct 04 15:25:17 2020 +0200 @@ -109,6 +109,9 @@ self.endUndoAction() +# TODO: add language icon and menu to statusbar +# TODO: add cursor position to statusbar +# TODO: add zoom functionality (?) class MiniEditor(E5MainWindow): """ Class implementing a minimalistic editor for simple editing tasks.