cfdf919
Switch back to
Mikayla Maki created
cfdf919
Switch back to
Mikayla Maki created
687ccd4
fmt
Mikayla Maki created
366f13b
Adjust scrollbar settings to be expandable
Mikayla Maki created
49566e5
Update pull_request_template.md
Joseph Lyons created
9c32b77
Add example of changelog line in PR template
Joseph Lyons created
bafc1d9
fmt
Mikayla Maki created
e59c8e9
Fix diagnostic pane not being closeable
Mikayla Maki created
e129ed2
Fix spurious setting error log messages (#2498)
Fixes a bug introduced in https://github.com/zed-industries/zed/pull/2448, where error messages would be logged if the user config didn't specify certain fields like `journal` or `telemetry`.
Max Brunsfeld created
0435521
Indent all release note lines for each PR
Joseph Lyons created
a691449
Add paragraph based vertical movements (#2502)
Very selfish patch I worked on yesterday, I kept saying I wanted these and finally decided to just add them. Feedback on the keybindings welcome Release Notes: * Added `MoveToStartOfParagraph` and `MoveToEndOfParagraph` movements for paragraph based vertical navigation
Julia created
8526613
Fix perf problem with scrollbars in large multibuffers (#2505)
Remove scrollbars from multibuffers Release Notes: * Removes git scrollbar highlights from multibuffers (preview only)
Mikayla Maki created
6f4b6ee
Diagnostics pane was not focusable with the mouse
Mikayla Maki created
6264b24
fmt
Mikayla Maki created
8669dcd
Make scrollbar content detection cheaper
Remove scrollbars from multibuffers co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
f22067b
Remove unused imports
Antonio Scandurra created
33f6c56
Fix more warnings
Antonio Scandurra created
6f39d49
Fix warnings
Antonio Scandurra created
048498e
Test zooming panels
Antonio Scandurra created
ef81813
Wire in conflict styling
Mikayla Maki created
a355b4c
Add conflict styles to project panel
Mikayla Maki created
af73c1a
Add seperate scrollbar styling
Mikayla Maki created
3ca9567
Avoid leaking docks when adding panels
Antonio Scandurra created
9e46b17
Do not refocus project search query on ESC press (#2494)
Closes https://linear.app/zed-industries/issue/Z-1471/escape-should-not-move-focus-to-project-search Makes ESC more predictable as a shortcut that cancels/roll backs the state in project search panel. Release Notes: * Fixes ESC making focus to jump in project search panel
Kirill Bulatov created
2200a22
Wire project panel themes into rust
Mikayla Maki created
75a0742
Uncomment persistence test
Antonio Scandurra created
5b7e852
Await closing of items in tests
Antonio Scandurra created
deaf600
Fix more tests
Antonio Scandurra created
b80cb73
Add git to project panel in theme, use different values for dark and light
Nate Butler created
4aa2858
Transfer focus to root view only if previously-focused view was dropped
Antonio Scandurra created
21ada54
Remove assertions about behavior on invalid settings file
Max Brunsfeld created
44903bc
Add test for paragraph vertical movements
Julia created
185a624
Fix some project panel tests
Antonio Scandurra created
10e947c
Persist project and terminal panel sizes
Antonio Scandurra created
7190840
Add paragraph based vertical movements
Julia created
146809e
Merge branch 'main' into panels
Antonio Scandurra created
2098ac2
Fix formatting for keymap.json
Antonio Scandurra created
cb1b64e
Fix up formatting for get preview channel changes script
Joseph Lyons created
f2a7401
Fix get preview channel changes script (#2501)
Fixes the text we match on to get PR commits and also prints the release notes of each PR Release Notes: * Skip
Joseph T. Lyons created
c701901
Fix get preview channel changes script
Joseph Lyons created
d5cf595
Enable `"test-support"` feature on editor dependencies for tests (#2499)
Enable the `"test-support"` feature whenever we depend on the `editor` crate in tests. If we don't do this, we end up depending on `livekit_client` without enabling `"test-support"`, and this causes us to link against `WebRTC.framework` in its build script, which causes a dynamic linker error when starting the tests. Fixes https://linear.app/zed-industries/issue/Z-1646/cant-run-package-tests-for-activity-monitor-and-auto-update Release Notes: * No notes
Nathan Sobo created
986eafd
Enable test-support on editor in tests
Nathan Sobo created
35a9b90
Fix bugs in git implementation (#2495)
fixes https://linear.app/zed-industries/issue/Z-1593/clean-up-git-integration - Fixes calculation of git offsets in the scrollbar: fixes https://linear.app/zed-industries/issue/Z-1608/fix-scrollbar-diffs-sliding-out-of-sync-with-gutter-diffs-in fixes https://linear.app/zed-industries/issue/Z-1629/project-search-panel-has-git-marks-on-the-scrollbar-misaligned fixes https://linear.app/zed-industries/issue/Z-1625/soft-wrap-affects-diff-locations-in-scrollbar - Improves the performance of scrollbar hunks: fixes https://linear.app/zed-industries/issue/Z-1640/double-check-performance-of-scrollbar-hunks - Fixes a long standing bug with how git gutters interact with soft wraps: fixes https://linear.app/zed-industries/issue/Z-1442/make-hunks-grow-to-the-end-of-softwraps-when-ending-on-a-softwrapped - Allows work directories to be renamed fixes https://linear.app/zed-industries/issue/Z-1577/fix-stale-git-repositories-when-directory-is-renamed Release Notes: * Fix the offsets of the git diffs in the scrollbar when there are folds, wraps, or excerpts (preview only) * Allow the work directory of a repository to be renamed (preview only) * Extend git gutter to cover the entirety of a wrapped line (https://github.com/zed-industries/community/issues/937)
Mikayla Maki created
bbb68c5
Refactored apart the forward and the backwards iterator for diff hunks
Mikayla Maki created
e32233c
Fix spurious setting error logs on non-existent setting keys
Max Brunsfeld created
43e301e
refine batched anchor conversions
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
fb11c3e
Remove stray prints
Max Brunsfeld created
1474429
fmt
Mikayla Maki created
c795c9b
Rearrange git tests in worktree
Add support for renaming work directories
Mikayla Maki created
623a177
Fix bug where git diff hunks would not extend through a soft wrap
Mikayla Maki created
560160b
Batch anchor conversions in git hunk iterator
Mikayla Maki created