ZIm/crates/project/src
Daniel Zhu 30193647f3
Fix Recent Documents List (continues #8952) (#9919)
@SomeoneToIgnore This code should 100% work for future Zed users, but
for current Zed users, Zed's internal list of recents may not be synced
w/ macOS' Recent Documents at first. If needed this can be fixed by
calling `cx.refresh_recent_documents` on startup, but that feels a bit
unnecessary.

Release Notes:

- Fixes behavior of Recent Documents list on macOS
2024-03-29 23:17:25 +02:00
..
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05:00
lsp_command.rs Query code actions and hovers from all related local language servers (#9943) 2024-03-29 12:18:38 +02:00
lsp_ext_command.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
prettier_support.rs Revert "Revert "chore: Bump Rust version to 1.77 (#9631)"" (#9672) 2024-03-22 11:17:16 +01:00
project.rs Fix Recent Documents List (continues #8952) (#9919) 2024-03-29 23:17:25 +02:00
project_settings.rs Add ability to specify binary path/args for rust-analyzer (#9293) 2024-03-13 18:42:03 +01:00
project_tests.rs Omit empty hovers (#9967) 2024-03-29 21:59:01 +02:00
search.rs Support newline and tab literals in regex search-and-replace operations (#9609) 2024-03-25 12:21:04 +01:00
task_inventory.rs Extensions registering tasks (#9572) 2024-03-22 16:18:33 +01:00
terminals.rs Use different icons for terminal tasks (#9876) 2024-03-27 20:49:10 +01:00