Picker: Highlight the currently active column

We can track the ranges in the input text that correspond to each column
and use this information during rendering to apply a new theme key that
makes the "active column" stand out. This makes it easier to tell at
a glance which column you're entering.
This commit is contained in:
Michael Davis 2024-04-25 16:13:48 -04:00
parent a7777b3c11
commit 9de5f5cefa
No known key found for this signature in database
4 changed files with 106 additions and 5 deletions

View file

@ -298,6 +298,7 @@ These scopes are used for theming the editor interface:
| `ui.popup` | Documentation popups (e.g. Space + k) |
| `ui.popup.info` | Prompt for multiple key options |
| `ui.picker.header` | Column names in pickers with multiple columns |
| `ui.picker.header.active` | The column name in pickers with multiple columns where the cursor is entering into. |
| `ui.window` | Borderlines separating splits |
| `ui.help` | Description box for commands |
| `ui.text` | Default text style, command prompts, popup text, etc. |