| Commit message (Expand) | Author | Age |
* | add move_prev_long_word_end and extend_prev_long_word_end (#6905) | vwkd | 2023-06-07 |
* | Add check for a non-zero value for tab width (#7178) | Ilya Sovtsov | 2023-06-07 |
* | build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248) | dependabot[bot] | 2023-06-06 |
* | build(deps): bump hashbrown from 0.13.2 to 0.14.0 (#7246) | dependabot[bot] | 2023-06-06 |
* | feat(core): add plaintext matching fallback to tree-sitter matching (#4288) | Alex Vinyals | 2023-06-05 |
* | Fix typo in syntax.rs (#7114) | Ikko Eltociear Ashimine | 2023-05-26 |
* | build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117) | dependabot[bot] | 2023-05-23 |
* | Add command to merge non-consecutive ranges (#7053) | Szabin | 2023-05-19 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Simplify Display implementation for LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Simplify Display implementation of LanguageServerFeature | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | automatically disable TS when parsing takes longer than 500ms | Pascal Kuthe | 2023-05-18 |
* | don't move cursor while forward deleting in append mode | Pascal Kuthe | 2023-05-18 |
* | fix panic when deleting overlapping ranges | Pascal Kuthe | 2023-05-18 |
* | Fix warnings from clippy (#7013) | ZJPzjp | 2023-05-11 |
* | build(deps): bump etcetera from 0.7.1 to 0.8.0 (#6931) | dependabot[bot] | 2023-05-02 |
* | inject language based on file extension & shebang (#3970) | Timothy DeHerrera | 2023-04-28 |
* | feat(commands): add clear-register typable command (#5695) | jorge | 2023-04-27 |
* | build(deps): bump etcetera from 0.5.0 to 0.7.1 (#6873) | dependabot[bot] | 2023-04-25 |
* | build(deps): bump bitflags from 2.1.0 to 2.2.1 (#6869) | dependabot[bot] | 2023-04-25 |
* | return early if soft wrap is invalid (#6856) | ymgyt | 2023-04-23 |
* | build(deps): bump etcetera from 0.4.0 to 0.5.0 (#6798) | dependabot[bot] | 2023-04-18 |
* | build(deps): bump bitflags from 2.0.2 to 2.1.0 (#6699) | dependabot[bot] | 2023-04-11 |
* | Revert "Fix #6605: Remove soft-wrap.enable option wrapping. (#6656)" | Blaž Hrastnik | 2023-04-08 |
* | Fix #6605: Remove soft-wrap.enable option wrapping. (#6656) | gibbz00 | 2023-04-08 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Canonicalize paths before stripping current dir as prefix (#6290) | jazzfool | 2023-03-30 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Fix clippy lints (#6454) | Philipp Mildenberger | 2023-03-27 |
* | respect line annotations in char_idx_at_visual_row_offset | Pascal Kuthe | 2023-03-27 |
* | use partition_point instead of binary_search_by | Pascal Kuthe | 2023-03-27 |
* | fix view anchors not at start of a visual line | Pascal Kuthe | 2023-03-27 |
* | build(deps): bump bitflags from 1.3.2 to 2.0.2 (#6387) | dependabot[bot] | 2023-03-22 |
* | build(deps): bump indoc from 1.0.9 to 2.0.1 (#6385) | dependabot[bot] | 2023-03-21 |
* | fix test::plain | Skyler Hawthorne | 2023-03-20 |
* | Allow explicit newlines in test DSL | Skyler Hawthorne | 2023-03-20 |
* | Test indentation level calculation (#6281) | Jonatan Pettersson | 2023-03-12 |
* | Fix indentation level calculation for lines mixing tabs and spaces (#6278) | Stanisław Borowy | 2023-03-12 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Add API to create a Transaction from potentially overlapping changes | Pascal Kuthe | 2023-03-10 |
* | Add IntoIterator implementation for Selection | Pascal Kuthe | 2023-03-10 |
* | Fix `shrink_selection` with multiple cursors. (#6093) | gibbz00 | 2023-03-09 |
* | Add test cases for existing pair matching logic. (#6027) | Kyle Smith | 2023-03-08 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | Correctly handle multiple cursors with LSP snippets | Urgau | 2023-03-08 |
* | Doc string fix in selection.rs (#6077) | Alexandr | 2023-02-22 |
* | Replace incorrect usages of tab_width with indent_width. (#5918) | Triton171 | 2023-02-16 |
* | Prevent a panic when uncommenting a line with only a comment token (#5933) | Mike Trinkala | 2023-02-12 |