333b4aa
Implement Rename command in project panel
Max Brunsfeld created
333b4aa
Implement Rename command in project panel
Max Brunsfeld created
a217e2e
Implement basic AddFile command in project panel
Max Brunsfeld created
d449208
Abstract more local project setup inside Project::test helper
Max Brunsfeld created
12d45f1
Clean up project panel theme
Max Brunsfeld created
aa4919a
Merge pull request #964 from zed-industries/transpose
Introduce `Editor::transpose` bound to `ctrl-t`
Antonio Scandurra created
9a7c07f
Improve transpose when cursors are two chars away from each other
Antonio Scandurra created
5e2e859
Merge pull request #947 from zed-industries/misc-normal-commands
Misc vim normal commands
Keith Simmons created
c7007b6
Merge pull request #965 from zed-industries/avatar-margin
Parameterize `avatar_margin` and assign it a default of 8
Antonio Scandurra created
3ee4d90
Parameterize `avatar_margin` and assign it a default of 8
Antonio Scandurra created
95680aa
Account for multi-byte characters in `Editor::transpose`
Antonio Scandurra created
b6ff07a
Add failing test for multi-byte characters
Antonio Scandurra created
070607c
Implement `Editor::transpose` without accounting for multi-byte chars
Antonio Scandurra created
797aecf
Don't reset vim mode on editor focus
Keith Simmons created
b2138f5
Add insert line above and below
Keith Simmons created
833a7b6
WIP just missing insert line above and below
Keith Simmons created
c268099
Merge pull request #960 from zed-industries/crash-reporting
Implement panic reporting
Antonio Scandurra created
875cb13
Rename "crash" to "panic"
We are not really sending crash reports but Rust panics, so might as well be clear about that.
Antonio Scandurra created
da3870e
Pass secret token when uploading crashes
Antonio Scandurra created
54a4509
Retrieve app version from crash rather than from current binary
The crash might have been generated weeks before and the app may have been updated since then.
Antonio Scandurra created
09a8b8e
Capture crash reports and upload them the next time Zed launches
Antonio Scandurra created
39c7b1f
Merge pull request #959 from zed-industries/fix-paste
Fix bugs when pasting text
Antonio Scandurra created
2977b33
Use the new batched edit API when pasting
This fixes a bug that would cause zed to paste text at the wrong location when inside a multi-buffer where the same buffer was excerpted more than once.
Antonio Scandurra created
5821ce9
Insert newlines on paste if copied selections don't match current ones
Antonio Scandurra created
a7c953c
Merge pull request #958 from zed-industries/titlebar-padding
Add right padding to titlebar instead of margins on elements
Antonio Scandurra created
4518db0
Update accidentally uncommitted `Cargo.lock`
Antonio Scandurra created
5d0c3c4
Add right padding to titlebar instead of margins on elements
This fixes a visual glitch causing the avatar to be shown too close to the right edge of the window when the share icon was not present.
Antonio Scandurra created
5b68534
Merge pull request #949 from zed-industries/base16-theme-occurrence-style
Update base16 theme occurrence style
Nate Butler created
f63444c
Update base16 theme occurrence style
- Update base16 theme occurrence style to be visible - Update match styles to use the blend scaling value - This makes it so matches are less loud in light themes
Nate Butler created
d4bef67
Merge pull request #929 from zed-industries/non-uniform-batched-edits
Allow batched edits where each range is associated with different insertion text
Keith Simmons created
2eb1c10
Convert common edit strings to Arc<str> and simplify duplicate line
Keith Simmons created
2c2ca1b
Reduce string allocations in Editor::insert
Co-authored-by: Nathan Sobo <nathan@zed.dev> Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld , Nathan Sobo , and Keith Simmons created
cddafa5
Merge pull request #940 from zed-industries/telemetry
Instrument the collab server with OpenTelemetry collecting into Honeycomb.io
Antonio Scandurra created
c8179a6
Restore .zed.toml
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
003bbe9
Serialize payload in "handle message" span
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f4e5cb1
Remove `collaborators_per_project` from `Metrics`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
63e1845
Revert "WIP"
This reverts commit 47e7d924b2f09243297a63107d29cf5dc6c40b33.
Antonio Scandurra created
47e7d92
WIP
Nathan Sobo created
53e7c75
0.31.0
Nathan Sobo created
14b078d
Use `f32s` for metrics so that we can do aggregation math on honeycomb
Antonio Scandurra created
6734793
Start adding metrics to `collab` server
Antonio Scandurra created
b51a53a
Replace `log_err` with `trace_err` on `collab::rpc`
Antonio Scandurra created
038f306
Merge pull request #931 from zed-industries/add-size-token
WIP: Add the `size` token
Nate Butler created
1ecd855
Merge pull request #942 from zed-industries/style-status-bar
Update Zed styles
Nate Butler created
f4dbe4d
Update projectBrowser styles
Nate Butler created
67181a1
Update search style
Nate Butler created
098ad7d
Update base16 themes background states
Nate Butler created
945d7c5
Remove unused import
Nate Butler created
70a7bd2
Style out of date message
Nate Butler created
a352f8b
Update status bar style
Nate Butler created
920601c
Bump protocol version
Keith Simmons created