aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/view.rs
Commit message (Collapse)AuthorAge
* separated statusline and promptJan Hrastnik2020-10-16
|
* Share the padding definition too.Blaž Hrastnik2020-10-14
|
* Share tab width definitions.Blaž Hrastnik2020-10-14
|
* CleanupBlaž Hrastnik2020-10-13
|
* Undo tree draft.Blaž Hrastnik2020-10-13
| | | | | We keep a tree of transactions. This allows for persistent undo by simply serializing the changesets.
* Cleanup: track first_line as usize.Blaž Hrastnik2020-10-07
|
* Fix scrolling calculations.Blaž Hrastnik2020-10-07
|
* various fixesJan Hrastnik2020-10-06
|
* Fix line number rendering.Blaž Hrastnik2020-10-04
|
* added tab to insert modeJan Hrastnik2020-10-04
|
* clippy warningsBlaž Hrastnik2020-09-29
|
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
|
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21
It still largely depends on term for some types but I plan to change that later.