ZIm/crates/workspace/src
Marshall Bowers 0de2636324
Revert "Changed cmd+w with no open tabs to close window (#10740)" (#10986)
This PR reverts #10740, as it makes it too easy to close Zed
accidentally.

Quitting Zed when you don't mean to is disruptive and can break your
flow. This is even more the case when you're collaborating.

Therefore, we shouldn't make it easy to quit Zed when you don't mean to.

If we want to bring back this behavior it needs to have a corresponding
setting that should, in my opinion, be **off** by default. Additionally,
someone made the good point that this behavior should not be present on
Linux or Windows.

This reverts commit 5102e37a5b.

Release Notes:

- Changed `cmd-w` with no open tabs to no longer close the window
(preview-only).
2024-04-25 09:10:02 -04:00
..
persistence remote projects per user (#10594) 2024-04-23 15:33:09 -06:00
dock.rs Make keymaps reusable across platforms (#10811) 2024-04-22 13:24:25 -07:00
item.rs remote projects per user (#10594) 2024-04-23 15:33:09 -06:00
modal_layer.rs Occlude only modal and not the space around it used to center it 2024-03-11 18:13:00 +01:00
notifications.rs Refactor workspace notifications to use explicit NotificationId type (#10342) 2024-04-10 17:21:23 -04:00
pane.rs Revert "Changed cmd+w with no open tabs to close window (#10740)" (#10986) 2024-04-25 09:10:02 -04:00
pane_group.rs Merge ElementContext into WindowContext (#10979) 2024-04-25 12:54:39 +02:00
persistence.rs remote projects per user (#10594) 2024-04-23 15:33:09 -06:00
searchable.rs Make BufferSearch less wide (#10459) 2024-04-11 23:07:29 -06:00
shared_screen.rs Add preview tabs (#9125) 2024-04-11 23:09:12 +02:00
status_bar.rs Rename overflow_hidden_{x,y} to overflow_{x,y}_hidden (#4146) 2024-01-18 22:10:41 -05:00
toolbar.rs Editor toolbar configuration (#7338) 2024-02-03 22:40:54 +02:00
workspace.rs Merge ElementContext into WindowContext (#10979) 2024-04-25 12:54:39 +02:00
workspace_settings.rs Improve drop targets (#10643) 2024-04-18 15:28:25 -04:00