aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/application.rs
Commit message (Expand)AuthorAge
* Simplify some code in editor.rsBlaž Hrastnik2021-11-26
* File picker config (#988)Dan Nases Sha2021-11-20
* Simplify compositor.findBlaž Hrastnik2021-11-18
* helix-term/commands: implement cquit (#1096)Cole Helbling2021-11-15
* Allow piping from stdin into a buffer on startup (#996)Jason Hansen2021-11-10
* Use default `languages.toml` if user's is invalid (#994)Omnikar2021-11-09
* Bump lsp-types to 0.91.0 (#932)Ivan Tham2021-10-29
* Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898)Omnikar2021-10-28
* Use current dir for file picker, after change dir. (#910)radical3dd2021-10-26
* Ignore errors when disabling mouse captureBlaž Hrastnik2021-10-19
* Improve completion trigger (#838)CossonLeo2021-10-18
* Make auto-completion a config (#853)Ivan Tham2021-10-16
* Set CWD when editor is started with a directory (#849)Omnikar2021-10-16
* Prevent LSP Messages from displaying when a prompt is presented (#824)Leoi Hung Kin2021-10-15
* Remove resolved TODOsBlaž Hrastnik2021-10-10
* fix compilationBlaž Hrastnik2021-10-05
* Filter the initial completionBlaž Hrastnik2021-10-05
* Experiment with autocompletion on idleBlaž Hrastnik2021-10-05
* idle timer wipBlaž Hrastnik2021-10-05
* lsp: Silence window/logMessage if -v isn't usedBlaž Hrastnik2021-09-13
* lsp: Don't send notifications until initialize completesBlaž Hrastnik2021-09-06
* lsp: Refactor code that could use document_by_path_mutBlaž Hrastnik2021-09-06
* lsp: Simplify lookup under method callBlaž Hrastnik2021-09-06
* feat: merge default languages.toml with user provided languages.toml, add a g...Yusuf Bera Ertan2021-08-26
* fix: Don't crash if language servers time outBlaž Hrastnik2021-08-10
* config: Rename [terminal] to [editor] and pass it into EditorBlaž Hrastnik2021-08-08
* Do not shutdown lsp during claim_termLuctius2021-08-07
* Use an empty stream on Windows to remove duplicationBlaž Hrastnik2021-08-03
* Add ctrl-z to suspendIvan Tham2021-08-03
* Mouse selection support (#509)Dmitry Sharshakov2021-07-30
* Changed startup behaviour to only open a single view when multiple files are ...Cor2021-07-17
* More responsive key inputIvan Tham2021-07-06
* fix: Temporary fix for #402Blaž Hrastnik2021-07-03
* 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
* Satisfy clippy.Joe Neeman2021-06-30
* Add some async job infrastructure.Joe Neeman2021-06-30
* Use a deadline when eagerly processing notificationsBlaž Hrastnik2021-06-25
* 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
* minor: Remove old TODOsBlaž Hrastnik2021-06-22
* lsp: Eagerly process notifications/server calls to avoid re-renderingBlaž Hrastnik2021-06-22
* Cleanup spinners and messages on progress endWojciech Kępka2021-06-21
* Hold `Config` in `Application`, expect at least one editor viewwojciechkepka2021-06-21
* Add progress spinners to status linewojciechkepka2021-06-21
* Add ability to change theme on editorwojciechkepka2021-06-19
* Revert "Refactor key into helix-view"Blaž Hrastnik2021-06-19
* Refactor key into helix-viewIvan Tham2021-06-19
* Add `close_language_servers` method on `Editor`wojciechkepka2021-06-19