aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/lib.rs
Commit message (Expand)AuthorAge
* Add infoboxIvan Tham2021-07-04
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Fix previous broken refactor key into helix-viewIvan Tham2021-06-24
* Add system clipboard yank and paste commandsBenoît CORTIER2021-06-20
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19
* Replace `Editor::current` by a macroBenoît CORTIER2021-06-18
* Implement register selectionBenoît CORTIER2021-06-07
* Derive a separate ViewId type.Blaž Hrastnik2021-03-24
* Store Document on the Editor type, make View reference it.Blaž Hrastnik2021-03-22
* View tree implementation: render multiple split views.Blaž Hrastnik2021-02-03
* move commands and keymap back to terminal.Blaž Hrastnik2020-12-10
* Refactor: Document type as a wrapper around barebones State.Blaž Hrastnik2020-12-03
* Move theme from view to editor, support multiple views in editor.Blaž Hrastnik2020-12-03
* Refactor Editor into Application and Editor/Workspace.Blaž Hrastnik2020-10-16
* created prompt.rsJan Hrastnik2020-10-16
* Split parts of helix-term into helix-view.Blaž Hrastnik2020-09-21