helix/helix-term/src/ui
Noel Cower 2d3b75a8c5
fix: render rulers before the cursor
Render rulers before the cursor to ensure that the cursor, when over
a ruler, is not hidden from view. Without this, you typically end up
with 1) foreground text that is the same as the background if the
ruler doesn't already have a foreground and 2) no visible cursor,
because the ruler's background color took precedence. By moving the
rulers before the cursor, this ensures that the theme is still rendered
more or less the way one would visually expect things to turn out.
2025-03-07 12:44:28 -05:00
..
lsp Hover UI: Eagerly convert hover response to Markdown 2025-01-31 17:34:56 -05:00
picker fix(picker): no longer `trim` search pattern (#11406) 2024-08-10 00:26:09 +09:00
text_decorations Draw each message line separately in `draw_eol_diagnostic` 2024-12-04 18:23:30 -06:00
completion.rs core: Make completion item documentation optional 2025-02-01 21:24:25 -05:00
document.rs stdx: Replace RopeSliceExt::byte_to_next_char with ceil_char_boundary 2025-01-26 11:11:53 -05:00
editor.rs fix: render rulers before the cursor 2025-03-07 12:44:28 -05:00
info.rs Use a `Cow<'static, str>` for the Info component title 2025-02-19 10:10:55 -05:00
lsp.rs Cycle through hover results from multiple language servers (#10122) 2025-01-26 11:24:50 -06:00
markdown.rs fix: Align `Markdown` styles with tree sitter highlights (#12696) 2025-02-10 14:58:39 -06:00
menu.rs implement incomplete completion requests 2025-02-01 19:36:10 -05:00
mod.rs Highlight file picker directories with 'ui.text.directory' 2025-02-26 19:19:37 -05:00
overlay.rs Fix typos (#6643) 2023-04-07 23:10:38 +08:00
picker.rs fix: escape percent character when yanking to search register (#12886) 2025-02-26 17:22:41 -06:00
popup.rs fix(clippy): clippy 1.83 lints (#12150) 2024-12-02 08:23:32 -06:00
prompt.rs prompt: Cap anchor to line length in cursor calculation 2025-01-23 17:33:28 -05:00
spinner.rs use newtype parttern for langauge server id 2024-04-22 12:27:47 +09:00
statusline.rs Revert "Refactor statusline elements to build `Spans` (#9122)" (#10642) 2024-05-07 01:51:20 +09:00
text.rs Avoid cloning the whole paragraph content just for rendering (#9739) 2024-02-27 18:24:05 +01:00
text_decorations.rs Fix panic when drawing at the edge of the screen. (#11737) 2024-09-23 02:17:02 +09:00