| Commit message (Expand) | Author | Age |
* | Prefer RopeSlice to &Rope in helix_core::syntax | Michael Davis | 2023-07-27 |
* | correctly map unsorted positions (#7471) | Pascal Kuthe | 2023-06-28 |
* | Mark buffers created from stdin as modified (#7431) | Michael Davis | 2023-06-26 |
* | fix: Regression from d491e234f4eb4d8c3869f44ab71fedf022dc463e | Blaž Hrastnik | 2023-06-26 |
* | map positions through changes in O(N) | Pascal Kuthe | 2023-06-25 |
* | Use default line ending in open command (#7357) | Alex | 2023-06-17 |
* | Add config for default line ending (#5621) | Alex | 2023-06-16 |
* | Maintain language servers TOML array order in `doc.language_servers` | Philipp Mildenberger | 2023-05-18 |
* | Filter language servers also by capabilities in `doc.language_servers_with_fe... | Philipp Mildenberger | 2023-05-18 |
* | Optimize gutter diagnostics and simplify shown_diagnostics | Philipp Mildenberger | 2023-05-18 |
* | Refactor doc language servers to a HashMap, and the config to use a Vec to re... | Philipp Mildenberger | 2023-05-18 |
* | Simplify 'lsp_stop' command | Philipp Mildenberger | 2023-05-18 |
* | Remove boilerplate in the goto methods by generically composing functions | Philipp Mildenberger | 2023-05-18 |
* | Refactor doc.shown_diagnostics to avoid an extra HashSet | Philipp Mildenberger | 2023-05-18 |
* | Add method doc.supports_language_server for better readability | Philipp Mildenberger | 2023-05-18 |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Use DoubleEndedIterator instead of collect to Vec for reversing | 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 |
* | async picker syntax highlighting | Pascal Kuthe | 2023-05-18 |
* | clarify comments about completion savepoints | Pascal Kuthe | 2023-05-18 |
* | deduplicate savepoints | Pascal Kuthe | 2023-05-18 |
* | ensure correct trigger/start completion offset | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Add better error message for file save failure due to parent not existing (#7... | John Kelly | 2023-05-10 |
* | Conserve BOM and properly support UTF16 (#6497) | Alexis-Lapierre | 2023-04-30 |
* | Sort the buffer picker by most recent access (#2980) | Evgeniy Tatarkin | 2023-04-28 |
* | 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 |
* | Improved file reload error message (#6274) | Santiago Vrancovich | 2023-03-14 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Add a version-control statusline element (#5682) | Dimitar Gyurov | 2023-03-10 |
* | store multiple snapshots on the document at once | Pascal Kuthe | 2023-03-09 |
* | save selection before completion savepoint | Pascal Kuthe | 2023-03-09 |
* | Softwrapping improvements (#5893) | Clément Delafargue | 2023-03-08 |
* | feat: show current language when no argument is provided (#5895) | Guillaume | 2023-02-16 |
* | Replace incorrect usages of tab_width with indent_width. (#5918) | Triton171 | 2023-02-16 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | Check for external file modifications when writing (#5805) | Clément Delafargue | 2023-02-08 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Remove apply_transaction helper (#5598) | Ivan Tham | 2023-01-21 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Sync changes with view in undo/redo/earlier/later | Michael Davis | 2022-11-29 |
* | Remove calls to View::apply in undo/redo/earlier/later | Michael Davis | 2022-11-29 |
* | Revert "Don't apply transactions to Views in undo/redo" | Michael Davis | 2022-11-29 |
* | Don't apply transactions to Views in undo/redo | Michael Davis | 2022-11-24 |
* | core: Move state into the history module | Blaž Hrastnik | 2022-11-08 |
* | cargo fmt | Blaž Hrastnik | 2022-10-21 |
* | simplify encoding test macro (#4385) | Kirawi | 2022-10-21 |