aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* 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
| * 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
|/
* Fix deleting word from end of buffer (#4328)Jonathan LEI2022-10-19
* display tree sitter scopes in a popup (#4337)Roberto Vidal2022-10-18
* Use the same `WalkBuilder` configuration for the global search file picker as...Philipp Mildenberger2022-10-18
* Replace `in_bounds` with calculation of end_indentA-Walrus2022-10-17
* Only draw indent guides within boundsA-Walrus2022-10-17
* Make skip_levels a u8A-Walrus2022-10-17