This project is the more advanced version of editor_from_scratch (https://github.com/icedman/editor_from_scratch). And some concepts here are used in the more advanced android app Ashlar Code (http://www.munchyapps.com/)
- file explorer & fileicons
- tabbed views
- gutters - line numbering
- multi-cursor editing
- syntax highlighting with flutter_highlight
- syntax highlighting with textmate
- auto complete (document indexing)
- minimap
- unlimited undo
- unlimited redo
- search and replace
- text search over files
- support for very large files
- support for wrapped & overflowed text
- support for virtual keyboard for mobile