aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/compositor.rs
Commit message (Expand)AuthorAge
* Add bracketed paste (#3233)Charlie Groves2022-08-29
* Add custom event type replacing crossterm's Event (#3169)Gokul Soumya2022-08-09
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* use test terminal backend for integration testsSkyler Hawthorne2022-06-19
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* Make regex_prompt directly call cx.push_layerBlaž Hrastnik2022-03-28
* Fix bug with auto replacing components in compositor (#1711)Gokul Soumya2022-03-03
* Close some popups automatically (#1285)Bram2022-02-23
* Prevent multiple code action popupsGokul Soumya2022-02-08
* Macros (#1234)Omnikar2021-12-12
* ui: popup: Don't allow scrolling past the end of contentBlaž Hrastnik2021-12-10
* Only use a single documentation popup (#1241)Kirawi2021-12-08
* Simplify compositor.findBlaž Hrastnik2021-11-18
* Fix doctest broken on 2021 editionBlaž Hrastnik2021-10-22
* Prevent LSP Messages from displaying when a prompt is presented (#824)Leoi Hung Kin2021-10-15
* Show file preview in split pane in fuzzy finder (#534)Gokul Soumya2021-08-12
* Add ctrl-z to suspendIvan Tham2021-08-03
* Resume last pickerIvan Tham2021-07-22
* Fix unused `Result` warnings in helix-term.Nathan Vegdahl2021-07-02
* Fix unused variable, parameter, and `mut` warnings in helix-term.Nathan Vegdahl2021-07-02
* Remove #[allow(unused)] from helix-term, and fix unused imports.Nathan Vegdahl2021-07-02
* Add some async job infrastructure.Joe Neeman2021-06-30
* Fix AnyComponent testBlaž Hrastnik2021-06-27
* reverse the dependency between helix-tui and helix-view (#366)Keith Simmons2021-06-25
* Add progress spinners to status linewojciechkepka2021-06-21
* Fix doc warningsIvan Tham2021-06-20
* Add cursor kind to separate hidden cursor from posIvan Tham2021-06-15
* Disable failing doctestBlaž Hrastnik2021-06-07
* Clippy lintBlaž Hrastnik2021-06-03
* Fix split sizes getting out of sync with the terminal size, refs #69Blaž Hrastnik2021-06-03
* autoresize terminal in compositor renderJan Hrastnik2021-06-02
* Simplify the compositor callback.Blaž Hrastnik2021-05-09
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
* Tokio migration.Blaž Hrastnik2021-05-06
* ui: Improve completion state handling.Blaž Hrastnik2021-04-05
* Filter the completion menu based on text entered.Blaž Hrastnik2021-03-27
* wip: Async async. Delay response handling with a callback.Blaž Hrastnik2021-03-26
* Merge some imports.Blaž Hrastnik2021-03-22
* minor: TODO comment cleanupBlaž Hrastnik2021-03-16
* ui: popup: scroll documentation popups with c-u/c-d.Blaž Hrastnik2021-03-08
* ui: Move terminal into compositor, redo required_size hints.Blaž Hrastnik2021-03-08
* ui: Share popup code with menu.Blaž Hrastnik2021-03-02
* ui: Make editor more resilient about being shrunk too small.Blaž Hrastnik2021-03-01
* popup: wip work on completion popupsBlaž Hrastnik2021-02-09
* Refactoring: move language_servers into Editor, proper load for doc.Blaž Hrastnik2021-01-21
* Retrieve completion options on ctrl-x.Blaž Hrastnik2020-12-23
* ui: buffer picker on ctrl-bBlaž Hrastnik2020-12-21
* prompt: make the callback a FnOnce.Blaž Hrastnik2020-12-15
* Fix cursor positioning.Blaž Hrastnik2020-12-13
* wip: Move to new rendering structure.Blaž Hrastnik2020-12-13