Skip to content

ximlu/flutter_editor

 
 

Repository files navigation

code editor

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/)

features

  • 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

screenshot

screenshot screenshot screenshot screenshot

About

building the ultimate code editor with flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 55.6%
  • JavaScript 32.0%
  • C++ 9.0%
  • Dart 1.5%
  • Python 1.0%
  • Ruby 0.4%
  • Other 0.5%