Commit log
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
d42bf8e
Merge pull request #1740 from zed-industries/fix-dock-focus-issues
Click to expand commit body
Fix Dock infinite loop
Kay Simmons
created
3 years ago
2a1dbd6
Update gpui focus test to match the new removal of intermediate focus filtering
K Simmons
created
3 years ago
9760eb0
Merge pull request #1742 from zed-industries/deps-fixes
Click to expand commit body
Re-export basic text types from text and language crates, remove unused deps from collab
Max Brunsfeld
created
3 years ago
6cdf4e9
Re-export basic text types from text and language crates
Click to expand commit body
Also avoid production dependencies on fs and rope in collab
Max Brunsfeld
created
3 years ago
2ff6fff
fix lock merge error
K Simmons
created
3 years ago
27a87c3
Merge branch 'main' into fix-dock-focus-issues
Kay Simmons
created
3 years ago
1d8717f
Remove focus filtering from gpui so all focus events result in focus-in and focus-out calls
Click to expand commit body
Remove pane focused event in favor of focus_in at the workspace level
Added is_child to ViewContext to determine if a given view is a child of the current view
Fix issue where dock would get in a infinite loop when activated after dragging an item out of it
Fix issue where the last focused view in an item was not correctly refocused when a pane is focused after switching active tabs
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
3 years ago
fedec68
Update Dockerfiles to use Rust 1.64
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
94a5bbc
Merge pull request #1739 from zed-industries/collab-menu-key-binding
Click to expand commit body
Allow toggling collaboration menu from the keyboard
Max Brunsfeld
created
3 years ago
89f05ad
Allow toggling collaboration menu from the keyboard
Max Brunsfeld
created
3 years ago
3bb1f00
Merge pull request #1738 from zed-industries/out-of-sync-diagnostics
Click to expand commit body
Fix bugs that caused guests to see different diagnostics than host
Max Brunsfeld
created
3 years ago
69dcfbb
Send guests DiskBasedDiagnosticsFinished messages when they join a project
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
e744520
Correctly offset diff hunk layouts
Julia
created
3 years ago
3c3671a
Avoid sending stale diagnostics after sharing a worktree
Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
and
Antonio Scandurra
created
3 years ago
cbf31e6
Merge pull request #1734 from zed-industries/fix-layout-crash
Click to expand commit body
Fix rounding error in computing editor's row range during layout
Max Brunsfeld
created
3 years ago
b3567a7
Merge pull request #1736 from zed-industries/fix-terminal-bold
Click to expand commit body
Fix a bug in how I parse alacritty's styles
Mikayla Maki
created
3 years ago
2966565
Merge pull request #1735 from zed-industries/rollback-dock-anchor-setting
Click to expand commit body
Stops the dock anchor from being written to settings
Mikayla Maki
created
3 years ago
aac2493
Fix a bug in how I parse alacritty's styles
Mikayla Maki
created
3 years ago
47332f9
Stops the dock anchor from being written to settings
Mikayla Maki
created
3 years ago
1179f8f
Fix rounding error in computing editor's row range during layout
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
Max Brunsfeld
,
Nathan Sobo
, and
Antonio Scandurra
created
3 years ago
bd14630
Merge pull request #1729 from zed-industries/connection-timeout
Click to expand commit body
Introduce client-side timeout when trying to connect
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
ec19f0f
Remove unnecessary async from `Peer::add_connection`
Antonio Scandurra
created
3 years ago
cc56fa9
Introduce client-side timeout when trying to connect
Antonio Scandurra
created
3 years ago
a197839
Merge pull request #1728 from zed-industries/plain-text-leaks
Click to expand commit body
Clear auto-indent requests if they couldn't be computed
Antonio Scandurra
created
3 years ago
83d3fad
Clear auto-indent requests if they couldn't be computed
Antonio Scandurra
created
3 years ago
202950a
Merge pull request #1726 from zed-industries/rejoining-projects
Click to expand commit body
Fix opening a buffer after leaving and joining the same project
Antonio Scandurra
created
3 years ago
9adbab5
Fix opening a buffer after leaving and joining the same project
Click to expand commit body
This bug existed prior to #1700 and was caused by not clearing the
buffers that were already shared with a peer that left and opened
a project using the same connection. When such peer would re-join
the project and open a buffer that it had opened previously, the
host assumed the peer had already seen that buffer and wouldn't bother
sending it again.
Antonio Scandurra
created
3 years ago
a691058
Something's happening, nothing correct, but something
Julia
created
3 years ago
e24a69b
Merge pull request #1723 from zed-industries/test-branch
Click to expand commit body
Writing settings
Mikayla Maki
created
3 years ago
b1f64d9
Updated new vim tests with new rope crate
Mikayla Maki
created
3 years ago
41590ef
Merge branch 'main' into test-branch
Mikayla Maki
created
3 years ago
e7b6d1b
Added theme and dock anchor saving :D
Mikayla Maki
created
3 years ago
76a86b7
Merge pull request #1721 from zed-industries/scrollbar-fix
Click to expand commit body
Fix scrollbar's range of motion in large files
Max Brunsfeld
created
3 years ago
7eceff1
Impose min scrollbar height in a way that doesn't impede scrollbar's movement
Click to expand commit body
Also, fix the editor's scroll max so that you can scroll to the last
display row.
Max Brunsfeld
created
3 years ago
81a3a22
Merge pull request #1685 from zed-industries/vim-text-objects
Click to expand commit body
Vim Text Objects and Numeric Repitions
Kay Simmons
created
3 years ago
d1f1eb9
Add count argument to motion functions and add ability to jump to a given line
K Simmons
created
3 years ago
5487f99
Moved settings_file.rs into settings crate. Should be ready to start now :D
Mikayla Maki
created
3 years ago
Page 9 of 135