b5765bc
Illustrate `format_on_save` external command using prettier
Click to expand commit body
This gives us a chance to highlight a real-world scenario that a lot
of our users will want to use, as well as showcasing the special
`{buffer_path}` argument.
Antonio Scandurra
created
d89465c
Merge pull request #1356 from zed-industries/differentiate-same-tab-titles
80b45ef
Precompile plugins depending on target triple
Isaac Clayton
created
07d2692
Differentiate among tabs with the same name
Click to expand commit body
This commit introduces a new, optional `Item::tab_description` method
that lets implementers define a description for the tab with a certain
`detail`. When two or more tabs match the same description, we will
increase the `detail` until tabs don't match anymore or increasing the
`detail` doesn't disambiguate tabs any further.
As soon as we find a valid `detail` that disambiguates tabs enough, we
will pass it to `Item::tab_content`. In `Editor`, this is implemented by
showing more and more of the path's suffix as `detail` is increased.
9c82d5b
Merge pull request #1333 from zed-industries/editor-mouse-context-menu
Click to expand commit body
Editor mouse context menu
Max Brunsfeld
created
ed1370e
Merge pull request #1330 from zed-industries/completions-setting
Click to expand commit body
Completions Menu Setting
Keith Simmons
created
bb83d86
Merge pull request #1351 from zed-industries/synchronous-language-names
Click to expand commit body
Fix incomplete language names list being used for JSON schema
Max Brunsfeld
created
4775d83
Fix incomplete language names list being used for JSON schema
Click to expand commit body
For now, since initializing the languages themselves is still async,
create a parallel duplicated code path that is synchronous, and
just provided the language names.
Max Brunsfeld
created
e7b1060
fix merge error to use new default settings flow
K Simmons
created
7f3018c
add show_completions_on_input setting to disable popping the completions menu automatically
Keith Simmons
created
cd87c55
Merge pull request #1350 from zed-industries/soft-revert-json-plugin