ZIm/crates/zed/src
Kirill Bulatov 3efb871cd4
Add a way to change what menu::Confirm does in the recent projects modal (#8688)
Follow-up of
https://github.com/zed-industries/zed/issues/8651#issuecomment-1973411072

Zed current default is still to reuse the current window, but now it's
possible to do
```json
"alt-cmd-o": [
  "projects::OpenRecent",
  {
    "create_new_window": true
  }
]
```
and change this.

menu::Secondary confirm does the action with opposite window creation
strategy.

Release Notes:

- Improved open recent projects flexibility: settings can change whether
`menu::Confirm` opens a new window or reuses the old one
2024-03-02 00:28:51 +02:00
..
app_menus.rs Add a way to change what menu::Confirm does in the recent projects modal (#8688) 2024-03-02 00:28:51 +02:00
main.rs Upload crashes to collab directly (#8649) 2024-03-01 13:23:44 -07:00
only_instance.rs gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00
open_listener.rs Use try_from_bytes in handle_file_urls (#7652) 2024-02-10 23:05:52 -07:00
zed.rs Add OpenExcerptsSplit (#8574) 2024-02-28 19:23:36 -07:00