888fcb5
Surround with bracket only when opening brace is 1 character long
Antonio Scandurra created
888fcb5
Surround with bracket only when opening brace is 1 character long
Antonio Scandurra created
015b8db
Introduce reveal_path in Platform
And implement it for MacPlatform, and instead of using an external process to run `open`, use the NSWorkspace selectFile instance method.
Petros Amoiridis created
ebe1fa7
Merge pull request #2163 from zed-industries/quick-invite-bug
Avoid creating more than one room when inviting multiple people at once
Antonio Scandurra created
7be868e
Avoid creating more than one room when inviting multiple people at once
Previously, when initiating a call by calling multiple people, only the first person would get the call while all the others would briefly show a "pending" status but never get the call. This would happen because `ActiveCall` was trying to a create a different room for each person called, because the original room creation hadn't finished and so a `ModelHandle<Room>` wasn't being store in the active call. With this commit, only one room can be created at any given time and further invites have to wait until that room creation is done.
Antonio Scandurra created
087d516
Fix test that wasn't properly verifying disconnection from livekit
Antonio Scandurra created
ea663f3
Bump tree-sitter for tree-balancing bugfix
Max Brunsfeld created
5041300
Merge pull request #2157 from zed-industries/vim-fixes
Vim fixes
Kay Simmons created
2c9199f
fix build error
Kay Simmons created
327932b
Remove catch all keymap and KeyPressed action
Kay Simmons created
4590607
fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text
Kay Simmons created
3d53336
More vim fixes and move some more things out of app.rs
Kay Simmons created
c1812dd
fix issue with single line editors in vim not properly unhooking vim mode bindings
Kay Simmons created
d80dba1
Switch from vec to smallvec
Mikayla Maki created
6703264
Limit `BufferSnapshot::chunks` to the outline item range
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
5ce147a
Remove unneeded API from `theme-tool`
Nate Butler created
a32c0d1
Update colors.
Nate Butler created
e65c081
Add gray color families
Nate Butler created
1fcfa5d
Generate color meta, document functions and tidy.
Nate Butler created
addfcdc
Remove `bezier-easing` from styles
This was installed in the wrong app
Nate Butler created
4501a5a
Add initial system palette reference colors
Nate Butler created
a120996
Test using HSL + curves to build a scale
Nate Butler created
0a50d27
Merge pull request #2158 from zed-industries/split-feedback-editor
Split up feedback_editor.rs
Joseph T. Lyons created
01a590a
Merge pull request #2160 from zed-industries/remove-toggle-right-sidebar-command
Remove toggle right sidebar command
Joseph T. Lyons created
d42d495
Remove toggle right sidebar command
Joseph Lyons created
187fac1
Allow passing a chroma color as a start/mid/end color
Nate Butler created
0acb820
Document ref/color further
Nate Butler created
dda0feb
Organize
Nate Butler created
9143790
Include code only on macOS
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis and Mikayla Maki created
b31813f
Split concepts out into self contained files in feedback editor
Kay Simmons created
0e23821
Update chip style
Nate Butler created
912c396
Merge pull request #2156 from zed-industries/fix-atelier-cave-license
Update the atelier cave license file
Mikayla Maki created
436ab6e
Fix other atelier license
Mikayla Maki created
889b156
Update the atelier cave license file
Mikayla Maki created
135dcf1
Merge pull request #2154 from zed-industries/fix-tooltip-crash
Don't render tooltip keystroke label if there's no focused view
Mikayla Maki created
5d23aaa
Introduce an open function
And refactor some of the older code to simplify it Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis and Mikayla Maki created
a789476
Introduce reveal_in_finder function
And use this function in a new Reveal in Finder option of the project panel context menu. Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis and Mikayla Maki created
da5a6a8
Don't render tooltip keystroke label if there's no focused view
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo and Antonio Scandurra created
7668540
Add remaining colors
Nate Butler created
70eedbb
Group light and dark scales
Nate Butler created
42b5fa1
WIP: Use algorithm to generate reference color palette
Adapted from @k-vyn/coloralgorithm Generate colors for our reference palette.
Nate Butler created
7de04ab
Merge pull request #2146 from zed-industries/feedback-editor-polish
Feedback editor polish
Joseph T. Lyons created
373e88e
Merge pull request #2147 from zed-industries/fix-pyright
Always respond to language server, even when its requests are malformed
Antonio Scandurra created
c3a8885
Always respond to language server, even when its requests are malformed
This was causing Pyright to get stuck waiting for a response when sending us the `workspace/configuration` request. For some reason, after upgrading to Pyright 1.1.293, `scopeUri` is being sent as an empty string sometimes, which causes serde to error when trying to deserialize that request. Co-Authored-By: Petros Amoiridis <petros@zed.dev>
Antonio Scandurra and Petros Amoiridis created
f787f60
List colors for reference palette in theme tool
Nate Butler created
6f342bb
Remove leftovers from create-next-app
Nate Butler created
0ba44c6
Start on system colors
Nate Butler created
2ff8273
Init theme tool
Nate Butler created
cbfdfa8
Remove comment
Nate Butler created
57e10ce
Style info text
Joseph Lyons created
a9c2f42
Move string to variable
Joseph Lyons created