Commit log
5fbc973
Add option to advance cursor downward when toggling comment
Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Joseph Lyons
and
Julia
created
2 years ago
fbd2398
Merge pull request #2161 from zed-industries/community/3-reveal-in-finder
Click to expand commit body
Introduce Reveal in Finder
Petros Amoiridis
created
2 years ago
114eef8
Merge pull request #2170 from zed-industries/fix-persistent-lsp-messages
Click to expand commit body
Fix LSP status messages persisting
Antonio Scandurra
created
2 years ago
5df50e2
Add timeouts to HTTP client
Antonio Scandurra
created
2 years ago
7a667f3
Use open_url from the platform module
Click to expand commit body
And remove the open function from the `util` crate.
Petros Amoiridis
created
2 years ago
2482a1a
Add timeout to HTTP requests during `npm info` and `npm fetch`
Antonio Scandurra
created
2 years ago
7641965
Merge pull request #2169 from zed-industries/improve-autocomplete
Click to expand commit body
Score matches case-sensitively when query contains an uppercase char
Antonio Scandurra
created
2 years ago
8db131a
Score matches case-sensitively when query contains an uppercase char
Antonio Scandurra
created
2 years ago
4f1e8c9
Merge pull request #2168 from zed-industries/auto-update-setting
Click to expand commit body
Add auto update setting
Mikayla Maki
created
2 years ago
c2de0f6
Add auto update setting
Mikayla Maki
created
2 years ago
17e8172
Merge pull request #2167 from zed-industries/clear-terminal-highlights
Click to expand commit body
Reset search matches when the terminal is cleared
Mikayla Maki
created
2 years ago
8e9d95f
Fix error where terminal search matches wouldn't be updated when clearing
Mikayla Maki
created
2 years ago
3a7ac9c
Focus pane when clicking on tab bar background
Julia
created
2 years ago
88c6b89
Merge pull request #2165 from zed-industries/toggle-soft-wrap
Click to expand commit body
Introduce `editor: toggle soft wrap` bound to `alt-z`
Antonio Scandurra
created
2 years ago
1012cea
Soft wrap at editor width if it's narrower than preferred line length
Antonio Scandurra
created
2 years ago
4a2b7e4
Use `alt-z` to toggle soft wrap in active editor
Click to expand commit body
When there isn't a default soft-wrapping for the active editor, we
will soft wrap at the editor width. This is consistent with Visual
Studio Code.
Antonio Scandurra
created
2 years ago
6c0b35a
Merge pull request #2164 from zed-industries/fix-surround-rust-star
Click to expand commit body
Surround with bracket only when opening brace is 1 character long
Antonio Scandurra
created
2 years ago
888fcb5
Surround with bracket only when opening brace is 1 character long
Antonio Scandurra
created
2 years ago
015b8db
Introduce reveal_path in Platform
Click to expand commit body
And implement it for MacPlatform, and instead of using an external process to run `open`, use the NSWorkspace selectFile instance method.
Petros Amoiridis
created
2 years ago
ebe1fa7
Merge pull request #2163 from zed-industries/quick-invite-bug
Click to expand commit body
Avoid creating more than one room when inviting multiple people at once
Antonio Scandurra
created
2 years ago
7be868e
Avoid creating more than one room when inviting multiple people at once
Click to expand commit body
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
2 years ago
087d516
Fix test that wasn't properly verifying disconnection from livekit
Antonio Scandurra
created
2 years ago
ea663f3
Bump tree-sitter for tree-balancing bugfix
Max Brunsfeld
created
2 years ago
5041300
Merge pull request #2157 from zed-industries/vim-fixes
Click to expand commit body
Vim fixes
Kay Simmons
created
2 years ago
2c9199f
fix build error
Kay Simmons
created
2 years ago
327932b
Remove catch all keymap and KeyPressed action
Kay Simmons
created
3 years ago
4590607
fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text
Kay Simmons
created
3 years ago
3d53336
More vim fixes and move some more things out of app.rs
Kay Simmons
created
3 years ago
c1812dd
fix issue with single line editors in vim not properly unhooking vim mode bindings
Kay Simmons
created
3 years ago
d80dba1
Switch from vec to smallvec
Mikayla Maki
created
2 years ago
6703264
Limit `BufferSnapshot::chunks` to the outline item range
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
5ce147a
Remove unneeded API from `theme-tool`
Nate Butler
created
2 years ago
a32c0d1
Update colors.
Nate Butler
created
2 years ago
e65c081
Add gray color families
Nate Butler
created
2 years ago
1fcfa5d
Generate color meta, document functions and tidy.
Nate Butler
created
2 years ago
addfcdc
Remove `bezier-easing` from styles
Click to expand commit body
This was installed in the wrong app
Nate Butler
created
2 years ago
4501a5a
Add initial system palette reference colors
Nate Butler
created
2 years ago
a120996
Test using HSL + curves to build a scale
Nate Butler
created
2 years ago
0a50d27
Merge pull request #2158 from zed-industries/split-feedback-editor
Click to expand commit body
Split up feedback_editor.rs
Joseph T. Lyons
created
2 years ago
01a590a
Merge pull request #2160 from zed-industries/remove-toggle-right-sidebar-command
Click to expand commit body
Remove toggle right sidebar command
Joseph T. Lyons
created
2 years ago
d42d495
Remove toggle right sidebar command
Joseph Lyons
created
2 years ago
187fac1
Allow passing a chroma color as a start/mid/end color
Nate Butler
created
2 years ago
0acb820
Document ref/color further
Nate Butler
created
2 years ago
Nate Butler
created
2 years ago
9143790
Include code only on macOS
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis
and
Mikayla Maki
created
2 years ago
b31813f
Split concepts out into self contained files in feedback editor
Kay Simmons
created
2 years ago
0e23821
Update chip style
Nate Butler
created
2 years ago
912c396
Merge pull request #2156 from zed-industries/fix-atelier-cave-license
Click to expand commit body
Update the atelier cave license file
Mikayla Maki
created
3 years ago
436ab6e
Fix other atelier license
Mikayla Maki
created
3 years ago
889b156
Update the atelier cave license file
Mikayla Maki
created
3 years ago
Page 10 of 164