Nikita Revenco
c2e24a44ac
feat: reject a set of invalid inputs for Color::from_hex
2024-12-19 21:31:02 +00:00
Nikita Revenco
530748db96
docs: missing semicolon
2024-12-19 21:31:02 +00:00
Nikita Revenco
1cc2235828
docs: use Color in doc test
2024-12-19 21:31:02 +00:00
Nikita Revenco
8e17b7424c
refactor: better variable naming
2024-12-19 21:31:02 +00:00
Nikita Revenco
0e7b3925c5
docs: place in the correct position
2024-12-19 21:31:02 +00:00
Nikita Revenco
b00cac307a
docs: use unwrap
in example to extract from Option
2024-12-19 21:31:02 +00:00
Nikita Revenco
6617f1209c
docs: add doc for from_hex
2024-12-19 21:31:02 +00:00
Nikita Revenco
aed0f8d1f8
refactor: remove extra variable assignment
2024-12-19 21:31:02 +00:00
Nikita Revenco
fc54f2e51a
fix: "color" for items with documentation but a hex value which cannot be parsed
2024-12-19 21:31:02 +00:00
Nikita Revenco
662b6d3e53
refactor: rename variable for consistency
2024-12-19 21:31:02 +00:00
Nikita Revenco
1a2b6166cd
feat: use "color" text for accessibility next to a small colored cube
2024-12-19 21:31:02 +00:00
Nikita Revenco
73286a1497
refactor: do not return early
2024-12-19 21:30:34 +00:00
Nikita Revenco
495adf7b63
refactor: extract into a from_hex
method on Color
2024-12-19 21:30:01 +00:00
Nikita Revenco
d9919798cc
refactor: use an array of ranges
2024-12-19 21:30:01 +00:00
Nikita Revenco
3097c7efd0
feat: remove dependency
2024-12-19 21:30:01 +00:00
Nikita Revenco
fbbb045d87
refactor: do not use extra dependency
2024-12-19 21:30:01 +00:00
Nikita Revenco
b7f7e2528b
feat: do not add unnecessary custom method
2024-12-19 21:30:01 +00:00
Nikita Revenco
f1281b1634
perf: do not use unnecessary clone
2024-12-19 21:30:01 +00:00
Nikita Revenco
22259e3a8c
refactor: better variable naming
2024-12-19 21:30:01 +00:00
Nikita Revenco
565c981107
refactor: no longer need so many .into()
2024-12-19 21:30:01 +00:00
Nikita Revenco
2b0c425cc6
feat: larger boxess
2024-12-19 21:26:41 +00:00
Nikita Revenco
a0a622d20d
feat: show color boxes in color completion
2024-12-19 21:26:41 +00:00
Nikita Revenco
355e381626
feat: use ui.text.directory
for path completion item if its a folder ( #12295 )
2024-12-19 14:36:54 -06:00
Tobias Hunger
cbc06d1f15
chore: Update slint tree-sitter grammar to version 1.9 ( #12297 )
2024-12-19 10:16:12 -06:00
Eduardo Rittner Coelho
9e4da4b950
Show parser availability in --health [LANG] ( #12228 )
2024-12-18 11:21:58 -06:00
Christian Schneider
13e5a2ee5a
Outdent array literals for php [] ( #12286 )
...
Co-authored-by: Christian Schneider <schneider@search.ch>
2024-12-18 08:52:20 -06:00
David Else
0134bb7063
Update dark_plus theme for inactive text and improve jump label ( #12289 )
2024-12-18 08:32:41 -06:00
Peter Ingram
ec65cc4913
Adds colored directories to everforest themes ( #12287 )
...
Co-authored-by: Peter Ingram <p.ingram@mrx.technology>
2024-12-18 08:31:40 -06:00
Nikita Revenco
91a5d407da
Allow theming directory prompt completions ( #12205 )
2024-12-17 21:13:42 -06:00
Michael Davis
6eb186eb7b
helix-lsp-types: use bitflags::bitflags
rather than extern crate
...
This seems to be a historical artifact in `lsp_types` - we can use a
regular `use` statement to pull in the `bitflags!` macro rather than
an external crate definition. This fixes rust-analyzer's ability to find
the macro at least on rust-analyzer 2024-02-26.
2024-12-17 15:42:36 -05:00
Michael Davis
1980bd5992
helix-lsp-types: Prefer crate::Url
to url::Url
...
This is a cosmetic change to replace all direct `use`s of the `url::Url`
type in the `helix-lsp-types` crate with `use crate::Url;`. The types
are the same type currently: this refactor will make a future
replacement of the Url type less noisy.
Connects https://github.com/helix-editor/helix/pull/11889
2024-12-17 15:42:28 -05:00
Tim Sampson
cc3b77b584
dockerfile: bump tree-sitter grammar to gain support for heredocs ( #12230 )
2024-12-17 13:26:49 -06:00
Christian Schneider
fcded6ce1e
Trim trailing colons from paths to allow copy/pasting git grep -n output ( #9963 )
...
Co-authored-by: Christian Schneider <schneider@search.ch>
2024-12-17 13:02:06 -06:00
Pascal Kuthe
1badd9e434
implement snippet tabstop support
2024-12-17 13:34:40 -05:00
Pascal Kuthe
66fb1e67c0
add fallback onNextKey
...
adds a variant of on_next_key callbacks that are only called when no other
mapping matches a key
2024-12-17 13:34:40 -05:00
Pascal Kuthe
609c29bf7e
add DocumentFocusLost event
2024-12-17 13:34:40 -05:00
Pascal Kuthe
5537e68b5e
add changes
and ghost_transaction
to DocumentDidChange events
2024-12-17 13:34:40 -05:00
Pascal Kuthe
c8c0d04168
add snippet system to helix core
2024-12-17 13:34:39 -05:00
Pascal Kuthe
db959274d4
Add range type to helix stdx
2024-12-17 13:34:39 -05:00
dependabot[bot]
312c64f0c2
build(deps): bump the rust-dependencies group with 10 updates ( #12277 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-16 18:48:13 -06:00
André Sá
67535804a5
Fix build from source with Spade tree-sitter grammar ( #12276 )
2024-12-16 14:44:28 -06:00
Michael Davis
bae6a58c3c
Add block-comment-tokens configuration for Java
...
Ref https://github.com/helix-editor/helix/pull/12266#issuecomment-2546370787
2024-12-16 14:02:35 -05:00
Integral
250d9fa8fe
Avoid allocating the --help
message ( #12243 )
2024-12-16 11:16:48 -06:00
Aaalibaba
3b36cf1a15
Expand tildes in :read
command ( #12271 )
2024-12-16 11:10:35 -06:00
Nikita Revenco
99fdbce566
docs: remove mention that -
requires special handling ( #12250 )
2024-12-16 10:01:14 -06:00
David Else
9b14750e56
Add ltex-ls-plus language server ( #12251 )
2024-12-16 09:37:49 -06:00
TornaxO7
4e5b0644a2
language: add comment token for java files ( #12266 )
2024-12-16 09:24:04 -06:00
Takumi Matsuura
e14c346ee7
Fix panic in kill_to_end_of_line
when handling multibyte characters ( #12237 )
2024-12-13 14:04:52 -06:00
RoloEdits
617f538d41
feat(highlights): add COMPLIANCE
to error
( #12244 )
2024-12-13 13:26:08 -06:00
Yuki Kobayashi
ce133a2889
languages(v): use vlang/v-analyzer instead of v-analyzer/v-analyzer ( #12236 )
...
* use vlang/v-analyzer instead of v-analyzer/v-analyzer
* revert rev, because CI failed (couldn't repro working query-check locally, so not sure if this will work)
2024-12-13 12:09:24 +09:00