rider/README.md
Adrian Woźniak 0cf8629868
Start handle window resize (#12)
* Start handle window resize

* Save new window size, resize menu and file editor

* Add clipping for performaance, fix editor height and width

* Update readme
2019-01-06 21:15:31 +01:00

665 B

rider

Text editor in rust

Road map

v1.0

  • Basic lexer based highlight
  • Scrolling
  • Handle click based caret movement
  • Handle caret movement with arrow keys
  • Add text content
  • Open file menu
  • Save file with button
  • Save file with shortcut
  • Save file as... with shortcut
  • Theme based menu UI
  • Lock scroll when no available content
  • Config edit menu
  • Project tree
  • Cover rider with tests
  • Handle resize window

v1.1

  • Debugger
  • Open file from CLI
  • Tabs
  • Git support
  • Context menu
  • Keep indent

v1.2

  • Multi-caret
  • Projects menu