Tue, 04 Feb 2025 10:05:00 -0500 |
Michael Davis |
LSP: Properly discard out-of-date diagnostics
|
Tue, 04 Feb 2025 09:54:39 -0500 |
Michael Davis |
LSP: Move diagnostic handling from Application to Editor
|
Tue, 04 Feb 2025 09:23:03 -0500 |
Michael Davis |
queries: Remove `(ERROR)` from all highlights
|
Tue, 04 Feb 2025 15:34:59 +0100 |
Robin Heggelund Hansen |
Update highlights.scm for Gren language (#12769)
|
Tue, 04 Feb 2025 15:18:54 +0100 |
Niklas Wallgren |
Print full error chain when failing to load grammar (#12744)
|
Tue, 04 Feb 2025 09:09:54 -0500 |
Michael Davis |
DAP: Drain pending requests on recv failure
|
Tue, 04 Feb 2025 08:52:09 -0500 |
Michael Davis |
minor: Remove double BufReader wrapper in DAP client
|
Tue, 04 Feb 2025 08:47:27 -0500 |
Michael Davis |
DAP: Configure child process stderr as piped
|
Mon, 03 Feb 2025 17:37:46 -0600 |
dependabot[bot] |
build(deps): bump the rust-dependencies group with 4 updates (#12766)
|
Sun, 02 Feb 2025 20:46:14 -0500 |
Michael Davis |
Add `copy_between_registers` for interactive register copying
|
Sun, 02 Feb 2025 20:44:43 -0500 |
Michael Davis |
commands: Eagerly clear autoinfo in select_register, insert_register
|
Sun, 02 Feb 2025 20:21:16 -0500 |
Michael Davis |
minor: Prefer stable `core::num::abs_diff` to polyfill
|
Mon, 03 Feb 2025 04:02:48 +0300 |
jack |
update(theme): add virtual-inlay hint highlight to snazzy theme (#11089)
|
Mon, 03 Feb 2025 01:58:29 +0100 |
Viktor Sz?pe |
Fix typos (#12690)
|
Sun, 02 Feb 2025 19:37:13 -0500 |
Leo Unglaub |
Add block comment configuration for PHP
|
Sun, 02 Feb 2025 19:24:13 -0500 |
Michael Davis |
queries: Improve Rust const generic and '_' type highlighting
|
Sun, 02 Feb 2025 19:17:10 -0500 |
Michael Davis |
Reverse highlight precedence ordering (#9458)
|
Sun, 02 Feb 2025 16:37:50 -0500 |
Michael Davis |
queries: Add 'not-eq' and 'not-match' predicates to TSQ highlights
|
Sun, 02 Feb 2025 16:23:52 -0500 |
Michael Davis |
queries: Fix module/namespace highlight in Unison
|
Sat, 01 Feb 2025 21:24:25 -0500 |
Michael Davis |
core: Make completion item documentation optional
|
Fri, 10 Jan 2025 20:17:33 -0500 |
Michael Davis |
ui: Expose the 'prompt' module
|
Sat, 01 Feb 2025 20:44:07 -0500 |
Doug Kelkhoff |
feat(lang:r): Add roxygen header comment token (#12748)
|
Sun, 02 Feb 2025 02:43:20 +0100 |
Remo Senekowitsch |
Document installation of rust-analyzer via rustup (#12618)
|
Sat, 01 Feb 2025 15:48:42 -0500 |
Pascal Kuthe |
implement incomplete completion requests
|
Sat, 01 Feb 2025 13:12:57 -0500 |
Pascal Kuthe |
Add a completion handler type in helix-view for tracking responses
|
Sat, 01 Feb 2025 12:49:01 -0500 |
Michael Davis |
minor: Move `CompletionEvent` to a new completion handler module
|
Sat, 01 Feb 2025 12:36:55 -0500 |
Pascal Kuthe |
core: Add a provider type to track the origin of a completion
|
Sat, 01 Feb 2025 12:29:33 -0500 |
Michael Davis |
LSP: Eagerly send requests in `Client::request`
|
Sat, 01 Feb 2025 12:10:42 -0500 |
Michael Davis |
LSP: Remove future wrapper from `Client::notify`, `Client::reply`
|
Sat, 01 Feb 2025 13:03:38 -0500 |
Pascal Kuthe |
Use the slotmap workspace dependency in helix-view
|
Sat, 01 Feb 2025 19:18:08 -0500 |
uncenter |
Highlight $ template literals as shell commands (#12751)
|
Sun, 02 Feb 2025 00:44:06 +0100 |
Kristoffer Plagborg Bak S?rensen |
Recognize `.sublime-*` files (#12750)
|
Sat, 01 Feb 2025 15:09:45 -0800 |
rhogenson |
Use the first char in a grapheme for classification (#12483)
|
Sat, 01 Feb 2025 10:31:42 -0500 |
Michael Davis |
Join input and wait tasks in external formatter Tokio command
|
Sat, 01 Feb 2025 09:10:04 -0500 |
Michael Davis |
Use typable command doc when keybind provides no arguments
|
Fri, 31 Jan 2025 14:08:42 -0500 |
Michael Davis |
Hover UI: Eagerly convert hover response to Markdown
|
Fri, 31 Jan 2025 21:13:09 +0000 |
Nikita Revenco |
fix: add comment token for svelte files (#12743)
|
Fri, 31 Jan 2025 14:07:22 -0500 |
Michael Davis |
Set a statusline error for formatter errors in `:format`
|
Fri, 31 Jan 2025 11:58:53 -0500 |
Michael Davis |
Remove popup_border calculations from LSP Hover UI component
|
Fri, 31 Jan 2025 08:33:18 -0500 |
Michael Davis |
config: Deny unknown fields in `[editor.smart-tab]`
|
Thu, 30 Jan 2025 16:51:34 -0800 |
RoloEdits |
perf(ropey): enable `simd` feature for `stdx` (#12735)
|
Fri, 31 Jan 2025 02:14:04 +0200 |
renshyle |
Do not record keys pressed by macros while recording a macro (#12733)
|
Thu, 30 Jan 2025 23:38:07 +0000 |
John Kelly |
Properly prevent `crossterm` features being used when `feature = "term"` not enabled in `helix-view` (#12734)
|
Thu, 30 Jan 2025 11:54:36 -0500 |
Michael Davis |
LSP: Fix option handling in goto definition/references commands
|
Thu, 30 Jan 2025 10:04:01 -0500 |
Michael Davis |
LSP: Support multiple langauge servers for goto references
|
Thu, 30 Jan 2025 09:54:25 -0500 |
Michael Davis |
LSP: Support multiple language servers for goto definition
|
Wed, 29 Jan 2025 17:25:12 -0500 |
Michael Davis |
LSP commands: Move offset encoding onto the Location type
|
Wed, 29 Jan 2025 09:53:42 -0500 |
Michael Davis |
Fix byte/char indexing mix-up in path completion
|
Wed, 29 Jan 2025 06:56:08 -0800 |
Gareth Widlansky |
Add ghostty configuration support (#12703)
|
Tue, 28 Jan 2025 15:19:33 +0100 |
0xLucqs |
chore(grammar): update cairo + queries (#12712)
|
Mon, 27 Jan 2025 21:19:43 -0800 |
Gabriel Dinner-David |
fix zig highlight query use of #lua-match (#12708)
|
Mon, 27 Jan 2025 17:19:26 -0600 |
dependabot[bot] |
build(deps): bump the rust-dependencies group with 2 updates (#12707)
|
Tue, 28 Jan 2025 04:41:34 +0800 |
Zi How Poh |
goto_diag: avoid wraparound by default (#12704)
|
Mon, 27 Jan 2025 15:27:35 -0500 |
Michael Davis |
DAP: Refactor handling of Event and Request protocol types
|
Mon, 27 Jan 2025 15:25:22 -0500 |
Michael Davis |
DAP: Move module ID tests out of events module
|
Sun, 26 Jan 2025 20:58:27 -0500 |
Michael Davis |
Move rope grapheme iterators from core to stdx
|
Sun, 26 Jan 2025 19:16:02 -0500 |
Michael Davis |
core: Remove unused byte index grapheme functions
|
Sun, 26 Jan 2025 16:52:29 -0500 |
Michael Davis |
stdx: Add floor/ceil/is grapheme boundary functions to RopeSliceExt
|
Mon, 27 Jan 2025 09:24:37 -0500 |
Michael Davis |
goto_word: Skip keys with modifiers in both on-next-key blocks
|
Mon, 27 Jan 2025 08:49:03 -0500 |
Michael Davis |
goto_word: Reject jump label characters with modifiers
|