aboutsummaryrefslogtreecommitdiff
path: root/helix-term
Commit message (Expand)AuthorAge
* fix(command): write-quit: do not quit if write failsSkyler Hawthorne2022-06-19
* add test for write-quit happy pathSkyler Hawthorne2022-06-19
* rename test helpersSkyler Hawthorne2022-06-19
* consolidate idle timer logic, make conditionalSkyler Hawthorne2022-06-19
* ignore failing write path tests until fixes are mergedSkyler Hawthorne2022-06-19
* rename top level module to satisfy cargo fmtSkyler Hawthorne2022-06-19
* use a read only file to ensure write failureSkyler Hawthorne2022-06-19
* use system's appropriate line endingSkyler Hawthorne2022-06-19
* don't read from stdin for integration testsSkyler Hawthorne2022-06-19
* use env var for integration test log levelSkyler Hawthorne2022-06-19
* use test terminal backend for integration testsSkyler Hawthorne2022-06-19
* Add more context; Editor::open doesn't need to own pathSkyler Hawthorne2022-06-19
* use Results in integration tests for more error contextSkyler Hawthorne2022-06-19
* use idle timer instead of fixed timeoutSkyler Hawthorne2022-06-19
* tests for buffer-closeSkyler Hawthorne2022-06-19
* tests for serialized writesSkyler Hawthorne2022-06-19
* use main application event loopSkyler Hawthorne2022-06-19
* add test for ensuring the initial cursor on a newly opened fileSkyler Hawthorne2022-06-19
* reorganize tests into groupsSkyler Hawthorne2022-06-19
* refactor helpers, use new test helpersSkyler Hawthorne2022-06-19
* Fix initial selection of Document in new viewSkyler Hawthorne2022-06-19
* improve test harnessSkyler Hawthorne2022-06-19
* Integration testing harnessBlaž Hrastnik2022-06-19
* Simplify handle_terminal_events signatureBlaž Hrastnik2022-06-19
* move config parsing back into mainSkyler Hawthorne2022-06-19
* views -> buffers in write-all (#2788)Gygaxis Vainhardt2022-06-16
* Update auto-pairs and idle-timeout when the config is reloaded (#2736)Bjorn Ove Hay Andersen2022-06-15
* Improve markdown list rendering (#2687)Frojdholm2022-06-15
* Better handling of symlinks (#2718)Roland Kovacs2022-06-15
* Add a check to prevent re-selecting same range (#2760)Ryang Sohn2022-06-14
* Add docstring for language_server!() macro (#2750)Gokul Soumya2022-06-12
* Do not add extra line breaks in markdown lists (#2689)Frojdholm2022-06-08
* Refactor push_jump so we're not needlessly fetching doc twiceBlaž Hrastnik2022-06-06
* prompt: If submitting empty prompt, use default (last used)Blaž Hrastnik2022-06-06
* Add shell insert commands to typable and config (#2589)Termina942022-06-05
* Fix crash due to cycles when replaying macros (#2647)gavynriebau2022-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 unwrap error when undo after `shell_append_output` (#2625)Andrey Tkachenko2022-05-31
* Update to ropey 1.5Blaž Hrastnik2022-05-30
* Bump dependencies, allow retain_mut for nowBlaž Hrastnik2022-05-29
* build(deps): bump once_cell from 1.10.0 to 1.12.0dependabot[bot]2022-05-25
* Add shrink equivalent of extend_to_line_bounds (#2450)Daniel S Poulin2022-05-22
* Add theme key for picker separator (#2523)kyrime2022-05-22
* Fix panic when reloading a shrunk file (#2506)Leoi Hung Kin2022-05-22
* Implement view swappingRoland Kovacs2022-05-21