Commit log
87b1cfe
Merge pull request #576 from zed-industries/cursor-shape
Click to expand commit body
Add support for rendering the cursor as a Block and Underscore
Co-authored-by: Max Brunsfeld <max@zed.dev>
Keith Simmons
and
Max Brunsfeld
created
3 years ago
7a68b2d
Provide JSON language server with settings schema
Max Brunsfeld
created
3 years ago
862ec01
Add API for handling custom requests from the language server
Max Brunsfeld
created
3 years ago
17ac240
Merge pull request #586 from zed-industries/global-events
Click to expand commit body
Global Events
Co-authored-by: Max Brunsfeld <nathan@zed.dev>
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Keith Simmons
,
Max Brunsfeld
, and
Nathan Sobo
created
3 years ago
144591d
Minor renames for clarity
Keith Simmons
created
3 years ago
6091cae
Merge branch 'main' into settings-file
Max Brunsfeld
created
3 years ago
022bb28
Handle escaped characters in snippets
Max Brunsfeld
created
3 years ago
fd36b25
Merge pull request #587 from zed-industries/lsp-progress
Click to expand commit body
Show language server progress in the status bar
Nathan Sobo
created
3 years ago
Antonio Scandurra
created
3 years ago
a74b602
Assume the anchor is valid if we can find an excerpt that contains it
Antonio Scandurra
created
3 years ago
5407f25
Don't reuse excerpt ids in MultiBuffer
Click to expand commit body
This prevents anchors from swapping their ordering, which was causing issues in FoldMap.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
134496c
Remove dead code
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
c67cfd7
Respect excerpt's range when comparing two anchors both belonging to it
Antonio Scandurra
created
3 years ago
18b1e9d
Don't starve main thread when lots of messages/events arrive at once
Antonio Scandurra
created
3 years ago
7a45400
Show the last in-progress task from language servers
Antonio Scandurra
created
3 years ago
a067150
Merge pull request #585 from zed-industries/fix/backspace-panic
Click to expand commit body
Fix panic when pressing backspace at start of line
Antonio Scandurra
created
3 years ago
5f62f69
Add unwrap check if buffer_line not available
Keith Simmons
created
3 years ago
81fc812
Add global events to MutableAppContext and raise global event when new workspace is created
Keith Simmons
created
3 years ago
b62daeb
Merge pull request #563 from zed-industries/mouse-history-navigation
Click to expand commit body
Add missing mouse button events and mouse history navigation
Keith Simmons
created
3 years ago
bdb39f6
Create the settings file if needed when opening it via command
Max Brunsfeld
created
3 years ago
9a6819b
For single-file worktrees start LSP with parent dir as CWD
Max Brunsfeld
created
3 years ago
44a68b7
Add cmd-, as a keybinding for opening settings
Max Brunsfeld
created
3 years ago
94bf336
Focus in-progress rename editor when editor is focused
Nathan Sobo
created
3 years ago
a498cd3
When renaming, match the color of the renamed token in the rename editor
Nathan Sobo
created
3 years ago
f32107e
Always refresh the windows when the settings change
Max Brunsfeld
created
3 years ago
00056fb
Load the settings file on a background thread during startup
Max Brunsfeld
created
3 years ago
69ce021
Remove unused variable
Nathan Sobo
created
3 years ago
3968b37
When renaming, fade out the old name and select all
Nathan Sobo
created
3 years ago
5502c00
swap default cursor shape back to bar
Keith Simmons
created
3 years ago
5b35c68
Fix failing gpui test from missing cursor shape
Keith Simmons
created
3 years ago
eddb089
render character under block cursor
Keith Simmons
created
3 years ago
Nathan Sobo
created
3 years ago
5157b42
Extract a `LanguageServerStatus` struct
Antonio Scandurra
created
3 years ago
45fb470
Display language server name in status bar
Antonio Scandurra
created
3 years ago
4243f0c
Render pending language server work in status bar
Antonio Scandurra
created
3 years ago
4bbf5ed
Listen to all LSP progress notifications and broadcast them to peers
Antonio Scandurra
created
3 years ago
3394cf4
Merge pull request #577 from zed-industries/backspace-indent
Click to expand commit body
Delete till previous tabstop when backspacing within indent column
Antonio Scandurra
created
3 years ago
ee6d7fc
Delete till previous tabstop when backspacing within indent column
Antonio Scandurra
created
3 years ago
0d42c85
fix formatting
Keith Simmons
created
3 years ago
178442a
Add support for rendering cursors as a block and underscore
Keith Simmons
created
3 years ago
9076345
Merge pull request #575 from zed-industries/delete-to-fold-point-trait
Click to expand commit body
Eliminate ToFoldPoint trait
Antonio Scandurra
created
3 years ago
ac1eb19
Start on text highlight support
Nathan Sobo
created
3 years ago
49e38e6
Eliminate ToFoldPoint trait
Click to expand commit body
Just make it a method on FoldMap
Nathan Sobo
created
3 years ago
a971306
Reload the app settings whenever ~/.zed/settings.json changes
Max Brunsfeld
created
3 years ago
83f98dd
Start work on loading settings from a file
Click to expand commit body
Co-Authored-By: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
6ee0cce
Switch to using mouse navigation events instead of other in order to get rid of opaque button id
Keith Simmons
created
3 years ago
90c2de7
Merge pull request #572 from zed-industries/receive-timeout-tweaks
Click to expand commit body
Reset receive timeout only on reads from the websocket connection, not writes
Max Brunsfeld
created
3 years ago
3dc100a
Reset receive timeout only on reads from websocket connection, not writes
Click to expand commit body
Also, increase the receive timeout to 30 seconds. We'll still respond immediately
to explicit disconnection, but when there are temporary network blips that
delay pings, we think we should err on the side of keeping the connection
alive. This is in response to a false positive 'host disconnected' state
that we observed when pairing today, while the host (Keith) still clearly
had a working internet connection, because we were screen sharing.
Co-Authored-By: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
508c4df
Merge pull request #565 from zed-industries/eager-theme-selector
Click to expand commit body
Make theme selector eagerly display the selected theme
Keith Simmons
created
3 years ago
5aad1ff
formatting fixes
Keith Simmons
created
3 years ago
Page 7 of 71