helix icon indicating copy to clipboard operation
helix copied to clipboard

A post-modern modal text editor.

Results 1421 helix issues
Sort by recently updated
recently updated
newest added

### Summary The test suite for Helix assumes that Helix is using the default config. If Helix - correctly - loads a custom user config which causes the test suite's...

C-bug

Reference: https://github.com/mawww/kakoune/issues/64

C-enhancement
A-helix-term
E-good-first-issue

Now the editor can fill **very** large terminals. Changed/removed tests which check the truncating behavior. Closes #4283

A-helix-term
S-waiting-on-review

The debug assertion that document diagnostics are sorted incorrectly panics for cases like `[161..164, 162..162]`. The merging behavior in the following lines that relies on the assertion only needs the...

A-helix-term
S-waiting-on-review

Added `popup-frame` config option. Before: ![popup_before](https://user-images.githubusercontent.com/45574139/196040800-ec99a8d8-c515-4a56-90ee-26bebb5954f0.png) After: ![popup_after](https://user-images.githubusercontent.com/45574139/196040817-a9697583-559e-41d2-9036-61ed9aa40cd3.png)

A-helix-term
S-waiting-on-review

Fixes: [#2019](https://github.com/helix-editor/helix/issues/2019) This fixes a couple situations I found that cause undesired behavior when incrementing integers: ### Trailing underscores, eg: `9_`. When incrementing can cause an infinite loop. I fixed...

C-bug
A-core
S-waiting-on-review

Fixed cursorline background color in papercolor-dark theme. Previously the cursorline background color was `#d0d0d0` which does not match the theme, so it is changed to `#303030`

A-theme
S-waiting-on-review

Info logs don't show up in the log file by default, but this line should: failures to load tree-sitter parser objects are useful errors. A parser might fail to load...

A-helix-term
S-waiting-on-review

This fixes two issues with spaces handling in file names for auto completion: 1. the code so far did not use `shellworlds::shellwords` for handling completion. This is now corrected so...

A-helix-term
S-waiting-on-review

#4211 Hi! @the-mikedavis I'm trying to implement LSP and syntax highlighting for groovy. The LSP sorta works though it seems a little slow. But my main problem is trying to...

S-waiting-on-author