Commit log
1b75603
Implement `os_name`, `os_version` and `app_version` for `TestPlatform`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle <kyle@zed.dev>
Antonio Scandurra
,
Conrad Irwin
, and
Kyle
created
2 years ago
52f9f90
Implement `TestAppContext::new`
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Antonio Scandurra
,
Max
,
Conrad
, and
Kyle
created
2 years ago
98e2490
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
a0fe859
Make theme converter spit out valid Rust structs
Marshall Bowers
created
2 years ago
51fb33d
Allow different app contexts to race
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Kyle <kyle@zed.dev>
Co-Authored-By: Conrad <conrad@zed.dev>
Antonio Scandurra
,
Max
,
Kyle
, and
Conrad
created
2 years ago
3a369bc
Name embedded.provisionprofile the same on stable as other channels
Max Brunsfeld
created
2 years ago
92535ba
Introduce `TestAppContext`
Click to expand commit body
Co-Authored-By: Max <max@zed.dev>
Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra
,
Max
,
Conrad Irwin
, and
Kyle Caverly
created
2 years ago
Antonio Scandurra
created
2 years ago
08a4e53
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
c8a86c2
theme2: Add Rosé Pine themes
Marshall Bowers
created
2 years ago
Max Brunsfeld
created
2 years ago
2c5caf9
Bump RPC version for channels + notifications changes
Max Brunsfeld
created
2 years ago
3566d92
Add deterministic `TestDispatcher`
Click to expand commit body
Co-Authored-By: Conrad Irwin <conrad@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Kyle Caverly <kyle@zed.dev>
Antonio Scandurra
,
Conrad Irwin
,
Max Brunsfeld
, and
Kyle Caverly
created
2 years ago
cee8175
theme2: Add Sandcastle theme
Marshall Bowers
created
2 years ago
751df45
Print out `Theme` structs in `theme_converter`
Marshall Bowers
created
2 years ago
eb8d376
Avoid unused import in release builds
Max Brunsfeld
created
2 years ago
f67f427
Rename IIFE to maybe (#3165)
Click to expand commit body
Too good of an idea to forget
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
6b5947a
Start work on theme converter
Marshall Bowers
created
2 years ago
437d147
Rename `player` to `players`
Marshall Bowers
created
2 years ago
0867175
Remove reference to removed `ThemeColor`
Marshall Bowers
created
2 years ago
4fcbc91
Add note about fixing `dead_code` and `unused_variables` warnings in `ui2`
Marshall Bowers
created
2 years ago
e1032c5
Remove `ThemeColor` in favor of `theme2::Theme`
Marshall Bowers
created
2 years ago
71bc35d
catchup with main
KCaverly
created
2 years ago
Joseph T. Lyons
created
2 years ago
26a3d41
Change from try (reserved keyword) to maybe
Mikayla
created
2 years ago
Joseph T. Lyons
created
2 years ago
bb3f592
Rename `theme2` getter to `theme`
Marshall Bowers
created
2 years ago
2584967
Rename `theme` getter to `old_theme`
Marshall Bowers
created
2 years ago
8043d0d
Reference `theme2` colors in `ThemeColor`
Marshall Bowers
created
2 years ago
90f65ec
Remove logic for multiple channel parents (#3162)
Click to expand commit body
This PR simplifies our state management for channels, and logic for
inheriting channel permissions, by removing the ability for channels to
have multiple parent channels.
Max Brunsfeld
created
2 years ago
4f859e0
link to channel notes (#3167)
Click to expand commit body
Release Notes:
- Add links to channel notes
Conrad Irwin
created
2 years ago
dd34bb2
Load `Theme` from `theme2` into the storybook
Marshall Bowers
created
2 years ago
b5cbfb8
Allow moving channels to the root
Max Brunsfeld
created
2 years ago
32367eb
Set up UI to allow dragging a channel to the root
Max Brunsfeld
created
2 years ago
42259a4
Fix channel dragging
Click to expand commit body
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Joseph <joseph@zed.dev>
Max Brunsfeld
,
Conrad
, and
Joseph
created
2 years ago
70eeefa
Fix channel collapsing
Conrad Irwin
created
2 years ago
6f173c6
Fix tests by re-instating paths in the new format
Conrad Irwin
created
2 years ago
b8bd070
Fix panic by disallowing multiple room joins (#3149)
Click to expand commit body
Release Notes:
- Fixed panic that could occur when switching channels quickly
Conrad Irwin
created
2 years ago
c773762
Allow completion menus to be cycled (#3164)
Click to expand commit body
Not a huge ask from the community, but something that I run into
frequently is not being able to cycle the auto completion menus past the
beginning / end, so I quickly added it. This matches VS Code behavior:
https://github.com/zed-industries/zed/assets/19867440/bc4606d7-2076-4036-aedc-f3cf5ba349dc
Release Notes:
- Enhanced popover menus with circular navigation
([#632](https://github.com/zed-industries/community/issues/632)).
Joseph T. Lyons
created
2 years ago
beb0af9
Rename IIFE to try
Click to expand commit body
Too good of an idea to forget
Mikayla Maki
created
2 years ago
1411b98
link to channel notes
Conrad Irwin
created
2 years ago
1c5b321
Allow completion menus to be cycled
Joseph T. Lyons
created
2 years ago
a01b507
Add OS file drop event handler
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Kirill Bulatov
and
Nathan Sobo
created
2 years ago
dfc34e5
Fix extra race
Conrad Irwin
created
2 years ago
5b04f96
Update `Cargo.lock`
Marshall Bowers
created
2 years ago
77991ad
Fix compilation
Kirill Bulatov
created
2 years ago
afad2fb
Merge branch 'zed2' of github.com:zed-industries/zed into zed2
Marshall Bowers
created
2 years ago
d6bd000
Rename `cx.global_default_mut` to `cx.global_default`
Marshall Bowers
created
2 years ago
bfdff4e
When navigating diagnostics, skip diagnostic containing cursor
Click to expand commit body
Slightly unfortunate but prevents an issue with weirdly overlapping
diagnostics causing the cursor to bounce between them
Julia
created
2 years ago
4ca7ddf
Finish up `ThemeRegistry` and remove `AnyAssetSource`
Marshall Bowers
created
2 years ago
Page 5 of 275