Commit log
c7007b6
Merge pull request #965 from zed-industries/avatar-margin
Click to expand commit body
Parameterize `avatar_margin` and assign it a default of 8
Antonio Scandurra
created
3 years ago
3ee4d90
Parameterize `avatar_margin` and assign it a default of 8
Antonio Scandurra
created
3 years ago
95680aa
Account for multi-byte characters in `Editor::transpose`
Antonio Scandurra
created
3 years ago
b6ff07a
Add failing test for multi-byte characters
Antonio Scandurra
created
3 years ago
070607c
Implement `Editor::transpose` without accounting for multi-byte chars
Antonio Scandurra
created
3 years ago
797aecf
Don't reset vim mode on editor focus
Keith Simmons
created
3 years ago
b2138f5
Add insert line above and below
Keith Simmons
created
3 years ago
833a7b6
WIP just missing insert line above and below
Keith Simmons
created
3 years ago
c268099
Merge pull request #960 from zed-industries/crash-reporting
Click to expand commit body
Implement panic reporting
Antonio Scandurra
created
3 years ago
875cb13
Rename "crash" to "panic"
Click to expand commit body
We are not really sending crash reports but Rust panics, so might
as well be clear about that.
Antonio Scandurra
created
3 years ago
da3870e
Pass secret token when uploading crashes
Antonio Scandurra
created
3 years ago
54a4509
Retrieve app version from crash rather than from current binary
Click to expand commit body
The crash might have been generated weeks before and the app may
have been updated since then.
Antonio Scandurra
created
3 years ago
09a8b8e
Capture crash reports and upload them the next time Zed launches
Antonio Scandurra
created
3 years ago
39c7b1f
Merge pull request #959 from zed-industries/fix-paste
Click to expand commit body
Fix bugs when pasting text
Antonio Scandurra
created
3 years ago
2977b33
Use the new batched edit API when pasting
Click to expand commit body
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
3 years ago
5821ce9
Insert newlines on paste if copied selections don't match current ones
Antonio Scandurra
created
3 years ago
a7c953c
Merge pull request #958 from zed-industries/titlebar-padding
Click to expand commit body
Add right padding to titlebar instead of margins on elements
Antonio Scandurra
created
3 years ago
4518db0
Update accidentally uncommitted `Cargo.lock`
Antonio Scandurra
created
3 years ago
5d0c3c4
Add right padding to titlebar instead of margins on elements
Click to expand commit body
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
3 years ago
5b68534
Merge pull request #949 from zed-industries/base16-theme-occurrence-style
Click to expand commit body
Update base16 theme occurrence style
Nate Butler
created
3 years ago
f63444c
Update base16 theme occurrence style
Click to expand commit body
- 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
3 years ago
d4bef67
Merge pull request #929 from zed-industries/non-uniform-batched-edits
Click to expand commit body
Allow batched edits where each range is associated with different insertion text
Keith Simmons
created
3 years ago
2eb1c10
Convert common edit strings to Arc<str> and simplify duplicate line
Keith Simmons
created
3 years ago
2c2ca1b
Reduce string allocations in Editor::insert
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
,
Nathan Sobo
, and
Keith Simmons
created
3 years ago
cddafa5
Merge pull request #940 from zed-industries/telemetry
Click to expand commit body
Instrument the collab server with OpenTelemetry collecting into Honeycomb.io
Antonio Scandurra
created
3 years ago
c8179a6
Restore .zed.toml
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
003bbe9
Serialize payload in "handle message" span
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
f4e5cb1
Remove `collaborators_per_project` from `Metrics`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
Click to expand commit body
This reverts commit 47e7d924b2f09243297a63107d29cf5dc6c40b33.
Antonio Scandurra
created
3 years ago
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
14b078d
Use `f32s` for metrics so that we can do aggregation math on honeycomb
Antonio Scandurra
created
3 years ago
6734793
Start adding metrics to `collab` server
Antonio Scandurra
created
3 years ago
b51a53a
Replace `log_err` with `trace_err` on `collab::rpc`
Antonio Scandurra
created
3 years ago
038f306
Merge pull request #931 from zed-industries/add-size-token
Click to expand commit body
WIP: Add the `size` token
Nate Butler
created
3 years ago
1ecd855
Merge pull request #942 from zed-industries/style-status-bar
Click to expand commit body
Update Zed styles
Nate Butler
created
3 years ago
f4dbe4d
Update projectBrowser styles
Nate Butler
created
3 years ago
67181a1
Update search style
Nate Butler
created
3 years ago
098ad7d
Update base16 themes background states
Nate Butler
created
3 years ago
945d7c5
Remove unused import
Nate Butler
created
3 years ago
70a7bd2
Style out of date message
Nate Butler
created
3 years ago
a352f8b
Update status bar style
Nate Butler
created
3 years ago
920601c
Bump protocol version
Keith Simmons
created
3 years ago
b4b61b4
Consolidate edit and edit_batched functions
Keith Simmons
created
3 years ago
d9735f3
Merge pull request #936 from zed-industries/about-window
Click to expand commit body
Make the 'About Zed' menu item display Zed's version number
Max Brunsfeld
created
3 years ago
b055d90
Make the 'About Zed' menu item display Zed's version number
Max Brunsfeld
created
3 years ago
c2b892d
Merge pull request #935 from zed-industries/style-command-palette-active-keystroke
Click to expand commit body
Allow the theme to style the keystroke of the active item in the command palette
Max Brunsfeld
created
3 years ago
d9497d4
:art: Use Interactive wrapper for search option buttons
Max Brunsfeld
created
3 years ago
8481834
Give hover state to picker items, keystrokes in command palette
Max Brunsfeld
created
3 years ago
a60c75e
Rename Selector -> Picker in theme
Max Brunsfeld
created
3 years ago
Page 42 of 122