[PR #9271] Add help text to 'more options' in command palette #27506

Open
opened 2026-01-31 09:22:20 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/9271

State: closed
Merged: Yes


Similar to #9262. This creates another data template specifically for
command palette items that open up more options. We leverage the
localization key from #9262 to apply help text to this template
automatically.

Using the data template approach, we now have no need for the
HasNestedComandsVisibilityConverter, so that set of files is now
deleted. The logic to detect nested commands was moved to the template
selector.

PR Checklist

Validation Steps Performed

Tested using NVDA.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/9271 **State:** closed **Merged:** Yes --- Similar to #9262. This creates another data template specifically for command palette items that open up more options. We leverage the localization key from #9262 to apply help text to this template automatically. Using the data template approach, we now have no need for the `HasNestedComandsVisibilityConverter`, so that set of files is now deleted. The logic to detect nested commands was moved to the template selector. ## PR Checklist * [ ] Addresses #7908 better ## Validation Steps Performed Tested using NVDA.
claunia added the pull-request label 2026-01-31 09:22:20 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27506