aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands
Commit message (Expand)AuthorAge
* fix: Recalculate completion when going through prompt history (#3193)Frojdholm2022-08-31
* Derive Document language name from languages.toml name key (#3338)Michael Davis2022-08-30
* Detect indent-style in `:set-language` (#3330)Michael Davis2022-08-05
* Avoid copying fragments (#3136)Matthias Deiml2022-08-04
* Add cwd parameter which is not optional anymore (#3240)Danilo Spinella2022-07-31
* Fix byte index error in signature help highlightingGokul Soumya2022-07-29
* Shorten embedded command descriptions (#3070)Gokul Soumya2022-07-26
* add statusline element to display file line endings (#3113)Alexis Kalabura2022-07-21
* Add lsp signature help (#1755)Gokul Soumya2022-07-19
* support prefilling prompt (#2459)Bob2022-07-18
* Show file path only in workspace diagnostic pickerGokul Soumya2022-07-06
* Display error code only if not noneGokul Soumya2022-07-06
* Display diagnostic text before code in pickerGokul Soumya2022-07-06
* Remove source from diagnostic picker displayGokul Soumya2022-07-06
* Add live preview to theme picker (#1798)Joe2022-07-05
* Reuse menu::Item trait in picker (#2814)Gokul Soumya2022-07-02
* Add workspace and document diagnostics picker (#2013)Falco Hirschenberger2022-06-30
* feat: highlight / select symbol under cursor using LSP textDocument/documentH...lazytanuki2022-06-27
* Remove a couple more unwrapsBlaž Hrastnik2022-06-21
* Merge pull request #2359 from dead10ck/test-harnessBlaž Hrastnik2022-06-21
|\
| * fix(command): write-quit: do not quit if write failsSkyler Hawthorne2022-06-19
| * Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* | Refactor Margin for fine grained control (#2727)Gokul Soumya2022-06-21
* | Enable shellwords for Windows (with escaping disabled) (#2767)ath32022-06-21
|/
* views -> buffers in write-all (#2788)Gygaxis Vainhardt2022-06-16
* Add docstring for language_server!() macro (#2750)Gokul Soumya2022-06-12
* Refactor push_jump so we're not needlessly fetching doc twiceBlaž Hrastnik2022-06-06
* Add shell insert commands to typable and config (#2589)Termina942022-06-05
* ensure :quit and :quit! take no arguments (#2654)Michael Davis2022-06-05
* Avoid modifying jumplist until jumping to ref (#2670)yzwduck2022-06-05
* append `set_line_ending` to document history (#2649)Kirawi2022-06-02
* 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