e45104a
Move feedback to overflow menu and help menu
Mikayla Maki created
e45104a
Move feedback to overflow menu and help menu
Mikayla Maki created
74b10e4
Merge pull request #2264 from zed-industries/make-terminal-default-better
Make terminal fallback correctly when unable to deserialize a cwd
Mikayla Maki created
ddbffd2
Make terminal fallback correctly when unable to deserialize your cwd
Mikayla Maki created
00a38e4
Bound the search range for the keybindings by the highest handler path
Mikayla Maki created
37d01c7
Merge pull request #2199 from zed-industries/welcome-experience
Welcome experience
Mikayla Maki created
281ff92
Stub out blank pane experience
Mikayla Maki created
bb721a0
:lipstick:
Antonio Scandurra created
f50b51b
Adjust styling
Antonio Scandurra created
6931728
Show active buffer's language on the right in the status bar
Antonio Scandurra created
b3c7526
Return last excerpt in MultiBuffer::excerpt_containing if overshooting
Antonio Scandurra created
6e37ff8
Replace "Give Feedback" with an icon and move it to the left
This is so we can show the current language in the status bar on the right, and having two pieces of text sitting next to each other felt too busy. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f08685f
Merge pull request #2262 from zed-industries/manual-language-selection
Introduce language selector
Antonio Scandurra created
ce828d5
Bind `language_selector::Toggle` to `cmd-k m`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f28806d
Emphasize currently-selected language
Antonio Scandurra created
686f543
Set buffer language when confirming selection in language selector
Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra and Julia Risley created
b402f27
Introduce a new language picker that displays available languages
Right now this panics when trying to select a language, so that's what we're going to implement next. Co-Authored-By: Julia Risley <julia@zed.dev>
Antonio Scandurra and Julia Risley created
d39c761
Merge pull request #2261 from zed-industries/async-language-loading
Allow waiting for language to be loaded in LanguageRegistry APIs
Antonio Scandurra created
7a600e7
Allow waiting for language to be loaded in `LanguageRegistry` APIs
Antonio Scandurra created
221bb54
Introduce a new `TryFutureExt::unwrap` method
Antonio Scandurra created
431e11a
Merge pull request #2260 from zed-industries/increase-max-connections
Increase the amount of max connections to the database
Antonio Scandurra created
8b7273e
Increase the amount of max connections to the database
Antonio Scandurra created
9dc608d
Switch from changing the meaning of the predicate to adding an additional match_dispatch_path_context API for UI elements
Mikayla Maki created
648f0e5
Remove new logo from style tree
Mikayla Maki created
b40ea4d
Merge pull request #2259 from zed-industries/preserve-contacts-editor-contents
Preserve contacts popover editor contents when switching to search mode
Julia created
01e3173
Preserve contacts popover editor contents when switching to search mode
Julia created
8ee25be
Update empty pane styling
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler and Mikayla Maki created
0384456
Change context matcher to search the entire stack
Mikayla Maki created
20064b5
Add welcome to menu
remove debug
Mikayla Maki created
daed750
Fix editor test to clearly show trailing whitespace
Adjsut default dock size to be a multiple of 16
Mikayla Maki created
718052b
Undo accidental indent change of hoverpopover.ts
Mikayla Maki created
4eb75f0
Fix bug with wrong view ids being passed
Mikayla Maki created
6c68a3e
Remove unneeded code
Petros Amoiridis created
e7af3f2
Merge pull request #2254 from zed-industries/nate/update-themes
WIP: More theme updates
Nate Butler created
baff428
Re-add Ayu
Nate Butler created
3952e98
Remove Zed Pro theme
Nate Butler created
51be0ef
Format
Nate Butler created
5bfd5e3
Add light themes
Nate Butler created
d53c18c
Open menu relative to the mouse cursor
Petros Amoiridis created
5b7d0ee
Show button in a normal state
Petros Amoiridis created
e2bdd26
Remove debugging statement
Petros Amoiridis created
9187863
re-add spaces removed by new setting
Mikayla Maki created
3daeabc
collab 0.7.0
Antonio Scandurra created
bebfe53
Merge pull request #2256 from zed-industries/liveness-probe
Introduce Kubernetes liveness probe to ensure database works
Antonio Scandurra created
9328bb0
Introduce Kubernetes liveness probe to ensure database works
Antonio Scandurra created
89c283e
Merge pull request #2252 from zed-industries/limit-messages-processed-in-parallel
Prevent collab server from being overwhelmed with messages
Antonio Scandurra created
a00ce3f
Add randomized test to remove active selections from buffer
Antonio Scandurra created
4ce51c8
Limit dirty buffer save optimization to multi-buffers
Antonio Scandurra created
f626920
Remove permanent Zed stateless
Mikayla Maki created
3258276
Adjust styling for blank page experience
Mikayla Maki created
a3b1980
Merge pull request #2255 from zed-industries/sort-collaborators-alphabetical
Sort collaborators in titlebar alphabetically instead of by replica id
Julia created