Extend hover highlighting to outline items that are selected. #168
Labels
No labels
bug
ci
design
duplicate
engine
enhancement
formatting
maintenance
prospective
question
regression
stub
test problems
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
StudioInfinity/dyna3#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For simplicity, pull request #165 only implements hover highlighting for outline items that aren't selected. This is consistent with some mature, polished interface components, like the file explorer in VSCodium 1.100.13210 and the conversation chooser in Signal Desktop 8.16.0, but it's not ideal for our outline view. In the outline view, it's not unusual to have many elements selected at once; in this situation, we still want visual cues that elements are interactable and a visual indicator of which element we'll interact with if we click. We should therefore extend hover highlighting to outline items that are selected.