aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/commands
Commit message (Expand)AuthorAge
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Revert "Don't apply transactions to Views in undo/redo"Michael Davis2022-11-29
* reload-all: Only update viewport when view focuses on the doc (#4901)Filipe Azevedo2022-11-26
* Don't apply transactions to Views in undo/redoMichael Davis2022-11-24
* lsp: Check server provider capabilities (#3554)Michael Davis2022-11-22
* Add preview for scratch buffers in buffer picker (#3454)A-Walrus2022-11-21
* Add `:reload-all` command (#4663)Filipe Azevedo2022-11-20
* Capture word parts while calculating shellwords (#4632)Michael Davis2022-11-17
* Popup scrollbar (#4449)Manos Mertzianis2022-11-15
* Add LSP workspace command picker (#3140)Matthias Deiml2022-11-09
* Fix command-mode completion behavior when input is escapedMichael Davis2022-11-07
* Escape filenames in command completionMichael Davis2022-11-07
* Fix whitespace handling in command-mode completionMichael Davis2022-11-07
* Resolve a bunch of upcoming clippy lintsBlaž Hrastnik2022-11-04
* Correctly handle escaping in completion (#4316)Armin Ronacher2022-11-01
* fix: Never create automatic doc popups outside of Insert mode (#4456)Poliorcetics2022-10-28
* commands: Make no arg ':theme' show name (#3740)James O. D. Hunt2022-10-26
* Add `:update` that will write the changes if the file has been modified. (#4...Gaurav Tyagi2022-10-26
* nit: Do less allocations in `ui::menu::Item::label` implementationsAlexis (Poliorcetics) Bourget2022-10-21
* fix: write-all crash (#4384)Skyler Hawthorne2022-10-21
* flush writes on force quit (#4397)Skyler Hawthorne2022-10-21
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* Sort by fixed diagnostics/is_preffered within codeaction categoriesPascal Kuthe2022-10-21
* never sort menu items when no fuzzy matching is possiblePascal Kuthe2022-10-21
* use permalink to vscode repoPascal Kuthe2022-10-21
* use stable sort instead of allocating new vectorsPascal Kuthe2022-10-21
* sort codeaction by their kind instead of alphabeticallyPascal Kuthe2022-10-21
* Merge pull request #2267 from dead10ck/fix-write-failBlaž Hrastnik2022-10-20
|\
| * fix tree_sitter_scopesSkyler Hawthorne2022-10-19
| * Editor::flush_writes returns an errorSkyler Hawthorne2022-10-19
| * Deduplicate flush_writesBlaž Hrastnik2022-10-19
| * Use a single save_queue on the editorBlaž Hrastnik2022-10-19
| * review commentsSkyler Hawthorne2022-10-19
| * remove Callback::Compositor variantSkyler Hawthorne2022-10-19
| * fix write scratch buffer to fileSkyler Hawthorne2022-10-19
| * various fixes in write-all pathSkyler Hawthorne2022-10-19
| * fix panic when view of pending write is closedSkyler Hawthorne2022-10-19
| * fix write-quit with auto formatSkyler Hawthorne2022-10-19
| * fix modified status with auto formatSkyler Hawthorne2022-10-19
| * improve reliability of shutdownSkyler Hawthorne2022-10-19
| * add conditional noop render backSkyler Hawthorne2022-10-19
| * update write-quit to wait for savesSkyler Hawthorne2022-10-19
| * fix buffer-closeSkyler Hawthorne2022-10-19
| * fix(write): do not set new path on document until write succeedsSkyler Hawthorne2022-10-19
| * fix: buffer-close ensuring writesSkyler Hawthorne2022-10-19
| * chore(write): serialize write operations within a DocumentSkyler Hawthorne2022-10-19
* | Pretty print `tree-sitter-subtree` expression (#4295)Fisher Darling2022-10-19
|/
* display tree sitter scopes in a popup (#4337)Roberto Vidal2022-10-18
* fix `:insert-output` doc: inserting output **before** each selection (#4286)ZJPzjp2022-10-15
* Apply transactions to the jumplist for undo/redo (#4227)Michael Davis2022-10-12