Conversation
|
makin' it real hard to not check my work emails, aren't you 😜 |
carlos-zamora
left a comment
There was a problem hiding this comment.
So, I'm confused by something (haven't tested it out). Does this jumplist only get populated when WT is open? Is it populated if I have WT pinned to the taskbar, but it isn't open?
From a code standpoint, I'm mostly bothered by UpdateJumplist using the if(FAILED){ return; } code block over and over again. There has to be a macro you can use to make all of that look nicer.
DHowett
left a comment
There was a problem hiding this comment.
there's some nice benefits to using winrt::com_ptr around here!
miniksa
left a comment
There was a problem hiding this comment.
Carlos and Dustin got most of the things I saw.
|
@carlos-zamora The jumplist is populated when the Terminal is opened and when the settings json is updated, so it won't be pre-populated straight after install. The jumplist items will stay there even after you close the Terminal though! |
|
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
🎉 Handy links: |
This commit introduces Jumplist customization and an item for each
profile to the Jumplist. Selecting an entry in the jumplist will pretty
much just execute
wt.exe -p "{profile guid}", and so a new Terminalwill open with the selected profile.
Closes #576