--- 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.