aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests/test/commands.rs
Commit message (Expand)AuthorAge
* Add support for moving selections above and belowsireliah2024-05-01
* Fix panic when using join_selections_space (#9783)Mike Trinkala2024-03-02
* Join empty lines with only one space in `join_selections` (#8989)TornaxO72023-12-06
* add node boundary movementSkyler Hawthorne2023-08-01
* Auto indent on `insert_at_line_start` (#5837)Alex2023-06-08
* cleanup integration testsPascal Kuthe2023-05-18
* don't move cursor while forward deleting in append modePascal Kuthe2023-05-18
* fix panic when deleting overlapping rangesPascal Kuthe2023-05-18
* Allow explicit newlines in test DSLSkyler Hawthorne2023-03-20
* factor write command tests to own moduleSkyler Hawthorne2023-03-20
* Fix the infinite loop when copying the cursor to the top of the file (#5888)Mike Trinkala2023-02-09
* Check for external file modifications when writing (#5805)Clément Delafargue2023-02-08
* Add :character-info command (#4000)William Etheredge2023-02-03
* fix(commands): extend_line to proper line when count and current line selecte...Gabriel Dinner-David2022-12-31
* Follow parent links when calculating changes since a revisionMichael Davis2022-11-24
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Add test case that panics on undoMichael Davis2022-11-24
* Fix range offsets for multiple shell insertions (#4619)Michael Davis2022-11-14
* Fix range offsets in multi-selection paste (#4608)Michael Davis2022-11-06
* Trim quotes and braces from paths in goto_file_impl (#4370)Dario Oddenino2022-10-28
* flush writes on force quit (#4397)Skyler Hawthorne2022-10-21
* document should save even if formatter failsSkyler 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: buffer-close ensuring writesSkyler Hawthorne2022-10-19
* Fix backwards selection duplication widening bug (#2945)A-Walrus2022-07-04
* 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
* ignore failing write path tests until fixes are mergedSkyler Hawthorne2022-06-19
* rename top level module to satisfy cargo fmtSkyler Hawthorne2022-06-19