Skip to content
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

Always remember the last window size and position #9416

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

mikayla-maki
Copy link
Contributor

@mikayla-maki mikayla-maki commented Mar 15, 2024

make new runs of zed always match the window of the previous run of Zed, even if it's not the same workspace

fixes #5258

Release Notes:

  • Zed will always open new windows with the same position and location as the previous instance of Zed.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 15, 2024
@mikayla-maki mikayla-maki marked this pull request as ready for review March 15, 2024 20:07
@mikayla-maki mikayla-maki merged commit 41071b0 into main Mar 15, 2024
7 of 8 checks passed
@mikayla-maki mikayla-maki deleted the always-open-with-previous-window-size branch March 15, 2024 21:24
@dhunter
Copy link

dhunter commented Sep 19, 2024

Not sure if actually fixed #5258, where there's still conversation about, (and which has also spawned #17870) at least on Linux, (X11) where Zed is still opening in a different position and with a different size and shape. I know at least for Linux, for people using Wayland instead of X11 it may or may not even be possible to retain / re-open in the same position, but same size and shape should be achievable, (i.e. VSCodium - open source fork of VSCode - does retain size and shape).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zed window should remember last window size and position when opening single files
2 participants