aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
Commit message (Expand)AuthorAge
* Fix writes from insert mode not properly updating the revision historyJJ2023-11-01
* Add rainbow tree-sitter highlightsJJ2023-11-01
* Add file explorer and tree helperJJ2023-11-01
* fix(lsp): ensure we only highlight diagnostics for lsp with the feature enabl...Yomain2023-10-17
* Clear completion when switching windows via click (#8118)Michael Davis2023-08-31
* fix: line numbers remain relative when helix loses focus (#7955)woojiq2023-08-29
* Skip rendering gutters when gutter width exceeds view width (#7821)Anshul Dalal2023-08-08
* make TS matching fallback to plaintextPascal Kuthe2023-06-22
* Fix underflow when repeating a completion that has a negative shift position ...Philipp Mildenberger2023-06-12
* Persist register selection in pending keymapsMichael Davis2023-06-07
* Adds support for multiple language servers per language.Philipp Mildenberger2023-05-18
* correctly handle completion rerequestPascal Kuthe2023-05-18
* Fix warnings from clippy (#7013)ZJPzjp2023-05-11
* Hide signature help if it overlays completion menu (#5523)Pascal Kuthe2023-03-31
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
* do not ignore mouse scrolling when on top of virtual textPascal Kuthe2023-03-27
* Show diagnostic codes for LSP diagnostics (#6378)Francesc Elies2023-03-21
* Feat: LSP Type Hints (#5934)Poliorcetics2023-03-11
* correctly store snapshots when repeating insert-mode actionsPascal Kuthe2023-03-09
* discard stale completion requestsPascal Kuthe2023-03-09
* store multiple snapshots on the document at oncePascal Kuthe2023-03-09
* save selection before completion savepointPascal Kuthe2023-03-09
* create savepoint before requesting completionPascal Kuthe2023-03-09
* Fix new clippy lints (#5892)Pascal Kuthe2023-02-09
* bump msrv to 1.63 (#5570)Pascal Kuthe2023-02-09
* rework positioning/rendering and enable softwrap/virtual text (#5420)Pascal Kuthe2023-01-31
* Remove apply_transaction helper (#5598)Ivan Tham2023-01-21
* highlight non-bar cursors (#5575)Pascal Kuthe2023-01-18
* Primary cursor colors by mode (#5130)gibbz002023-01-18
* mouse operations respect scrolloff (#5255)jliaoh2022-12-23
* Fix nightly clippy lints (#4954)Tshepang Mbambo2022-12-01
* Show (git) diff signs in gutter (#3890)Pascal Kuthe2022-12-01
* Call View::apply within Document::append_changes_to_historyMichael Davis2022-11-29
* Remove eager application of transactions to all viewsMichael Davis2022-11-29
* Apply inversions to Views on undo/redoMichael Davis2022-11-24
* Apply transactions to all views (#4733)Michael Davis2022-11-23
* minor: render_diagnostics doesn't require &self eitherBlaž Hrastnik2022-11-19
* Avoid repeatedly loading configBlaž Hrastnik2022-11-19
* Dynamically resize line number gutter width (#3469)Doug Kelkhoff2022-11-08
* Fix panic from two windows editing the same document (#4570)Michael Davis2022-11-03
* fix: repeating repeat operator (#4450)Michał Zabielski2022-10-26
* lsp: Resolve completion items missing documentation on idle (#4406)Michael Davis2022-10-22
* Autosave all when the terminal loses focus (#3178)Charlie Groves2022-10-21
* remove Callback::Compositor variantSkyler Hawthorne2022-10-19
* fix write-quit with auto formatSkyler Hawthorne2022-10-19
* Replace `in_bounds` with calculation of end_indentA-Walrus2022-10-17
* Only draw indent guides within boundsA-Walrus2022-10-17
* Make skip_levels a u8A-Walrus2022-10-17
* Fix rendering of lines longer than 2^16A-Walrus2022-10-17
* Fix debug assertion for diagnostic sort order (#4319)Michael Davis2022-10-16