zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
49.67k stars 3.05k forks source link

Launching a new Zed window from the command line collides with existing full-screen window(s) #9764

Open mattgiles opened 7 months ago

mattgiles commented 7 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Admittedly this issue sits on the border between bug/feature, but it's a little hard to believe the current behavior is intended.

To reproduce, do:

  1. Launch some code repository with Zed, and enter full screen.
  2. Navigate to another "space" (in macOS parlance) and open a terminal window (alternate: just open the in-Zed terminal)
  3. Launch some other code repository with Zed using zed path/to/directory

If I launch from a standalone terminal window, I end up with focus on the/an existing full screen zed window, and not the new window just launched.

If I launch from the in-Zed terminal, the new Zed window covers the existing full-screen window rather than opening full-screen in a new space (expected/idiomatic behavior). Which makes navigation to the covered window annoying/difficult.

Environment

Zed: v0.127.3 (Zed) OS: macOS 13.3.1 Memory: 32 GiB Architecture: x86_64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

No response

mattgiles commented 6 months ago

This appears to be fixed in the latest release? Thanks!

github-actions[bot] commented 1 week ago

Hi there! 👋 We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. If you are able to reproduce this issue in the latest version of Zed, please let us know by commenting on this issue, and we will keep it open. If you can't reproduce it, feel free to close the issue yourself. Otherwise, we'll close it in 7 days. Thanks for your help!