aboutsummaryrefslogtreecommitdiff
path: root/helix-term/tests
Commit message (Expand)AuthorAge
* Add support for moving selections above and belowsireliah2024-05-01
* Reimplement tree motions in terms of syntax::TreeCursorMichael Davis2024-03-23
* Fix panic in surround_replace/delete nested multi-cursor (#9815)Mike Trinkala2024-03-07
* Fix panic when using surround_replace/delete (#9796)Mike Trinkala2024-03-03
* Fix panic when using join_selections_space (#9783)Mike Trinkala2024-03-02
* Add glob file type support (#8006)Galen Abell2024-02-11
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* Join empty lines with only one space in `join_selections` (#8989)TornaxO72023-12-06
* Fixed issue when the first file specified as an argument was a relative direc...Bjorn Ove Hay Andersen2023-10-18
* Add `insert-final-newline` config option (#8157)Em Zhan2023-09-12
* Fix find commands for buffers with non-LF line-endings (#8111)woojiq2023-09-03
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Fix YAML auto indentSkyler Hawthorne2023-08-10
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* feat: smart_tabSkyler Hawthorne2023-08-01
* add node boundary movementSkyler Hawthorne2023-08-01
* Add config for default line ending (#5621)Alex2023-06-16
* 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
* Conserve BOM and properly support UTF16 (#6497)Alexis-Lapierre2023-04-30
* Fix typos (#6643)Daniel Sedlak2023-04-07
* Canonicalize paths before stripping current dir as prefix (#6290)jazzfool2023-03-30
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* migrate test_with_config to use AppBuilderSkyler Hawthorne2023-03-20
* fix test::plainSkyler Hawthorne2023-03-20
* Allow explicit newlines in test DSLSkyler Hawthorne2023-03-20
* refactor test editor configSkyler Hawthorne2023-03-20
* print doc state during testsSkyler Hawthorne2023-03-20
* make TestCase::From more genericSkyler Hawthorne2023-03-20
* factor write command tests to own moduleSkyler Hawthorne2023-03-20
* Make `m` textobject look for pairs enclosing selections (#3344)Daniel S Poulin2023-02-10
* 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
* enable rendering in integration tests (#5819)Skyler Hawthorne2023-02-04
* Add :character-info command (#4000)William Etheredge2023-02-03
* disable lsp in integration testsSkyler Hawthorne2023-02-02
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* fix(commands): extend_line to proper line when count and current line selecte...Gabriel Dinner-David2022-12-31
* Fix transaction composition order in History::changes_since (#4981)Michael Davis2022-12-03
* Add a test case for undo/redo across splitsMichael Davis2022-11-29
* 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
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* 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