Open renejsum opened 4 days ago
We currently do very little updating of MacOS menu items dynamically at runtime. This means that various menu items are not disabled when they would be no-ops:
Until recently this also affected unbinding keyboard shortcuts in the menus, but that has been fixed.
Check for existing issues
Describe the feature
A feature I appreciate in VSCode is that File->Save All is greyed out if all buffers are saved.
Environment
Zed: v0.160.7 (Zed) OS: macOS 12.7.6 Memory: 64 GiB Architecture: x86_64
If applicable, add mockups / screenshots to help present your vision of the feature
Coming from VSCode where it looks like this (1) But in Zed if all buffers are saved, I can still click Save All.
Which is nice to check before doing a code reload in docker compose, which takes several seconds