aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands
Commit message (Expand)AuthorAge
* fix: lsp: be more defensive about URI conversionsBlaž Hrastnik2022-06-02
* fix: lsp: be more defensive about URI conversionsBlaž Hrastnik2022-06-02
* Improve Readability (#2639)Ryan Russell2022-06-01
* Fix panic when reloading a shrunk file (#2506)Leoi Hung Kin2022-05-22
* feat(commands): add log-open command (#2422)amaihoefner2022-05-11
* Making the 'set-option' command help more descriptive. (#2365)Ben Lee-Cohen2022-05-04
* feat(commands): make it possible to disable format-on-save via the 'auto-form...unrelentingtech2022-05-02
* add reflow command (#2128)Vince Mutolo2022-05-02
* Add run-shell-command for Commands (#1682)Ryosuke Hayashi2022-05-02
* fix typos (#2304)chunghha2022-04-27
* Fix paste direction for typed paste commands (#2288)Michael Davis2022-04-26
* Add :get-option command (#2231)Daniel2022-04-24
* chore(lsp): check rename capabilities before send rename action (#2203)ttys32022-04-23
* Replace line endings using `set_line_ending` command (#1871)Kirawi2022-04-23
* Send active diagnostics to LSP when requesting code actions. (#2005)Robin Jadoul2022-04-17
* Pipe typable command (#1972)Thomas2022-04-17
* Add `:write!` to create nonexistent subdirectories (#1839)Omnikar2022-04-12
* Add runtime language configuration (#1794) (#1866)Roland Kovacs2022-04-05
* Add typed commands buffer-next and buffer-previous (#1940)Dr. David A. Kunz2022-04-03
* Avoid using the format ident Rust feature (#1881)Marcin Puc2022-03-30
* Address clippy lintBlaž Hrastnik2022-03-28
* Make truncate_start a builder method insteadBlaž Hrastnik2022-03-28
* Strip some more paramsBlaž Hrastnik2022-03-28
* Remove more push_layer callsBlaž Hrastnik2022-03-28
* Split off dap event handlers into helix-view to allow reuseBlaž Hrastnik2022-03-28
* Add refresh-config and open-config command (#1803)Joe2022-03-25
* Put esoteric line endings behind a feature flagBlaž Hrastnik2022-03-17
* Refactor :set to parse by deserializing values (#1799)Gokul Soumya2022-03-15
* Add horizontal and vertical split scratch buffers (#1763)Joe2022-03-14
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* Fix bug in LSP when creating a file in a folder that does not exist (#1775)Emil Fresk2022-03-08
* Bump dependenciesBlaž Hrastnik2022-03-08
* Split out typable commands into a separate fileBlaž Hrastnik2022-03-07
* Fix bug with auto replacing components in compositor (#1711)Gokul Soumya2022-03-03
* Alert if LSP is inactive when command is invoked (#1703)Gokul Soumya2022-02-25
* Close some popups automatically (#1285)Bram2022-02-23
* Allow separate styles for markup headings (#1618)Alex2022-02-21
* Extract a lsp position helperBlaž Hrastnik2022-02-18
* Extract some duplication in lsp goto_ callsBlaž Hrastnik2022-02-18
* Extract jump_to_locationBlaž Hrastnik2022-02-18
* Extract a common "language server or return" macroBlaž Hrastnik2022-02-18
* Extract a helper function for lsp::LocationBlaž Hrastnik2022-02-18
* Move most LSP specific commmands to commands::lspBlaž Hrastnik2022-02-18
* dap: fix runInTerminal with lldb-vscodeBlaž Hrastnik2022-02-18
* Refactor symbol picker to share codeBlaž Hrastnik2022-02-18
* helix-term: implement buffer completerCole Helbling2022-02-17
* Allow static strings in set_status/set_error so API is nicerBlaž Hrastnik2022-02-15
* dap: Reduce amount of block_on usesBlaž Hrastnik2022-02-15
* ..Blaž Hrastnik2022-02-15
* Fix build on masterBlaž Hrastnik2022-02-15