aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* fix: make `scroll` aware of tabs and wide characters (#4519)Matthew Toohey2022-10-29
* Make shell_impl concurrent (#3180)Matthias Deiml2022-10-29
* fix: Never create automatic doc popups outside of Insert mode (#4456)Poliorcetics2022-10-28
* Include colons for typable commands in command palette (#4495)Michael Davis2022-10-28
* Trim quotes and braces from paths in goto_file_impl (#4370)Dario Oddenino2022-10-28
* feat(lsp): LSP preselected items appear first in completion menu (#4480)lazytanuki2022-10-27
* 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
* fix: repeating repeat operator (#4450)Michał Zabielski2022-10-26
* fix: terminal freezing on `shell_insert_output`GabrielDertoni2022-10-26
* Render diagnostics in the file picker preview (#4324)Michael Davis2022-10-25
* lsp: Resolve completion items missing documentation on idle (#4406)Michael Davis2022-10-22
* nit: Do less allocations in `ui::menu::Item::label` implementationsAlexis (Poliorcetics) Bourget2022-10-21
* nit: move an allocation to happen after a `continue`, making sure it'sAlexis (Poliorcetics) Bourget2022-10-21
* fix: write-all crash (#4384)Skyler Hawthorne2022-10-21
* Fix unexpected behavior in delete_word_backward and delete_word_forward (#4392)Nimrod2022-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 autocompletins by fuzzy matchPascal Kuthe2022-10-21
* sort codeaction by their kind instead of alphabeticallyPascal Kuthe2022-10-21
* Fix multi byte auto pairs (#4024)Skyler Hawthorne2022-10-21
* Silence dead_code warning on AppBuilder::with_configMichael Davis2022-10-20
* Remove language-server configuration in integration testsMichael Davis2022-10-20
* Use helix_view::apply_transaction in integration-testsMichael Davis2022-10-20
* chore(view): remove indent_unit helper fn (#4389)Matouš Dzivjak2022-10-20
* fix(commands): no last picker error (#4387)Matouš Dzivjak2022-10-20
* 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
| * Use flush_writes in application.close()Blaž Hrastnik2022-10-19
| * Seems like this flush is unnecessaryBlaž Hrastnik2022-10-19
| * Deduplicate flush_writesBlaž Hrastnik2022-10-19
| * Use a single save_queue on the editorBlaž Hrastnik2022-10-19
| * improve app close failure displaySkyler Hawthorne2022-10-19
| * fix testsSkyler Hawthorne2022-10-19
| * review commentsSkyler Hawthorne2022-10-19
| * document should save even if formatter failsSkyler Hawthorne2022-10-19
| * remove Callback::Compositor variantSkyler Hawthorne2022-10-19
| * move language server refresh to document saved event handlerSkyler Hawthorne2022-10-19
| * fix write scratch buffer to fileSkyler Hawthorne2022-10-19
| * Save text in document saved events, use in status messageSkyler Hawthorne2022-10-19
| * Rename doc save event names to past tenseSkyler Hawthorne2022-10-19
| * various fixes in write-all pathSkyler Hawthorne2022-10-19
| * reset idle timer for all eventsSkyler Hawthorne2022-10-19
| * fix panic when view of pending write is closedSkyler Hawthorne2022-10-19
| * factor editor event handling into functionSkyler Hawthorne2022-10-19