Commit log
1c74662
Reorganize `theme2` crate (#3312)
Click to expand commit body
[[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
2 years ago
019d23a
Add KeyBindings to CommandPalette (#3313)
Click to expand commit body
Release Notes:
- N/A
Conrad Irwin
created
2 years ago
701f954
Start refining tab
Nate Butler
created
2 years ago
25bc898
Add KeyBindings to CommandPalette
Conrad Irwin
created
2 years ago
Nate Butler
created
2 years ago
97d6e7f
Add one syntax theme
Nate Butler
created
2 years ago
2eedd2a
Merge branch 'main' into project-panel2
Max Brunsfeld
created
2 years ago
b918c27
WIP: Rework key dispatch to allow focus to be changed and actions to be dispatched on arbitrary focus handles (#3303)
Click to expand commit body
Will explain more later.
Release Notes:
- N/A
Conrad Irwin
created
2 years ago
Conrad Irwin
created
2 years ago
c188774
Add one_dark theme
Nate Butler
created
2 years ago
e0547d9
Allow arrays of colors to be passed in
Nate Butler
created
2 years ago
916df3c
Add color converter util
Nate Butler
created
2 years ago
f464d69
Merge branch 'main' into dispatch-tree
Conrad Irwin
created
2 years ago
0e3fd92
Get editor tests compiling
Mikayla
created
2 years ago
04ad19d
Choose appropriate player colors based on theme appearance
Marshall Bowers
created
2 years ago
7e7b065
Fix on_action on focusable
Click to expand commit body
We were accidentally dropping the key context
Conrad Irwin
created
2 years ago
c0f34e3
Add delete, open file, and rename actions to the project panel
Click to expand commit body
Co-authored-by: Julia <julia@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
Max Brunsfeld
,
Julia
, and
Marshall
created
2 years ago
dfd68d4
WIP: start search2
Piotr Osiewicz
created
2 years ago
1968bec
Merge branch 'main' into project-panel2
Max Brunsfeld
created
2 years ago
91b634f
Get some project panel actions working
Click to expand commit body
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
2 years ago
5c424fb
Refine command palette (#3311)
Click to expand commit body
[[PR Description]]
Update command palette styles
Release Notes:
- N/A
Nate Butler
created
2 years ago
889d20d
Reorganize theme2 crate
Nate Butler
created
2 years ago
13dd912
Get left, right, and bottom docks rendering in the right places in the workspace
Click to expand commit body
Co-authored-by: Julia <julia@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
Max Brunsfeld
,
Julia
, and
Marshall
created
2 years ago
2625051
Better fix for multiple focuses in one frame
Conrad Irwin
created
2 years ago
8432b71
Resolve errors
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
f6c54b8
Redine command palette style
Click to expand commit body
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
2 years ago
4c5d510
Merge branch 'main' into editor-tests
Mikayla
created
2 years ago
7be12cb
Checkpoint Broken
Nate Butler
created
2 years ago
Antonio Scandurra
created
2 years ago
a6c95ad
Fix panic when querying available actions
Antonio Scandurra
created
2 years ago
Nate Butler
created
2 years ago
521972e
Update Status Colors
Nate Butler
created
2 years ago
031d841
Make inlay hint cache tests pass (#3310)
Click to expand commit body
Release Notes:
- N/A
Kirill Bulatov
created
2 years ago
dbd26ac
Make inlay hint cache tests pass
Click to expand commit body
Co-Authored-By: Conrad <conrad.irwin@gmail.com>
Kirill Bulatov
and
Conrad
created
2 years ago
71790b3
Add `Sized` bound to `StyledExt` trait (#3309)
Click to expand commit body
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
2 years ago
3654dd8
Remove unnecessary `map`
Marshall Bowers
created
2 years ago
5b254b0
Move `Sized` bound to `StyledExt` trait
Marshall Bowers
created
2 years ago
be8bd43
Update jetbrains keymap to match community repo
Joseph T. Lyons
created
2 years ago
45fef27
Clear all the state when clearing KeyDispatcher
Antonio Scandurra
created
2 years ago
44534b9
Register actions on the right div
Antonio Scandurra
created
2 years ago
Antonio Scandurra
created
2 years ago
d0b5c65
Clear pending keystrokes when finding action
Antonio Scandurra
created
2 years ago
827b16b
Capture node in dispatch tree even if it's not focusable
Antonio Scandurra
created
2 years ago
26d26fa
Fix focus story
Antonio Scandurra
created
2 years ago
7a454be
Uncomment inlay hints logic and tests (#3307)
Click to expand commit body
Tests compile, but do not pass due to todo!s in the platform code, hence
ignored for now.
Release Notes:
- N/A
Kirill Bulatov
created
2 years ago
e257f7d
Ignore tests for now
Kirill Bulatov
created
2 years ago
c3461d2
chore: Bump cc to 1.0.84 (#3304)
Click to expand commit body
This resolves a minor issue where build scripts could've acquired more
job server tokens from Cargo than allowed by `-j` parameter. I've filled
a PR at https://github.com/rust-lang/cc-rs/pull/878 and we've iterated
on the design over there since.
TL;DR: some build scripts may complete a tad bit quicker, potentially
shaving off a few seconds off of debug/release builds. Full description
of the issue is available in
https://github.com/rust-lang/cc-rs/issues/858
Release Notes:
- N/A
Piotr Osiewicz
created
2 years ago
a9c17e7
Uncomment all inlay hint cache code and tests
Kirill Bulatov
created
2 years ago
81cc6e8
pane: When opening a buffer, actually scroll to the selected tab. (#3306)
Click to expand commit body
Previously it might've reused a shared state.
Deals with https://github.com/zed-industries/community/issues/2262 also
fixes influencer's feedback.
No gpui2 port, due to 0 scrollable functionality in it yet.
Release Notes:
- Fixed tabs not being scrolled to on buffer (re)open
(https://github.com/zed-industries/community/issues/2262)
Kirill Bulatov
created
2 years ago
f0f0b47
pane: When opening a buffer, actually scroll to the selected tab. Previously it might've reused a shared state.
Click to expand commit body
Deals with https://github.com/zed-industries/community/issues/2262 also fixes influencer's feedback.
Co-Authored-By: Piotr <piotr@zed.dev>
Kirill Bulatov
and
Piotr
created
2 years ago
Page 100 of 387