-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Preview of open tabs in task bar #687
Comments
This is a good idea. |
This is really difficult for our app actually. DWM and Shell interact to only provide window previews for things with HWNDs. Since we're using XAML UI, our terminals don't actually have HWNDs. A bunch of thought is required on this. |
I believe tabbed shell provided an API to do just this. I remember talking to Raymond Chen on this during his Build talk from 2018. Wonder if that API is still in or did it get pulled |
Example code doesn’t change the fact that we don’t have HWNDs to register with the compositor :) |
There’s probably some clever hack we can do by allocating hidden windows and giving them fake contents, intercepting their activation events, etc. We just have done that yet! |
So, there needs to be a separate hwnd for each preview in a group? |
Yes. |
This and in the alt-tab window selector too. I hope the method chosen provides both. Its really the only thing left thats keeping me on putty for my SSH terminal windows. Tabs are great, but they NEED to be properly integrated. Latest pre-releases have detachable tabs, just waiting on things like this to complete the experience. |
I would like to have each of my tabs show up in my task bar when I hover over the icon like Edge browser.
The text was updated successfully, but these errors were encountered: