Text editor in rust
Go to file
2019-12-22 15:56:59 +01:00
.circleci Travis 2019-05-27 19:48:54 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-03-03 21:38:04 +01:00
guitest Add circleci and codecov (#13) 2019-01-07 21:46:01 +01:00
rider-config Fix formatting and clippy warnings 2019-12-20 20:49:40 +01:00
rider-editor Fix tests 2019-12-22 15:56:59 +01:00
rider-generator Fix formatting and clippy warnings 2019-12-20 20:49:40 +01:00
rider-lexers Gh 3/open file (#15) 2019-02-27 17:59:57 +01:00
rider-themes Add Widget trait, improve scrollbar 2019-12-21 18:45:56 +01:00
scripts Make render testable (#16) 2019-03-02 23:27:07 +01:00
src Gh 3/open file (#15) 2019-02-27 17:59:57 +01:00
test_files Gh 3/open file (#15) 2019-02-27 17:59:57 +01:00
.codecov.yml Add circleci and codecov (#13) 2019-01-07 21:46:01 +01:00
.gitignore Add save button 2019-05-27 21:52:55 +02:00
.travis.yml Travis 2019-05-27 20:01:40 +02:00
Cargo.lock Gh 3/open file (#15) 2019-02-27 17:59:57 +01:00
Cargo.toml Gh 3/open file (#15) 2019-02-27 17:59:57 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-03-03 21:39:37 +01:00
LICENSE Initial commit 2019-01-03 10:39:58 +01:00
README.md Add display config modal 2019-06-04 22:46:39 +02:00

codecov Build Status

rider

Text editor in rust

Build

curl https://sh.rustup.rs -sSf | sh
sudo apt-get install -q -y libsdl2-dev libsdl2-2.0-0 libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev
rustup run nightly cargo build --all -rr
rustup run nightly cargo run -p rider-editor

Keyboard mapping

  • DELETE - delete next character
  • BACKSPACE - delete prev character
  • SHIFT + DELETE - delete line
  • CTRL + O - open file
  • CTRL + S - save current file
  • ESCAPE - close current modal

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
  • Theme based menu UI
  • Lock scroll when no available content
  • Config edit menu
  • Project tree
  • Cover rider with tests at least 50%
  • Handle resize window
  • Selection

v1.1

  • Debugger
  • Open file from CLI
  • Tabs
  • Git support
  • Context menu
  • Keep indent
  • Multi-selection
  • Cover rider with tests at least 75%

v1.2

  • Multi-caret
  • Projects menu