Commit Graph

5615 Commits (4b8bcd2773459f663aa1f641dd6ff49461e04542)
 

Author SHA1 Message Date
Ben Fekih, Hichem 4b8bcd2773 popup: call required_size only once while rendering
to speed up the rendering a little

Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
2 months ago
Ben Fekih, Hichem af4ff80524 Improve popup position
Make the popup positions more consistent.
Improvements:
1. if the signature popup content is bigger than the available space,
   then the popup is always shown under the cursor, even if there more
   space above the cursor than below
2. There is no mutation anymore inside required_size. Maybe in the future
   we can update all widgets to have no mutations and change the trait

Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
2 months ago
Michael Davis 211f368064
Respect mode when starting a search (#10505)
Currently the editor mode has no effect on the behavior of `search` and
`rsearch`. We can pass in the right movement for the editor mode to make
the behavior or `search` and `rsearch` match `search_next` and
`search_prev` in select mode.
2 months ago
Kevin Vigor 18d5cacea6
Override crossterm's support for NO_COLOR. (#10514)
Since helix isn't usable without color support, honoring this does
nobody any good.
2 months ago
RoloEdits 94405f3d07
refactor(themes): `gruvbox` warnings to `yellow1` (#10506) 2 months ago
urly3 98b4df23a3
theme: everblush (#10394)
changed the statusline colors for SELECT mode
  the previous colours seem to be incorrect and quite ugly (sorry).
  I chose the magenta over the cyan that (colors that were already present) as it has
  more contrast with the existing INSERT colour.
  the statusline colours are now inline with eachother, all having the background be the 'background'
  colour, with varying foregrounds.

Co-authored-by: urly3 <u@rl.yyy>
2 months ago
Nuke 2209effb02
Update lang-support.md for new wiki page name (#10508)
The prior URL invites you to create a new wiki page. I think https://github.com/helix-editor/helix/wiki/Language-Server-Configurations is the correct place to point to now.

There might be more issues related to changes in wiki structure that are not caught by some CI link check because of this (it's a valid URL, just not what you want to direct to lol)
2 months ago
Rolo 34291f0f3b feat(themes): add `ui.virtual.ruler` for `base16_default_dark` 2 months ago
Rolo 4e16956007 feat(themes): add `ui.virtual.ruler` for `base16_default_light` 2 months ago
Rolo bb57686854 feat(themes): add `ui.virtual.ruler` for `base16_terminal` 2 months ago
Rolo ccb0c40b5e feat(themes): add `ui.virtual.ruler` for `mellow` 2 months ago
Rolo 785d09e38f feat(themes): add `ui.virtual.ruler` for `poimandres`
This change also propagates to `poimandres-storm`
2 months ago
Rolo 6fdc1d6a95 feat(themes): add `ui.virtual.ruler` for `varua` 2 months ago
Rolo c0aadfd4ce feat(themes): add `ui.virtual.ruler` for `vim_dark_high_contrast` 2 months ago
Rolo 368b29ca72 feat(themes): add `ui.virtual.ruler` for `base16_default` 2 months ago
Rolo be8dc22272 feat(themes): add `ui.virtual.ruler` for `horizon-dark` 2 months ago
Rolo a5a9827f32 fix(themes): correct typo in `theme.toml` 2 months ago
Rolo 88da9e857c feat(themes): add `ui.virtual.ruler` for `default` 2 months ago
Rolo 4713eb06b1 refactor(themes): change `solarized_*` ruler to `bg`
Also changed the colors to better blend with the theme.
2 months ago
Rolo 6bdc6f460e refactor(themes): removed `ui.highlight` effects from `solarized_light`
This now matches `solarized_dark` changes from #10261
2 months ago
ves 97f683b336
Improve HTML highlighting (#10503) 2 months ago
Blaž Hrastnik 8924691c5d minor: Update docs 2 months ago
Blaž Hrastnik f06a166962 Add Move language support 2 months ago
Daniel O'Brien 1d23796ad1
Fix kanagawa theme when using cursorline (#10500) 2 months ago
Sean Perry 30baff907d
Implement read command (#10447)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Co-authored-by: Ibrahim Dursun <ibrahim@dursun.cc>
2 months ago
ath3 521accaf00
Include "change" in textobject autoinfo (#10496) 2 months ago
Gaëtan Lehmann ab203b5f53
update earthfile grammar and highlight queries (#10489) 2 months ago
Pascal Kuthe 1cce693bef
correctly describe behavior of C in tutor (#10465) 2 months ago
Clara Smyth 43dff1c772
Fix: Svelte queries (#10487) 2 months ago
Jonathan Lebon 36ee9ba7d6
languages/rust: add `rust-script` and `cargo` shebangs (#10484)
The former is one of the more popular forks of the original idea:

https://rust-script.org/

The latter is an RFC for folding that functionality into cargo itself,
available on nightly:

https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#script
2 months ago
Hichem 69e08d9e91
allow cycling through function signatures/overloads (#9974)
implement handle_event to cycle through the function signatures.

To change the signature press alt+p/n .

Signed-off-by: Ben Fekih, Hichem <hichem.f@live.de>
2 months ago
Rowan Lovejoy 7775b35cba
Add a warning in docs about conflicts with terminal default key bindings (#10380)
Add a warning about conflicts with terminal default key bindings.
2 months ago
Kieran Moy 50470f755f
Add missing hyprlang support (#10383) 2 months ago
Idobenhamo 68765f51c9
Support Typst 0.11 (#10321)
* Update the tree sitter to support Typst 0.11 and changed the lsp to Tinymist

* Fixed

* Added typst-lsp & tinymist

---------

Co-authored-by: Idobenhamo <idobenhamo@users.noreply.github.com>
2 months ago
Matthew Bourke 8e161723ee
Enabled traversing multiple buffers at once (#10463)
* Enable traversing multiple buffers at once

* run cargo fmt

* simplify iterator call
2 months ago
Alexis-Lapierre 8256ca7bc3
Add support for Xena OpenAutomation files (#10448)
Add support for .xtc/.xoa/.xpc files

* XTC stand for Xena Traffic Configuration
* XOA stand for Xena OpenAutomation
* XPC stand for Xena Port Configuration

Theses three file time seems to be the most common file extension I
encountered in the wild
2 months ago
blinxen 70459b2b66
Update gix to version 0.62 (#10451)
This update contains a security fix for
https://rustsec.org/advisories/RUSTSEC-2024-0335.html
2 months ago
Pedro Fedricci 0546273570
chore: update tree-sitter-rust to v0.21.0 (#10365)
* chore: update tree-sitter-rust to 0.21.0

* fix: pretty print and textobject tests
2 months ago
Sufian 1245760595
Add bufferline and cursorline colors to vim dark theme (#10444) 2 months ago
Christopher Kaster 9df1266376
Add lldb-dap debugger support for Odin (#10175) 3 months ago
Matthew Toohey 081f7d0bd8
Update tree-sitter-ld and highlights (#10379) 3 months ago
Kirawi 6d363a978d
Read symlink when writing files (#10339)
Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
3 months ago
Arthur c9ae694aff
fix(languages/helm): recognize _*.tpl as helm (#10344) 3 months ago
Alexander Brevig 009a5498ca
add LDIF support (#10330)
* feat(lang): add LDIF support

* style: no unnecessary glob

* Update runtime/queries/ldif/highlights.scm

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>

---------

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
3 months ago
Blaž Hrastnik 4fc0a4dafc Improve solidity highlighting 3 months ago
Josh Robson Chase 34c7eb4bd4
themes/monokai: add inlay-hint style (#10334)
Matching comment styling so that it doesn't get confused for actual
code.
3 months ago
Pascal Kuthe 73d26d0d97
don't manually grapheme align ts highlights (#10310) 3 months ago
blt-r b974716b92
Hightlight meson.options as meson file (#10323) 3 months ago
Pascal Kuthe f601b7c278
fix char/byte index mixup in overlay rendering (#10317) 3 months ago
VKondakoff c5e257b81c
Update nord.toml (#10307)
When "nord2" color is used in ui.selection it is almost invisible
if cursorline highlighting is enabled. Changing the color to "nord3" fixes the issue.
3 months ago