Add "New Window" entry to Dock icon
Check for existing issues
- [X] Completed
Describe the feature
The Zed Dock icon is missing a "New Window" entry. It's just a minor thing but, yeah, I missed it since VS Code brings one.
If applicable, add mockups / screenshots to help present your vision of the feature
Zed:
VS Code:
Does anyone know where this menu is actually configured in zed I've spent over three hours looking, and GPUI has no docks on the app level Menus just the menubar menus, I can't find where in platform.rs this would even be setup as NSDocktile is never even imported from cocoa??
This should require setting a normal NSMenu for the NSDocktile but there doesn't seem to be any point where a menu is assigned to the docktile.
I think the platform trait is missing a section for app menus, as in app icon, separate from the Menu bar.
@ConradIrwin Could you help me figure this out, I'm not sure who else might know?
It doesn't look like we have configured that menu yet (it seems like the default one). So we may need to build some of the infrastructure here.
If you want to pair on this, feel free to book time here: https://calendly.com/conradirwin/pairing
Not sure if this is helpful but #8952 added entries for recent projects, relevant code is here
@ConradIrwin Are you still free for this afternoon?