Kirill Bulatov
|
dd6e2df2a1
|
Show abs path matches in file finder
|
2024-01-11 17:49:46 +02:00 |
|
Max Brunsfeld
|
f5ba22659b
|
Remove 2 suffix from gpui
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 12:59:39 -08:00 |
|
Max Brunsfeld
|
dfcb17fe74
|
Remove 2 suffix for theme
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 12:41:01 -08:00 |
|
Max Brunsfeld
|
4305c5fdbe
|
Remove 2 suffix for ui, storybook, text
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 12:33:51 -08:00 |
|
Max Brunsfeld
|
0cf65223ce
|
Remove 2 suffix for collab, rope, settings, menu
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 12:29:16 -08:00 |
|
Max Brunsfeld
|
9f99e58834
|
Remove 2 suffix for lsp, language, fuzzy
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 11:58:02 -08:00 |
|
Max Brunsfeld
|
c5a1950522
|
Remove 2 suffix for project
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 11:53:34 -08:00 |
|
Max Brunsfeld
|
789ce8dd75
|
Remove 2 suffix for workspace
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 11:08:51 -08:00 |
|
Max Brunsfeld
|
588976d27a
|
Remove 2 suffix for editor
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 10:58:57 -08:00 |
|
Max Brunsfeld
|
bcad3a5847
|
Remove 2 suffix for picker, feedback
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 10:55:34 -08:00 |
|
Max Brunsfeld
|
252694390a
|
Remove 2 suffix for vim, diagnostics, go_to_line, theme_selector, command_palette, file_finder
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2024-01-03 10:42:49 -08:00 |
|
Kirill Bulatov
|
57a95d1799
|
Preserve matching history items and their order
|
2023-09-28 06:55:49 -07:00 |
|
Nathan Sobo
|
986eafd84e
|
Enable test-support on editor in tests
|
2023-05-20 09:54:38 -06:00 |
|
Max Brunsfeld
|
71ad7e7612
|
Define empty theme for tests regardless of cargo features
Co-authored-by: Kirill <kirill@zed.dev>
|
2023-05-18 09:01:38 -07:00 |
|
Max Brunsfeld
|
89204e85c0
|
Merge branch 'main' into setting-store
|
2023-05-17 09:55:24 -07:00 |
|
Max Brunsfeld
|
39618ae32d
|
Define language settings in the language crate
|
2023-05-16 17:29:53 -07:00 |
|
Kirill Bulatov
|
89fe5c6b09
|
Test caret selection in file finder
co-authored-by: Max <max@zed.dev>
|
2023-05-16 21:07:26 +03:00 |
|
Max Brunsfeld
|
ebbe52e6b0
|
🎨 Specify more dependencies at the workspace level
|
2023-04-24 17:41:55 -07:00 |
|
Antonio Scandurra
|
5471217089
|
Use the same serde version across the entire workspace
|
2023-03-28 09:42:00 -07:00 |
|
Max Brunsfeld
|
cbeb6e692d
|
Move postage crate version specification to workspace Cargo.toml
|
2023-03-21 11:26:13 -07:00 |
|
Mikayla Maki
|
d060114f00
|
Added complete scripts for generating third party license files
|
2023-01-23 12:47:12 -08:00 |
|
Max Brunsfeld
|
724affc442
|
Upgrade deps to avoid multiple versions of transitive deps
* env_logger
* prost-build
* bindgen
|
2022-06-02 17:38:33 -07:00 |
|
Antonio Scandurra
|
5b2d6e41f3
|
Introduce keyboard navigation in context menus
|
2022-05-26 16:36:30 +02:00 |
|
Antonio Scandurra
|
3ac6fc89c1
|
Pretty-print JSON of server snapshot
|
2022-05-26 09:34:39 +02:00 |
|
Max Brunsfeld
|
c7527f92a4
|
Use Picker in FileFinder
|
2022-04-18 17:11:39 -07:00 |
|
Max Brunsfeld
|
866ffdd4ae
|
Move Settings to its own crate
Co-authored-by: Keith Simmons <keith@zed.dev>
|
2022-04-06 10:23:33 -07:00 |
|
Antonio Scandurra
|
5d14c9abdf
|
Introduce workspace::register_project_item
This lets downstream crates like `editor` define how project items should be
opened.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-03-17 15:54:34 +01:00 |
|
Max Brunsfeld
|
05df1dfae9
|
Disable doctests for all libraries
We don't use them, and they add a lot of noise to the test output
when running all tests in the workspace.
|
2022-03-03 16:15:56 -08:00 |
|
Max Brunsfeld
|
0e55f0ccaa
|
Use Rust 2021 edition in all crates
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-01-26 12:50:31 -08:00 |
|
Nathan Sobo
|
1445ce10b5
|
Name the root file of every crate after the crate to ease navigation
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2021-11-30 12:46:39 -07:00 |
|
Antonio Scandurra
|
e88d3bb97e
|
Invert dependency between editor and workspace
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2021-11-24 17:07:16 +01:00 |
|
Antonio Scandurra
|
cd6378e848
|
Extract file_finder into its own crate
|
2021-10-05 14:30:56 +02:00 |
|