Text editor in rust
Go to file
Adrian Woźniak 7d6a5887fa
Add scrollbar (#1)
* Refactor code, prepare for scrollbar

* Move file to file editor, fix rust lexer new line, refactor code, fix caret render position

* Fix caret position at new lines

* Scroll content
2019-01-06 18:25:20 +01:00
assets Improve highlights, add icons files 2019-01-05 09:58:17 +01:00
src Add scrollbar (#1) 2019-01-06 18:25:20 +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 Initial commit 2019-01-03 10:39:58 +01:00

rider

Text editor in rust