index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-view
/
src
/
editor.rs
Commit message (
Expand
)
Author
Age
*
Use range positions to determine insert_newline motion (#9448)
Waleed Dahshan
2024-01-29
*
make path changes LSP spec conform (#8949)
Pascal Kuthe
2024-01-28
*
minor: Silence noisy language server not found error in log
Blaž Hrastnik
2024-01-24
*
Re-export `which` from `helix-stdx::env`
Michael Davis
2024-01-24
*
minor: Silence noisy set_error log
Blaž Hrastnik
2024-01-24
*
refactor completion and signature help using hooks
Pascal Kuthe
2024-01-23
*
Add hook/event system
Pascal Kuthe
2024-01-23
*
Create helix-stdx crate for stdlib extensions
Michael Davis
2024-01-18
*
make sure to sync views when applying edits to unfocused views (#9173)
Gabriel Dinner-David
2024-01-09
*
Initialize diagnostics when opening a document (#8873)
Philipp Mildenberger
2024-01-09
*
Support drawing popup frame (#4313)
ath3
2023-12-19
*
Make the indent heuristic configurable
Daniel Ebert
2023-12-15
*
bump MSRV to 1.70.0 (#8877)
Cole Helbling
2023-11-25
*
Filter out language servers which fail to spawn (#8374)
woojiq
2023-09-26
*
Add `insert-final-newline` config option (#8157)
Em Zhan
2023-09-12
*
Lower idle-timeout to 250ms
Blaž Hrastnik
2023-09-11
*
transition to nucleo for fuzzy matching (#7814)
Pascal Kuthe
2023-08-30
*
create separate timer for redraw requests (#8023)
Pascal Kuthe
2023-08-21
*
Remove unnecessary `Err` from `get_canonicalized_path` (#8009)
nkitsaini
2023-08-20
*
Update stale comments
theteachr
2023-08-14
*
Align view for background buffer opened with `alt-ret` (#7691)
woojiq
2023-08-08
*
Show whether file readonly in statusline (#7740)
Connortsui20
2023-08-08
*
feat: smart_tab
Skyler Hawthorne
2023-08-01
*
Reimplement clipboard commands in terms of special regs
Michael Davis
2023-07-31
*
Use refactored Registers type
Michael Davis
2023-07-31
*
Add support for LSP DidChangeWatchedFiles (#7665)
Ryan Fowler
2023-07-21
*
(Updated) Apply motion API refinements (#6078)
Gabriel Hansson
2023-07-09
*
use redraw handle for debouncing LSP messages (#7538)
Pascal Kuthe
2023-07-07
*
Fix incorrect gutter bail message (#7534)
Tom Taylor
2023-07-07
*
Mark buffers created from stdin as modified (#7431)
Michael Davis
2023-06-26
*
Add config for default line ending (#5621)
Alex
2023-06-16
*
add config option for instant completion entry preview (defaulting to true).
Luca Schlecker
2023-06-09
*
Add register statusline element (#7222)
spectre256
2023-06-08
*
Apply all review suggestions (doc_id -> id, error message, unnecessary if)
Philipp Mildenberger
2023-05-18
*
Some minor clarity/cosmetic improvements
Philipp Mildenberger
2023-05-18
*
Add function `Editor::language_server_by_id` and refactor/simplify related co...
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
*
Refactored doc.language_servers and doc.language_servers_with_feature to retu...
Philipp Mildenberger
2023-05-18
*
Fix error messages when no language server is available
Philipp Mildenberger
2023-05-18
*
Fix sorting issues of the editor wide diagnostics and apply diagnostics relat...
Philipp Mildenberger
2023-05-18
*
Fix some lints/docgen hints
Philipp Mildenberger
2023-05-18
*
Adds support for multiple language servers per language.
Philipp Mildenberger
2023-05-18
*
clarify comments about completion savepoints
Pascal Kuthe
2023-05-18
*
correctly handle completion rerequest
Pascal Kuthe
2023-05-18
*
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
*
feat: add a config option to exclude declaration from LSP references (#6886)
Vitalii Solodilov
2023-04-27
*
ensure :toggle soft-wrap.enable works by default (#6742)
Pascal Kuthe
2023-04-13
*
Fix typos (#6643)
Daniel Sedlak
2023-04-07
*
add option to enable/disable lsp snippets
Pascal Kuthe
2023-03-31
[next]