aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src
Commit message (Expand)AuthorAge
* Make initial editing mode configurablePhilipp Emanuel Weidmann2024-05-01
* Add file explorer and tree helperwongjiahau2024-05-01
* Add narrow no-break space support (#9604)Quentin2024-03-25
* Add an Amp-like jump commandPascal Kuthe2024-03-23
* use slices instead of Rc for virtual textPascal Kuthe2024-03-23
* Do not stop reloading docs on error (#9870)Luis Useche2024-03-19
* Optimize getting a relative pathmo8it2024-03-19
* add 'file-absolute-path' to statusline (#4535)Dan Cardamore2024-03-17
* LSP: Key diagnostics off file path instead of URIMichael Davis2024-02-25
* Make mouse click extend selection in select mode (#5436)Jonathan LEI2024-02-19
* Remove unwrap on line option, preventing DAP crash (#9632)Matt2024-02-16
* fix lsp config reload (#9415)kyfanc2024-02-13
* Use range positions to determine insert_newline motion (#9448)Waleed Dahshan2024-01-29
* make path changes LSP spec conform (#8949)Pascal Kuthe2024-01-28
* minor: Silence noisy language server not found error in logBlaž Hrastnik2024-01-24
* Re-export `which` from `helix-stdx::env`Michael Davis2024-01-24
* minor: Silence noisy set_error logBlaž Hrastnik2024-01-24
* refactor completion and signature help using hooksPascal Kuthe2024-01-23
* Add hook/event systemPascal Kuthe2024-01-23
* Create helix-stdx crate for stdlib extensionsMichael Davis2024-01-18
* make sure to sync views when applying edits to unfocused views (#9173)Gabriel Dinner-David2024-01-09
* Normalize `S-<lower-ascii>` keymaps to uppercase ascii (#9213)Michael Davis2024-01-09
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* don't automatically dismiss zero width diagnostics (#9280)Pascal Kuthe2024-01-09
* consistent diagnostic sortingPascal Kuthe2023-12-27
* make diagnostics stick to word boundariesPascal Kuthe2023-12-27
* Add config to mark diagnostic sources as persistentPascal Kuthe2023-12-27
* Support drawing popup frame (#4313)ath32023-12-19
* Make the indent heuristic configurableDaniel Ebert2023-12-15
* bump MSRV to 1.70.0 (#8877)Cole Helbling2023-11-25
* 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
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* 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