8bbced5
Add test tag
Mikayla created
8bbced5
Add test tag
Mikayla created
3888869
Allow a button to take a color
Nate Butler created
d197660
Fix broken tests and comment out remaining tests
Mikayla created
7d1593b
Merge branch 'main' into editor-tests
Mikayla created
a4e9fea
WIP
co-authored-by: conrad <conrad.irwin@zed.dev>
Mikayla and conrad created
a7c42be
Add `One Dark` (#3314)
- Adds `one-dark`, and sets it as default for now. Release Notes: - N/A
Marshall Bowers created
0430e8f
Use "One Dark" as default theme
Marshall Bowers created
aec7955
Checkpoint
Nathan Sobo created
92f2e8e
Combine related conditions
Marshall Bowers created
53117eb
Merge branch 'main' into one-themes
Marshall Bowers created
fea5436
Remove unused imports
Nate Butler created
1c74662
Reorganize `theme2` crate (#3312)
[[PR Description]] - Colocates defaults with their defs - Organizes each style module into the `styles` subfolder (`src/styles/players`, etc) - Standardizes the use of `dark()` and `light()` throughout (ex: `StatusColors::dark()`) - Documents and extents StatusColors Release Notes: - N/A
Nate Butler created
019d23a
Add KeyBindings to CommandPalette (#3313)
Release Notes: - N/A
Conrad Irwin created
701f954
Start refining tab
Nate Butler created
25bc898
Add KeyBindings to CommandPalette
Conrad Irwin created
dd43458
WIP
Nate Butler created
97d6e7f
Add one syntax theme
Nate Butler created
2eedd2a
Merge branch 'main' into project-panel2
Max Brunsfeld created
b918c27
WIP: Rework key dispatch to allow focus to be changed and actions to be dispatched on arbitrary focus handles (#3303)
Will explain more later. Release Notes: - N/A
Conrad Irwin created
f8bc9be
Fix test
Conrad Irwin created
c188774
Add one_dark theme
Nate Butler created
e0547d9
Allow arrays of colors to be passed in
Nate Butler created
916df3c
Add color converter util
Nate Butler created
f464d69
Merge branch 'main' into dispatch-tree
Conrad Irwin created
0e3fd92
Get editor tests compiling
Mikayla created
04ad19d
Choose appropriate player colors based on theme appearance
Marshall Bowers created
7e7b065
Fix on_action on focusable
We were accidentally dropping the key context
Conrad Irwin created
c0f34e3
Add delete, open file, and rename actions to the project panel
Co-authored-by: Julia <julia@zed.dev> Co-authored-by: Marshall <marshall@zed.dev>
Max Brunsfeld , Julia , and Marshall created
dfd68d4
WIP: start search2
Piotr Osiewicz created
1968bec
Merge branch 'main' into project-panel2
Max Brunsfeld created
91b634f
Get some project panel actions working
Add styling for hovered and selected items Co-authored-by: Marshall <marshall@zed.dev> Co-authored-by: Julia <julia@zed.dev>
Max Brunsfeld , Marshall , and Julia created
5c424fb
Refine command palette (#3311)
[[PR Description]] Update command palette styles Release Notes: - N/A
Nate Butler created
889d20d
Reorganize theme2 crate
Nate Butler created
13dd912
Get left, right, and bottom docks rendering in the right places in the workspace
Co-authored-by: Julia <julia@zed.dev> Co-authored-by: Marshall <marshall@zed.dev>
Max Brunsfeld , Julia , and Marshall created
2625051
Better fix for multiple focuses in one frame
Conrad Irwin created
8432b71
Resolve errors
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler and Marshall Bowers created
f6c54b8
Redine command palette style
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com> Co-Authored-By: Conrad Irwin <conrad.irwin@gmail.com>
Nate Butler , Marshall Bowers , and Conrad Irwin created
4c5d510
Merge branch 'main' into editor-tests
Mikayla created
7be12cb
Checkpoint Broken
Nate Butler created
3487605
:lipstick:
Antonio Scandurra created
a6c95ad
Fix panic when querying available actions
Antonio Scandurra created
5361a49
Checkpoint
Nate Butler created
521972e
Update Status Colors
Nate Butler created
031d841
Make inlay hint cache tests pass (#3310)
Release Notes: - N/A
Kirill Bulatov created
dbd26ac
Make inlay hint cache tests pass
Co-Authored-By: Conrad <conrad.irwin@gmail.com>
Kirill Bulatov and Conrad created
71790b3
Add `Sized` bound to `StyledExt` trait (#3309)
This PR moves the `Sized` bound to the `StyledExt` trait so we don't have to repeat it on each of the methods. Release Notes: - N/A
Marshall Bowers created
3654dd8
Remove unnecessary `map`
Marshall Bowers created
5b254b0
Move `Sized` bound to `StyledExt` trait
Marshall Bowers created
be8bd43
Update jetbrains keymap to match community repo
Joseph T. Lyons created
45fef27
Clear all the state when clearing KeyDispatcher
Antonio Scandurra created