ZIm/crates/recent_projects/src
Kirill Bulatov 9d533f9d30
Allow to reuse windows in open remote projects dialogue (#32138)
Closes https://github.com/zed-industries/zed/issues/26276

Same as other "open window" actions like "open recent", add a
`"create_new_window": false` (default `false`) argument into the
`projects::OpenRemote` action.

Make all menus to use this default; allow users to change this in the
keybindings.
Same as with other actions, `cmd`/`ctrl` inverts the parameter value.

<img width="554" alt="default"
src="https://github.com/user-attachments/assets/156d50f0-6511-47b3-b650-7a5133ae9541"
/>

<img width="552" alt="override"
src="https://github.com/user-attachments/assets/cf7d963b-86a3-4925-afec-fdb5414418e1"
/>

Release Notes:

- Allowed to reuse windows in open remote projects dialogue
2025-06-05 07:09:09 +00:00
..
disconnected_overlay.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
recent_projects.rs Allow to reuse windows in open remote projects dialogue (#32138) 2025-06-05 07:09:09 +00:00
remote_servers.rs Allow to reuse windows in open remote projects dialogue (#32138) 2025-06-05 07:09:09 +00:00
ssh_config.rs Add a way to import ssh host names from the ssh config (#30926) 2025-05-18 20:34:47 +00:00
ssh_connections.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00