Commit log
dbf48d2
Merge pull request #375 from zed-industries/more-project-diagnostics-styling
Click to expand commit body
Last touches on project diagnostics for now
Antonio Scandurra
created
4 years ago
24d1d2a
Merge pull request #374 from zed-industries/fix-editor-panic
Click to expand commit body
Fix editor panic when ending transaction that wasn't started by the same editor
Antonio Scandurra
created
4 years ago
3853826
Pause cursor blinking only when editor is focused
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
37032f5
Show non-disk-based diagnostics in project diagnostics
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
41ec464
Don't panic when ending transaction that wasn't started by the same editor
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
f055053
Avoid grouping transactions created by different editors
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
4d9cdd4
Style empty project diagnostics state
Antonio Scandurra
created
4 years ago
adf00fa
Merge pull request #373 from zed-industries/empty-diagnostic-message
Click to expand commit body
Filter out supporting diagnostics that contain no messages
Antonio Scandurra
created
4 years ago
3e4fe09
Filter out supporting diagnostics that contain no messages
Antonio Scandurra
created
4 years ago
dc95cd9
Merge pull request #371 from zed-industries/metal-debug
Click to expand commit body
Add script to debug Metal frames
Antonio Scandurra
created
4 years ago
7b2f55f
Add script to debug Metal frames
Antonio Scandurra
created
4 years ago
2749001
Use latest rust docker image
Max Brunsfeld
created
4 years ago
c054e4c
Use new feature resolver
Click to expand commit body
This fixes a build failure on linux because gpui was being spuriously
included as a dependency of zed-server, due to its presence as an
optional dependency in the rpc crate.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
0e55f0c
Use Rust 2021 edition in all crates
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
509d362
Avoid stripping newlines before opening backticks in error messages
Max Brunsfeld
created
4 years ago
f1d6211
Dial back opacity of border.1 in dark themes
Max Brunsfeld
created
4 years ago
76bbd10
Increase diagnostic editor's vertical scroll margin
Click to expand commit body
This way, the first path header will always be fully visible when
you move your cursor to the beginning of the multibuffer.
Max Brunsfeld
created
4 years ago
9b9fcf6
Avoid showing selection strip on top of diagnostic headers
Max Brunsfeld
created
4 years ago
51c34eb
Alpha-blend borders with backgrounds in quad SDF
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
4 years ago
02baaa3
Bump the protocol version
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
e585bc7
Add retries to rescan test that uses the real file system
Click to expand commit body
We could potentially use a fake file system, but this should avoid flaky tests in the short run.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
4 years ago
e54d6f6
Merge pull request #366 from zed-industries/style-project-diagnostics
Click to expand commit body
Style project diagnostics
Nathan Sobo
created
4 years ago
0263ea2
Style diagnostic header's border in light and dark theme
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
dedd5d6
Fix blending of quad's border with background
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
3f6960b
Position underlines at a distance proportional to the line descent
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
b9b2556
Display squiggly underlines underneath text with diagnostics
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
52594fe
WIP: Start on squiggly underlines
Antonio Scandurra
created
4 years ago
a890787
Render header blocks as horizontall fixed (like the gutter)
Click to expand commit body
Tweak editor layout to perform horizontal autoscroll before
laying out the blocks, so that they can access the scroll position.
Max Brunsfeld
created
4 years ago
f199340
Account for editor's full scroll width when laying out blocks
Click to expand commit body
Compute the editor's scroll width earlier in layout and
store it on the layout state, rather than computing it repeatedly.
Max Brunsfeld
created
4 years ago
cefb639
Tweak diagnostic header styling
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
e04e929
Render diagnostic status bar icon with icons
Max Brunsfeld
created
4 years ago
dbe9698
Show icons and counts in the project diagnostics tab
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
c9b4bb7
Merge branch 'project-diagnostics-pinned-tab' into style-project-diagnostics
Max Brunsfeld
created
4 years ago
78b57e4
Scale diagnostic header and message text with editor font
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
0c6fd15
Scale diagnostic headers icons with editor font and right align w/ line numbers
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
4 years ago
121b45e
Sanitize language server diagnostics coming from Rust
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
7250974
Style block decorations
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
4 years ago
65d4c33
Format messages within backticks using bold instead of with a background
Antonio Scandurra
created
4 years ago
7e55353
Show error code in diagnostic header
Antonio Scandurra
created
4 years ago
ec0ca2a
Display icon next to primary message
Antonio Scandurra
created
4 years ago
e7ec016
Restyle diagnostic headers
Antonio Scandurra
created
4 years ago
b319bda
Merge pull request #363 from zed-industries/remote-go-to-definition
Click to expand commit body
Make go-to-definition work for guests
Max Brunsfeld
created
4 years ago
0cfb9ff
Add random delays in FakeFs
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
2b8685c
Insert random delays when sending and receiving websocket messages in tests
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
4 years ago
d241ab6
Don't store operations for remote buffers we haven't yet opened
Click to expand commit body
This used to be needed, but we think with our improvements to message ordering that we'll never miss operations that were applied after opening a remote buffer.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
4 years ago
afa33c9
Clear shared buffers when unsharing projects
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
4 years ago
469ee55
Get most tests passing when respecting wake order for foreground tasks in Deterministic executor
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
4 years ago
b7314ef
WIP: Start restructuring executor
Antonio Scandurra
created
4 years ago
96b66dc
Fix race condition when opening a buffer and getting a definition to it
Antonio Scandurra
created
4 years ago
Page 1 of 52