Commit log
aeea473
Fix enclosing-bracket bug that appeared in JS for loops
Click to expand commit body
Previously, we were relying on the tree-sitter query's range restriction to
avoid returning brackets that did not contain the given range. But the
query's range restriction only guarantees that we don't descend into parent
nodes unless they intersect the range.
Max Brunsfeld
created
3 years ago
e4185f3
Merge pull request #1910 from zed-industries/lsp-coordinate-clamp
Click to expand commit body
Don't trust LSP coordinates to be within document bounds
Julia
created
3 years ago
09e6d44
Move Unclipped into separate file
Julia
created
3 years ago
525d84e
Remove spurious lifetimes
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
55ca085
Consistency in prefix/suffix/signature of UTF16 point to point conversion
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
03cfd23
Bump protocol version back down as proto changes are non-breaking
Julia
created
3 years ago
a666ca3
Collapse proto Point into the one kind of use case, utf-16 coords
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
b58ae8b
Clip diagnostic range before and during empty range expansion
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
e51cbf6
Fixup compile errors
Julia
created
3 years ago
8c75df3
Wrap a bunch of traits for Unclipped<T>
Julia
created
3 years ago
1c84e77
Start adding concept of `Unclipped` text coordinates
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
b3a9297
Merge pull request #1911 from zed-industries/single-file-worktree-event-extension
Click to expand commit body
Fix file extension retrieval for single-file worktrees
Max Brunsfeld
created
3 years ago
55d3c09
Fix file extension retrieval for single-file worktrees
Click to expand commit body
Previously, we used the file's 'path' method, which only returns the relative
path from the worktree root.
Max Brunsfeld
created
3 years ago
436c896
Rename clamped -> clipped
Julia
created
3 years ago
4ead1ec
Simply logic of this method
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
074e3cf
Clamp UTF-16 to point conversions
Julia
created
3 years ago
bb32599
Clamp for all UTF-16 to offset conversions which used to use `ToOffset`
Julia
created
3 years ago
f9cbed5
Clamp UTF-16 coordinate while performing LSP edits rather than panicing
Julia
created
3 years ago
0078bea
change bump-version to install jq if its not already installed
Kay Simmons
created
3 years ago
bb80cee
Merge pull request #1814 from zed-industries/golden-ratio
Click to expand commit body
Active Pane Magnification
Kay Simmons
created
3 years ago
0c50c09
Merge pull request #1906 from zed-industries/mouse-down-capture-on-click-fix
Click to expand commit body
Fix mouse down falling through popovers
Kay Simmons
created
3 years ago
75b8a12
address issue where mouse down events weren't getting captured after the multiple handlers change
Kay Simmons
created
3 years ago
4c1b495
Remove version from `Room`
Click to expand commit body
We won't need it once we add the per-room lock.
Antonio Scandurra
created
3 years ago
c3d556d
Don't take an `Arc<Server>` in message handlers
Antonio Scandurra
created
3 years ago
d090d23
Merge pull request #1903 from zed-industries/override-pyright-completion-sorting
Click to expand commit body
Add LspAdapter hook for processing completions, fix completion sorting from Pyright
Max Brunsfeld
created
3 years ago
bca635e
Add LspAdapter hook for processing completions, fix completion sorting from Pyright
Max Brunsfeld
created
3 years ago
3938adf
Merge pull request #1902 from zed-industries/event-handlers-are-multitude
Click to expand commit body
Allow having multiple mouse event handlers of the same kind
Julia
created
3 years ago
6537def
Allow having multiple mouse event handlers of the same kind
Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia
and
Kay Simmons
created
3 years ago
Max Brunsfeld
created
3 years ago
0a63d2e
Merge pull request #1900 from zed-industries/fix-terminal-performance
Click to expand commit body
Check for wakeups correctly
Mikayla Maki
created
3 years ago
ce0dfde
Check for wakeups correctly
Mikayla Maki
created
3 years ago
44bb2ce
Rename `Store` to `ConnectionPool`
Antonio Scandurra
created
3 years ago
6c83be3
Remove obsolete code from `Store`
Antonio Scandurra
created
3 years ago
0a4517f
WIP: Introduce a `db` field to `Session`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
c34a5f3
Introduce a new `Session` struct to server message handlers
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
4f39181
Revert "Don't replace newer diagnostics with older ones"
Click to expand commit body
This reverts commit 71eeeedc05f7ed6978f2ebfc6f169a7bc9cc8907.
Antonio Scandurra
created
3 years ago
e7e45be
Revert "Wait for previous `UpdateFollowers` message ack before sending new ones"
Click to expand commit body
This reverts commit fe93263ad450a1460ccb5edfde1ca868d132e8c6.
Antonio Scandurra
created
3 years ago
8621c88
Use int8 for `scan_id` and `inode` in Postgres
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
0f4598a
Fix seed script
Antonio Scandurra
created
3 years ago
6415809
Fix errors in Postgres schema
Antonio Scandurra
created
3 years ago
fe93263
Wait for previous `UpdateFollowers` message ack before sending new ones
Antonio Scandurra
created
3 years ago
3b34d85
Remove unwrap from `Server::share_project`
Antonio Scandurra
created
3 years ago
71eeeed
Don't replace newer diagnostics with older ones
Antonio Scandurra
created
3 years ago
532a599
Use `Db::get_guest_connection_ids` in other db methods
Antonio Scandurra
created
3 years ago
9eee22f
Fix column name in query
Nathan Sobo
created
3 years ago
94fe93c
Move unshare_project to db module
Nathan Sobo
created
3 years ago
93824dd
Fix top-level header in discord webhook action
Joseph Lyons
created
3 years ago
e5f05c9
Move leave_project from Store to db module
Nathan Sobo
created
3 years ago
Page 8 of 145