Commit log
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
025d657
Merge pull request #933 from zed-industries/format-on-save-setting
Click to expand commit body
Add format_on_save setting
Max Brunsfeld
created
3 years ago
fa358c0
Add format_on_save setting
Click to expand commit body
This lets you turn of formatting on save for specific languages.
Max Brunsfeld
created
3 years ago
79fad42
Parse .mjs files as JavaScript
Click to expand commit body
Closes #856
Max Brunsfeld
created
3 years ago
74b467a
tweak editor selection mutating functions
Keith Simmons
created
3 years ago
42b9007
add anchor to selection fixup info in newline
Keith Simmons
created
3 years ago
c51d5b9
Remove accidental background color on unhovered ok indicator
Click to expand commit body
A follow-up to #921
Max Brunsfeld
created
3 years ago
37a3cea
Merge pull request #921 from zed-industries/new-status-bar-design
Click to expand commit body
Style the status bar according to the latest design
Max Brunsfeld
created
3 years ago
e48a975
Give no-error diagnostic indicator a hover state
Max Brunsfeld
created
3 years ago
6578ae5
Use Interactive helper to theme titlebar buttons
Max Brunsfeld
created
3 years ago
b41bf65
Statusbar style tweaks
Nate Butler
created
3 years ago
6fc68a8
Move projectDiagnostics to it's own file and remove unused code
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nate Butler
and
Max Brunsfeld
created
3 years ago
425473d
Update token build script for figma
Click to expand commit body
- Use syntax tokens instead of manually adding token content
- Add solarized to output
- Add ramp step value to the token description in Figma Tokens
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nate Butler
and
Keith Simmons
created
3 years ago
607719e
Update size token function and types
Click to expand commit body
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nate Butler
and
Keith Simmons
created
3 years ago
772f457
Restructure status bar theme to style interactive elements more concisely
Click to expand commit body
Introduce an `Interactive` wrapper type that allows themes to selectively
override properties of items in a hovered or active state.
Max Brunsfeld
created
3 years ago
0cc5a38
Add the `size` token
Click to expand commit body
Introduces the `size` token, a token that will be used for defining standardized sizes for paddings, margins & borders.
Available sizes are `px`, `xs`, `sm`, `md`, `lg`, `xl`
- Adds `size`, types, and token
- Adds the size() function
Nate Butler
created
3 years ago
4c860dc
Removed unnecessary debug statements
Keith Simmons
created
3 years ago
1fe964a
Start moving from logging to tracing on collab server
Click to expand commit body
Install some spans. Probably more work to do here.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
2d9d30f
Set log level to info on Kubernetes
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
a3640eb
Correctly trace async message handling
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
Page 2 of 82