f95bda6
Merge pull request #2009 from zed-industries/in-app-feedback
Click to expand commit body
In app feedback
Joseph T. Lyons created
f95bda6
Merge pull request #2009 from zed-industries/in-app-feedback
In app feedback
Joseph T. Lyons created
96ffe84
Document Buffer::reparse
Nathan Sobo created
2b3d09f
Fix CI missing license check
Joseph Lyons created
8e8f66a
Merge branch 'main' into in-app-feedback
Joseph Lyons created
c9299a4
Clean out unused code
Joseph Lyons created
9f048a4
Merge pull request #2044 from zed-industries/licensing-scripts
Licensing scripts
Mikayla Maki created
0f0d5d5
Added cargo-about auto-install and CI steps
Mikayla Maki created
d060114
Added complete scripts for generating third party license files
Mikayla Maki created
9d58032
Add action to open licenses file
Mikayla Maki created
4609be2
WIP: Adding license compliance to CI
Mikayla Maki created
4d05d61
Merge pull request #2049 from zed-industries/425-create-file-for-cli
Create files passed as args to CLI
Mikayla Maki created
8dabdd1
Ensure injection layer is recomputed when language changes
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
4678f6e
Merge pull request #2063 from zed-industries/active-tab-close-icon-pointing-hand
Avoid stomping on tab close icon's cursor style
Julia created
95b259b
Avoid stomping on tab close icon's cursor style
Julia created
79cf6fb
WIP: Add test for dynamic language injection
Antonio Scandurra created
cb610f3
WIP: Search language injections also by file extension
There are still a few things left: 1. Add test to verify we can successfully locate a language by its extension 2. Add test to reproduce bug where changing the fenced code block language won't reparse the block with the new language 3. Reparse injections for which we couldn't find a language when the language registry changes. 4. Check why the markdown grammar considers the trailing triple backtick as `(code_block_content)`, as opposed to being part of the outer markdown.
Antonio Scandurra created
36e4dce
Avoid allocating a string to compare language names
Antonio Scandurra created
c49dc8d
Rename `LanguageRegistry::get_language` to `language_for_name`
Antonio Scandurra created
f086fa3
Add syntax injections for Markdown fenced code blocks
Antonio Scandurra created
c118f9a
Fix new errors after merge
Joseph Lyons created
f2a5a4d
Merge branch 'main' into in-app-feedback
Joseph Lyons created
fb2278d
Complete first iteration of in-app feedback
Joseph Lyons created
50d37e1
Merge pull request #2060 from zed-industries/fix-ci-fail
Fix mismatched return types on CI
Mikayla Maki created
8dcaa81
switch return type of accepts_first_mouse
Mikayla Maki created
e1a58e9
Merge pull request #2059 from zed-industries/no-indent-adjustment-on-error
Avoid adjusting indentation of lines inside of newly-created errors
Max Brunsfeld created
5608077
Add test for avoiding indent adjustment inside newly-created errors
Max Brunsfeld created
bb24f11
Removed dbg
Mikayla Maki created
94b2f8e
Merge pull request #2054 from zed-industries/notification-mouse-events
Notification mouse events
Mikayla Maki created
310d867
Switch PopUp windows to use the NSTrackingArea API and add support for the mouseExited event
Co-authored-by: Antonio <antonio@zed.dev>
Mikayla Maki and Antonio created
9f74d6e
Highlight and auto-indent await expressions in rust
Max Brunsfeld created
f7ceebf
Avoid adjusting indentation of lines inside newly-created errors
Max Brunsfeld created
083986d
WIP
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Joseph Lyons and Mikayla Maki created
df1e129
Merge pull request #2056 from zed-industries/confirm-quit
Add confirm_quit setting
Max Brunsfeld created
c1934d6
WIP
Joseph Lyons created
4bee273
Merge pull request #2057 from zed-industries/multiple-definitions-multibuffer
Multiple Definitions Multibuffer
Kay Simmons created
2e37c0e
Open multiple definitions in a multibuffer instead of opening the files directly
Kay Simmons created
2f42af2
Add confirm_quit setting
Max Brunsfeld created
be2c601
Merge pull request #2055 from zed-industries/language-config-overrides
Language config overrides
Max Brunsfeld created
8dcef46
Drop 'override.' prefix from capture names in override query
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld and Julia Risley created
2aa7a9e
Add overrides for all languages
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld and Julia Risley created
8af1294
Changed platform mouse moved handling to only fire on active or popup windows
co-authored-by: Antonio <antonio@zed.dev>
Mikayla Maki and Antonio created
5a00729
Merge pull request #2051 from zed-industries/show-following-to-followed
Show following to followed
Mikayla Maki created
97203e1
Fix broken merge
Mikayla Maki created
95e661a
Switched from active hover to NSViews acceptsFirstMouse API
Co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
b54b77b
Merge pull request #2053 from zed-industries/on-move-out
Hide hovers when mouse leaves area & window focus is lost
Julia created
467e3dc
Hide editor hover on mouse move out & always notify when hiding hover
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
131f347
Don't dispatch mousemove without focus & avoid swallowing external moves
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
88170df
Switched from active hover to NSViews acceptsFirstMouse API
Mikayla Maki created
2967b46
Implement scope-specific bracket matching and comment toggling
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld and Julia Risley created
4eeb1ae
Adds UI for showing the followed-by status to collaboration
Mikayla Maki created