aboutsummaryrefslogtreecommitdiff
path: root/helix-view
Commit message (Expand)AuthorAge
* build(deps): bump clipboard-win from 4.5.0 to 5.0.0 (#8927)dependabot[bot]2023-11-28
* set Cargo feature resolver to v2 (#8917)Fomalhaut Weisszwerg2023-11-27
* update which crate to 5.0.0 (#8902)Davide Ferrero2023-11-25
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* open urls with goto_file command (#5820)Matouš Dzivjak2023-11-21
* Swap system and primary clipboard registers (#8703)Omnikar2023-11-03
* Make parse_macro work for "-" outside "<..>" (#8475)Bjorn Ove Hay Andersen2023-10-12
* Filter out language servers which fail to spawn (#8374)woojiq2023-09-26
* Allow specifying a different style for diff indicator in vcs gutter. (#8343)Alexis Mousset2023-09-20
* Add `insert-final-newline` config option (#8157)Em Zhan2023-09-12
* Lower idle-timeout to 250msBlaž Hrastnik2023-09-11
* Fix various typos (#8233)Alexis Mousset2023-09-10
* Add tree-sitter-highlight-name command (#8170)Luke Halasy2023-09-10
* Detect tmux clipboard provider on macOS (#8182)Jonathan LEI2023-09-06
* use which on formatter command (#8064)Ezekiel Warren2023-08-30
* Rename reset to default (#8114)chtenb2023-08-30
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* add `reset` to the color palette (#8083)West2023-08-29
* Translate new ScrollLeft/ScrollRight crossterm mouse eventsMichael Davis2023-08-22
* build(deps): bump crossterm from 0.26.1 to 0.27.0dependabot[bot]2023-08-22
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* build(deps): bump bitflags from 2.3.3 to 2.4.0 (#7943)dependabot[bot]2023-08-15
* Make editor remember the latest search register (#5244)Jonathan LEI2023-08-14
* Update stale commentstheteachr2023-08-14
* Detect non-existent files as non-readonly (#7875)Michael Davis2023-08-08
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* Skip rendering gutters when gutter width exceeds view width (#7821)Anshul Dalal2023-08-08
* feat: smart_tabSkyler Hawthorne2023-08-01
* Reimplement clipboard commands in terms of special regsMichael Davis2023-07-31
* Preview the latest value for regular registersMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* Add system & primary clipboards as special registersMichael Davis2023-07-31
* Add the '%' (current filename) registerMichael Davis2023-07-31
* Add '#' and '.' special registersMichael Davis2023-07-31
* Refactor Registers to take EditorMichael Davis2023-07-31
* Prefer RopeSlice to &Rope in helix_core::syntaxMichael Davis2023-07-27
* Add support for LSP DidChangeWatchedFiles (#7665)Ryan Fowler2023-07-21
* allow for higher F keys to be used (#7672)Christian Holman2023-07-19
* (Updated) Apply motion API refinements (#6078)Gabriel Hansson2023-07-09
* use redraw handle for debouncing LSP messages (#7538)Pascal Kuthe2023-07-07
* Fix incorrect gutter bail message (#7534)Tom Taylor2023-07-07
* correctly map unsorted positions (#7471)Pascal Kuthe2023-06-28
* Mark buffers created from stdin as modified (#7431)Michael Davis2023-06-26
* fix: Regression from d491e234f4eb4d8c3869f44ab71fedf022dc463eBlaž Hrastnik2023-06-26
* map positions through changes in O(N)Pascal Kuthe2023-06-25
* Allow ANSI colors in themes (#5119)tomleb2023-06-19
* Use default line ending in open command (#7357)Alex2023-06-17
* Add config for default line ending (#5621)Alex2023-06-16