Text editor in rust
Go to file
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
assets Improve highlights, add icons files 2019-01-05 09:58:17 +01:00
src Start handle window resize (#12) 2019-01-06 21:15:31 +01:00
.gitignore Add scrollbar (#1) 2019-01-06 18:25:20 +01:00
Cargo.lock Add multi language support, match file ext with language, log file 2019-01-04 21:42:39 +01:00
Cargo.toml Add multi language support, match file ext with language, log file 2019-01-04 21:42:39 +01:00
LICENSE Initial commit 2019-01-03 10:39:58 +01:00
README.md Start handle window resize (#12) 2019-01-06 21:15:31 +01:00

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