aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/object.rs
Commit message (Expand)AuthorAge
* Reimplement tree motions in terms of syntax::TreeCursorMichael Davis2024-03-23
* Fix edge-case in tree-sitter expand_selection selection command (#2877)Triton1712022-06-25
* add select_next_sibling and select_prev_sibling commands (#1495)Michael Davis2022-01-20
* expand_selection to current node with no children (#1454)Michael Davis2022-01-08
* feat(commands): shrink_selection (#1340)Matouš Dzivjak2022-01-06
* select smaller range on some casecossonleo2021-10-29
* Merge branch 'master' into great_line_ending_and_cursor_range_cleanupNathan Vegdahl2021-07-02
|\
| * Remove #[allow(unused)] from helix-core, and fix unused imports.Nathan Vegdahl2021-07-02
* | Make `Selection`'s normalize and transform methods self-consuming only.Nathan Vegdahl2021-07-01
* | Clean up `Selection` to not use so many allocations.Nathan Vegdahl2021-07-01
|/
* minor: Remove a few unwraps.Blaž Hrastnik2021-03-26
* commands: Implement expand_selection.Blaž Hrastnik2021-02-22