zed/crates/workspace/src
Nathan Sobo cb230ad574 Re-activate the most recently-activated project search on cmd-shift-F
This commits adds the beginnings of an application state facility as a non-static place to store the most recently-activated search for each project.

I also store workspace items by descending order of their entity id so that we always fetch the newest item of a given type when calling `Workspace::item_of_type`.
2022-02-27 18:07:46 -07:00
..
lsp_status.rs Allow languages to be registered at any time 2022-02-22 10:35:20 -08:00
menu.rs
pane.rs Only store one nav history entry when opening excerpts 2022-02-25 19:26:15 -07:00
pane_group.rs
settings.rs Provide editor styling information separately from editor settings 2022-02-24 16:42:00 -08:00
sidebar.rs Automatically include current view id in element state ids 2022-02-17 13:44:46 -08:00
status_bar.rs Show message indicating when we're downloading language servers 2022-02-21 17:25:52 +01:00
workspace.rs Re-activate the most recently-activated project search on cmd-shift-F 2022-02-27 18:07:46 -07:00