zed/assets
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
..
contexts Fix annoying system prompt 2023-05-29 21:47:59 -06:00
fonts Remove unused font 2024-01-24 13:14:47 +01:00
icons Add Coffeescript, Scala, FSharp, TCL and Nim icons and add SQL as "storage" (#8447) 2024-02-28 11:09:29 -05:00
keymaps Add a way to change what menu::Confirm does in the recent projects modal (#8688) 2024-03-02 00:28:51 +02:00
settings Setting to show/hide terminal title (#8559) 2024-03-01 23:37:02 +02:00
sounds Update collaboration sounds, add sounds to screensharing 2023-07-04 16:18:42 -04:00
themes Do not display inlay hints as bold (#8283) 2024-02-23 18:17:13 +01:00