-
Notifications
You must be signed in to change notification settings - Fork 9k
Open
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
first PR: #14938
1.21 Ship list
- Accessibility tags all have
CommandPalette_strings 🤣 - useCommandline should leave the cursor at the end of the input, not at the start
- Backspaces we insert into a command for a
useCommandlinesuggestion show up in the suggestions UI #16577 - Command Palette and SXNUI wont match sendInput actions with a space in them #16578
- The suggestions UI counts the current command as one of the recent commands #17243
- The suggestions UI is populated with trailing spaces when
useCommandline: true#17241 - It animates in as you filter and that's so gross
1.22
-
Add support for disabling nesting in the sinppets menu #17418 Add support for nesting:false in openSuggestions action -
sendInputshould be previewable #12861 - Add descriptions to commands (namely, snippets) #17376
- when
useCommandline, trim the CurrentCommand at the cursor pos (to prevent pwsh ghost text from populating menu) #17772 - Dismiss a action preview when the next action isn't previewable #17533
- Filtering the search to display 0 actions does not clear the preview #17773
- Turn
autoMarkPromptson by default in 1.22 #17632 - useCommandline, when bottom-up, should leave the last list item selected, not the first. (fixed in A trio of snippets pane fixes #17794)
- ^ Probably applies to any changes to the filter text when bottom up.
1.23
- When filtering the suggestions UI, also allow matches to the raw input to successfully match (see
dev/migrie/f/filter-weight-input-toodev/migrie/f/snippet-weighting-commandline) - When filtering the SXNUI, disable all nesting for things at this level. (see
dev/migrie/b/no-nesting-when-searching) - Action in newTabMenu -> openSuggestions immediately tosses focus to the control when the menu dismisses
- Snippets & useCommandline don't account for grapheme clusters quite right #17419
- We don't account for the InfoBar when positioning the suggestions UI
- The padding on the description tooltip is a little tight - it should have a little more
- in CMD: enter
foo. Open SXNUI. Dismiss it. resize up from bottom. Open SXNUI: it's cut off (from 1.22 bug bash 2)
Related
- Fragments should be able to add actions #16063
- Allow
sendInputto have promptable sections for further completion #12927 - Follow up from Add ability to save input action from command line #16513: make sure everything is localized
- From Add ability to save input action from command line #16513:
wt saveshould like, always happen in the current terminal window (if that's possible) - Pasting a multiline block of text does not
autoMarkPrompts#15813 - Allow 3p suggestion sources #17344
- Suggestions: Add scroll back as suggestion source. #19061
Other notes:
- Tried to make the font size match the active control. That's... incredibly wacky. See https://github.com/microsoft/terminal/compare/dev/migrie/f/sxnui-font-size-change
- Re: "When filtering the suggestions UI, also allow matches to the raw input to successfully match"
I started that indev/migrie/f/filter-weight-input-too. That branches off of the snippets pane, Add a snippets pane #17330. See delta here: dev/migrie/f/snippets-pane...dev/migrie/f/filter-weight-input-too. That works super well, but needs a lot of polish. - ...
are you looking for me?
Metadata
Metadata
Assignees
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.