aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests
Commit message (Expand)AuthorAge
...
* flush writes on force quit (#4397)Skyler Hawthorne2022-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
* improve app close failure displaySkyler Hawthorne2022-10-19
* fix testsSkyler Hawthorne2022-10-19
* document should save even if formatter failsSkyler Hawthorne2022-10-19
* fix write scratch buffer to fileSkyler Hawthorne2022-10-19
* various fixes in write-all pathSkyler 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
* Fix append cursor location when selection anchor is at end of document (#4147)Graic2022-10-12
* Add tests for select-mode TS textobjectsMichael Davis2022-10-03
* fix: Recalculate completion when going through prompt history (#3193)Frojdholm2022-08-31
* Fix backwards selection duplication widening bug (#2945)A-Walrus2022-07-04
* replace phrase in testsSkyler Hawthorne2022-06-19
* factor new Application with file arg to functionSkyler Hawthorne2022-06-19
* 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
* 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
* 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