aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/editor.rs
Commit message (Expand)AuthorAge
* 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
* Initialize diagnostics when opening a document (#8873)Philipp Mildenberger2024-01-09
* 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
* Filter out language servers which fail to spawn (#8374)woojiq2023-09-26
* Add `insert-final-newline` config option (#8157)Em Zhan2023-09-12
* Lower idle-timeout to 250msBlaž Hrastnik2023-09-11
* transition to nucleo for fuzzy matching (#7814)Pascal Kuthe2023-08-30
* create separate timer for redraw requests (#8023)Pascal Kuthe2023-08-21
* Remove unnecessary `Err` from `get_canonicalized_path` (#8009)nkitsaini2023-08-20
* Update stale commentstheteachr2023-08-14
* Align view for background buffer opened with `alt-ret` (#7691)woojiq2023-08-08
* Show whether file readonly in statusline (#7740)Connortsui202023-08-08
* feat: smart_tabSkyler Hawthorne2023-08-01
* Reimplement clipboard commands in terms of special regsMichael Davis2023-07-31
* Use refactored Registers typeMichael Davis2023-07-31
* Add support for LSP DidChangeWatchedFiles (#7665)Ryan Fowler2023-07-21
* (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
* Mark buffers created from stdin as modified (#7431)Michael Davis2023-06-26
* Add config for default line ending (#5621)Alex2023-06-16
* add config option for instant completion entry preview (defaulting to true).Luca Schlecker2023-06-09
* Add register statusline element (#7222)spectre2562023-06-08
* Apply all review suggestions (doc_id -> id, error message, unnecessary if)Philipp Mildenberger2023-05-18
* Some minor clarity/cosmetic improvementsPhilipp Mildenberger2023-05-18
* Add function `Editor::language_server_by_id` and refactor/simplify related co...Philipp Mildenberger2023-05-18
* Refactor doc language servers to a HashMap, and the config to use a Vec to re...Philipp Mildenberger2023-05-18
* Refactored doc.language_servers and doc.language_servers_with_feature to retu...Philipp Mildenberger2023-05-18
* Fix error messages when no language server is availablePhilipp Mildenberger2023-05-18
* Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...Philipp Mildenberger2023-05-18
* Fix some lints/docgen hintsPhilipp Mildenberger2023-05-18
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* clarify comments about completion savepointsPascal Kuthe2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Conserve BOM and properly support UTF16 (#6497)Alexis-Lapierre2023-04-30
* Sort the buffer picker by most recent access (#2980)Evgeniy Tatarkin2023-04-28
* feat: add a config option to exclude declaration from LSP references (#6886)Vitalii Solodilov2023-04-27
* ensure :toggle soft-wrap.enable works by default (#6742)Pascal Kuthe2023-04-13
* Fix typos (#6643)Daniel Sedlak2023-04-07
* add option to enable/disable lsp snippetsPascal Kuthe2023-03-31
* add workspace config and manual LSP root managementPascal Kuthe2023-03-29
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* Fix clippy lints (#6454)Philipp Mildenberger2023-03-27
* Add undercurl config option #6196 (#6253)Jonatan Pettersson2023-03-14