Commit log
1750fcf
Merge pull request #1761 from zed-industries/mouse-region-view-invalidation
Click to expand commit body
Remove unconditional invalidation when calling mouse region handlers
Nathan Sobo
created
3 years ago
646d344
Avoid re-rendering editor on mouse move
Click to expand commit body
Only notify editor when clearing highlights if there were highlights to
begin with.
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
bc03592
Only invalidate parent view on click/hover if we read that state when rendering
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
a4b518e
Merge pull request #1760 from zed-industries/invite-unknown-platform
Click to expand commit body
Include waitlist entries w/ unknown platform when summarizing and sending invites
Max Brunsfeld
created
3 years ago
b541ac3
Revert unnecessary logic for fetching invites' platform_unknown flag
Max Brunsfeld
created
3 years ago
934474f
Remove unconditional invalidation when calling mouse region handlers
Click to expand commit body
We want invalidation to opt-in as much as possible.
If you want a view to re-render, you need to call `cx.notify`.
Nathan Sobo
created
3 years ago
3a4e802
Include waitlist entries w/ unknown platform when summarizing and sending invites
Max Brunsfeld
created
3 years ago
Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia
and
Kay Simmons
created
3 years ago
c21e0e9
Merge pull request #1759 from zed-industries/move-page-up-down
Click to expand commit body
Move page up / down
Mikayla Maki
created
3 years ago
d301a21
Finished implementing vscode, emacs, and mac style pageup/down. Added keybindings ctrl-v, alt-v for emacs up/down and shift-pageup, shift-pagedown for vscode style. Also improved incorporated pageup/down into context menus
Mikayla Maki
created
3 years ago
Max Brunsfeld
created
3 years ago
8df84e0
Add MovePageUp and MovePageDown editor commands
Click to expand commit body
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla Maki
created
3 years ago
137a9ce
Enable auto-scroll when moving cursors in Editor::handle_input
Click to expand commit body
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla Maki
created
3 years ago
55576f8
Merge pull request #1758 from zed-industries/editor-paint-panic
Click to expand commit body
Consolidate calculation of editor's visible row range
Max Brunsfeld
created
3 years ago
78aee53
Merge pull request #1757 from zed-industries/detect-unshare
Click to expand commit body
Clear project's shared state upon every disconnection
Max Brunsfeld
created
3 years ago
8640204
Consolidate calculation of editor's visible row range
Click to expand commit body
We think this will fix a panic that was occuring in `paint_highlighted_range`
due to an out-of-bounds read into the line layouts. We think doing essentially the same
calculation in two different ways with floating point numbers might have
caused a different end row to be calculated in 2 different code paths.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
2d3d07d
Clear project's shared state upon every disconnection
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Antonio Scandurra <as-cii@zed.dev>
Max Brunsfeld
,
Nathan Sobo
, and
Antonio Scandurra
created
3 years ago
Max Brunsfeld
created
3 years ago
3309684
Merge pull request #1756 from zed-industries/autoclose-wrong-closing-bracket
Click to expand commit body
Avoid skipping over a different closing bracket in autoclose
Max Brunsfeld
created
3 years ago
4b12fb6
Avoid skipping over a different closing bracket in autoclose
Max Brunsfeld
created
3 years ago
Nathan Sobo
created
3 years ago
6ac0b81
Merge pull request #1754 from zed-industries/fix-list-scroll
Click to expand commit body
Pass the current view id when painting List's mouse region instead of 10
Nathan Sobo
created
3 years ago
8d82702
Pass the current view id value when painting List's mouse region
Click to expand commit body
Previously, a dummy value was being passed. I think this slipped in accidentally.
Nathan Sobo
created
3 years ago
dde3dfd
Quick cut of using display point conversion to layout hunks
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Julia
and
Max Brunsfeld
created
3 years ago
Julia
created
3 years ago
16f854b
Expand diff gutter indicator to cover all of a wrapped line
Julia
created
3 years ago
9c47325
Use correct range to get diff hunks in the presence of wrapped lines
Julia
created
3 years ago
Max Brunsfeld
created
3 years ago
86ddbc6
Merge pull request #1752 from zed-industries/allow-inviting-users-to-another-guest-project
Click to expand commit body
Allow inviting users to a project that was shared by someone else
Antonio Scandurra
created
3 years ago
b8bc5a2
Allow inviting users to a project that was shared by someone else
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
,
Nathan Sobo
, and
Max Brunsfeld
created
3 years ago
f5db02a
Merge pull request #1749 from zed-industries/child-view-panic
Click to expand commit body
Prevent `ChildView` from retaining an otherwise dropped view
Antonio Scandurra
created
3 years ago
9ebd586
Improve error message when rendering a child view for a dropped view
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
1bec808
Add unit test for `ChildView`
Antonio Scandurra
created
3 years ago
a5a60eb
Log view name alongside error in `ChildView`
Antonio Scandurra
created
3 years ago
edb61a9
Avoid panicking if child view points to a view that was not rendered
Antonio Scandurra
created
3 years ago
06dfb74
Prevent `ChildView` from retaining an otherwise dropped view
Antonio Scandurra
created
3 years ago
26b03af
Merge pull request #1747 from zed-industries/fix-clangd-error
Click to expand commit body
Fix error on clangd when `compile-commands.json` is present
Antonio Scandurra
created
3 years ago
c4680e6
Fix error on clangd when `compile-commands.json` is present
Click to expand commit body
The language server was failing because we were forgetting to provide
a `jsonrpc` field for responses to requests coming from the lsp.
Antonio Scandurra
created
3 years ago
06e9b82
Merge pull request #1745 from zed-industries/contact-popover-focus
Click to expand commit body
Fix some issues with contact popover focus
Antonio Scandurra
created
3 years ago
ad975da
Merge pull request #1746 from zed-industries/maintain-buffer-identity-across-renames
Click to expand commit body
Preserve buffer identity when underlying entry temporarily disappears
Antonio Scandurra
created
3 years ago
37a0fd3
Use fake file system for buffer identity test
Antonio Scandurra
created
3 years ago
f28cc5c
Preserve buffer identity when underlying entry temporarily disappears
Antonio Scandurra
created
3 years ago
0a1aea6
Add test to ensure buffer identity is kept across `Project::rename`
Antonio Scandurra
created
3 years ago
a6a7e85
Misc fixes, still broken soft wrap
Julia
created
3 years ago
e75dcc8
Include deletion hunks in fold regardless of end
Julia
created
3 years ago
b5786cb
Dismiss contacts popover when clicking outside, even w/o focus change
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
513c02e
Remove spurious focus of contact popover when opening it
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
51c0a14
Merge pull request #1743 from zed-industries/new-settings-writing
Click to expand commit body
Improved settings writing to be strongly typed and based on settings file content diffs
Mikayla Maki
created
3 years ago
e732700
Fixed settings
Mikayla Maki
created
3 years ago
dd1320e
Improved settings writing to be strongly typed and based on settings file content diffs
Click to expand commit body
Co-Authored-By: kay@zed.dev
Mikayla Maki
and
kay@zed.dev
created
3 years ago
Page 8 of 135