Commit log
45e695c
Fix prettier errors around Zed's settings.json/keymap.json files (#3191)
Click to expand commit body
Deals with https://github.com/zed-industries/community/issues/2191
Fix Zed starting too many prettier installations in the beginning, and
not being able to format the config files.
Release Notes:
- Fixed prettier not being able to format Zed's config files and spawning excessive prettier installations
Kirill Bulatov
created
2 years ago
6ee9bee
Enqueue default prettier installations
Kirill Bulatov
created
2 years ago
00c92ae
Merge branch 'zed2' into zed2-workspace
Antonio Scandurra
created
2 years ago
88875fd
Zed2 entities (#3189)
Click to expand commit body
Adds an `Entity` trait for abstracting over `View`s and `Model`s, and
implements it for the `subscribe()` and `observe()` APIs.
The last commit also includes a fun experiment I added, using the
`Result` type to return the owned model handles back to the caller in
the case of downcast failure, inspired by the `binary_search*` methods.
Antonio Scandurra
created
2 years ago
c98a811
Only process diagnostics if corresponding project is alive
Click to expand commit body
Part of https://github.com/zed-industries/zed/pull/3128 that is possible
to apply now.
Kirill Bulatov
created
2 years ago
bcf3bac
Port `zed/src/languages` to zed2 (#3190)
Click to expand commit body
@SomeoneToIgnore I had to port
https://github.com/zed-industries/zed/pull/3150 to zed2 in the process,
giving you a heads-up
Julia
created
2 years ago
db34de6
Port `zed/src/languages` to zed2
Julia
created
2 years ago
f5b1307
experiment with a way to recover the any entities when downcasting fails
Mikayla
created
2 years ago
6f1197e
Change model to downcast with ownership
Mikayla
created
2 years ago
327a2f9
Add the entity trait and implement for models, views, subscriptions, and observations
Mikayla
created
2 years ago
3dadfb8
Merge branch 'zed2' into zed2-workspace
Mikayla
created
2 years ago
58446c2
Merge branch 'zed2-render' into zed2
Max Brunsfeld
created
2 years ago
d6abd8a
Add missing dev-dependency feature for editor multi_buffer dependency
Max Brunsfeld
created
2 years ago
30dffbb
Introduce a Render trait, make views implement it
Click to expand commit body
Don't pass a render function separately from the view.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-authored-by: Antonio <as-cii@zed.dev>
Max Brunsfeld
,
Nathan Sobo
,
Mikayla
, and
Antonio
created
2 years ago
f33fc1b
Remove print statement
Joseph T. Lyons
created
2 years ago
d219ddb
Add script to get crate-level completion status
Joseph T. Lyons
created
2 years ago
b76ce65
Port PR #3131 to zed2 (#3187)
Click to expand commit body
Part of:
- https://github.com/zed-industries/zed/pull/3174
Release Notes:
- N/A
Joseph T. Lyons
created
2 years ago
607813e
Tweak style for color scale story
Marshall Bowers
created
2 years ago
613afd3
Port PR #3131 to zed2
Joseph T. Lyons
created
2 years ago
4957112
theme2: Correctly reference the dark alpha scale
Marshall Bowers
created
2 years ago
6098363
Merge branch 'theme-color-scales' into zed2
Marshall Bowers
created
2 years ago
a02d806
Add a story showcasing the color scales
Marshall Bowers
created
2 years ago
991f584
Fix alpha channel values for color scales
Marshall Bowers
created
2 years ago
e0f68c7
Add type alias for steps in color scales
Marshall Bowers
created
2 years ago
b128377
Register all of the color scales
Marshall Bowers
created
2 years ago
ccccf84
Define all color scales
Marshall Bowers
created
2 years ago
fd6f6cc
Return proper full paths for single file workspaces
Kirill Bulatov
created
2 years ago
29a3203
Start message numbering during prettier init, log error message text
Kirill Bulatov
created
2 years ago
7841a56
Start work on defining color scales
Marshall Bowers
created
2 years ago
b34f0c3
update prettier2, call2 and project2 to use fs2
KCaverly
created
2 years ago
033d0ae
Remember default prettier and its plugin installation
Kirill Bulatov
created
2 years ago
Antonio Scandurra
created
2 years ago
78573fb
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
Marshall Bowers
created
2 years ago
0efbc81
port ai to zed2 (#3186)
Click to expand commit body
port ai to zed2
Kyle Caverly
created
2 years ago
c17b246
updated for model handle rename
KCaverly
created
2 years ago
bc4f8fb
Rename other references from "handle" to "model"
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Mikayla <mikayla@zed.dev>
Antonio Scandurra
,
Max
, and
Mikayla
created
2 years ago
5ff70f7
keeping this bad boy green during fmt checks
KCaverly
created
2 years ago
ba789fc
Remove old theme constructs
Marshall Bowers
created
2 years ago
d5077d9
Merge branch 'zed2' of github.com:zed-industries/zed into zed2-ai
KCaverly
created
2 years ago
1a54ac0
Rename Handle to Model
Antonio Scandurra
created
2 years ago
04ab685
port ai crate to ai2, with all tests passing
KCaverly
created
2 years ago
14d24a9
Remove references to `old_theme`
Marshall Bowers
created
2 years ago
Antonio Scandurra
created
2 years ago
7bacdef
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
7b4e699
Remove `themed` wrapper
Marshall Bowers
created
2 years ago
204aba0
Merge branch 'main' of github.com:zed-industries/zed into zed2
KCaverly
created
2 years ago
510ab60
zed2-backport: Elixir next ls bad cpu type (#3185)
Piotr Osiewicz
created
2 years ago
e63a611
lsp/next-ls: Fix wrong nls binary being fetched.
Click to expand commit body
CPU types had to be swapped around.
Fixed zed-industries/community#2185
Piotr Osiewicz
created
2 years ago
08e9b2e
added parsing support for <|S| |E|> spans
KCaverly
created
2 years ago
Page 89 of 363