Commit log
a66a0cf
Merge pull request #2075 from zed-industries/add-upper-character-count-limit
Click to expand commit body
Add upper character count limit
Joseph T. Lyons
created
3 years ago
27ee994
Merge pull request #2074 from zed-industries/decode-openurl-to-pathbuf
Click to expand commit body
Decode URL from `openURLs` to handle percent encoded paths
Julia
created
3 years ago
0414723
Decode URL from `openURLs` to handle percent encoded paths
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia
and
Nathan Sobo
created
3 years ago
5884194
Add upper character count limit
Joseph Lyons
created
3 years ago
5229683
Merge pull request #2069 from zed-industries/markdown-fenced-blocks
Click to expand commit body
Support syntax highlighting in Markdown fenced code blocks
Max Brunsfeld
created
3 years ago
678ee26
Merge branch 'main' into markdown-fenced-blocks
Max Brunsfeld
created
3 years ago
29d6745
Merge pull request #2072 from zed-industries/os-file-associations
Click to expand commit body
Insert macOS file association metadata during bundle process
Julia
created
3 years ago
51984f0
Fix feedback editor compile error due to LanguageRegistry API change
Max Brunsfeld
created
3 years ago
4d73d4b
Insert macOS file association metadata during bundle process
Julia
created
3 years ago
e8cea13
Merge pull request #2068 from zed-industries/doc-reparse
Click to expand commit body
Document Buffer::reparse
Nathan Sobo
created
3 years ago
dff08d3
Merge branch 'main' into markdown-fenced-blocks
Antonio Scandurra
created
3 years ago
c48e3f3
Reparse unknown injection ranges in buffer when adding a new language
Antonio Scandurra
created
3 years ago
f350982
WIP: Start on `SyntaxMapSnapshot::unknown_injection_languages`
Antonio Scandurra
created
3 years ago
14c72ca
Store syntax layers even if a language for the injection can't be found
Antonio Scandurra
created
3 years ago
f95bda6
Merge pull request #2009 from zed-industries/in-app-feedback
Click to expand commit body
In app feedback
Joseph T. Lyons
created
3 years ago
96ffe84
Document Buffer::reparse
Nathan Sobo
created
3 years ago
2b3d09f
Fix CI missing license check
Joseph Lyons
created
3 years ago
8e8f66a
Merge branch 'main' into in-app-feedback
Joseph Lyons
created
3 years ago
c9299a4
Clean out unused code
Joseph Lyons
created
3 years ago
9f048a4
Merge pull request #2044 from zed-industries/licensing-scripts
Click to expand commit body
Licensing scripts
Mikayla Maki
created
3 years ago
0f0d5d5
Added cargo-about auto-install and CI steps
Mikayla Maki
created
3 years ago
d060114
Added complete scripts for generating third party license files
Mikayla Maki
created
3 years ago
9d58032
Add action to open licenses file
Mikayla Maki
created
3 years ago
4609be2
WIP: Adding license compliance to CI
Mikayla Maki
created
3 years ago
4d05d61
Merge pull request #2049 from zed-industries/425-create-file-for-cli
Click to expand commit body
Create files passed as args to CLI
Mikayla Maki
created
3 years ago
8dabdd1
Ensure injection layer is recomputed when language changes
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
3 years ago
4678f6e
Merge pull request #2063 from zed-industries/active-tab-close-icon-pointing-hand
Click to expand commit body
Avoid stomping on tab close icon's cursor style
Julia
created
3 years ago
95b259b
Avoid stomping on tab close icon's cursor style
Julia
created
3 years ago
79cf6fb
WIP: Add test for dynamic language injection
Antonio Scandurra
created
3 years ago
cb610f3
WIP: Search language injections also by file extension
Click to expand commit body
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
3 years ago
36e4dce
Avoid allocating a string to compare language names
Antonio Scandurra
created
3 years ago
c49dc8d
Rename `LanguageRegistry::get_language` to `language_for_name`
Antonio Scandurra
created
3 years ago
f086fa3
Add syntax injections for Markdown fenced code blocks
Antonio Scandurra
created
3 years ago
c118f9a
Fix new errors after merge
Joseph Lyons
created
3 years ago
f2a5a4d
Merge branch 'main' into in-app-feedback
Joseph Lyons
created
3 years ago
fb2278d
Complete first iteration of in-app feedback
Joseph Lyons
created
3 years ago
50d37e1
Merge pull request #2060 from zed-industries/fix-ci-fail
Click to expand commit body
Fix mismatched return types on CI
Mikayla Maki
created
3 years ago
8dcaa81
switch return type of accepts_first_mouse
Mikayla Maki
created
3 years ago
e1a58e9
Merge pull request #2059 from zed-industries/no-indent-adjustment-on-error
Click to expand commit body
Avoid adjusting indentation of lines inside of newly-created errors
Max Brunsfeld
created
3 years ago
5608077
Add test for avoiding indent adjustment inside newly-created errors
Max Brunsfeld
created
3 years ago
Mikayla Maki
created
3 years ago
94b2f8e
Merge pull request #2054 from zed-industries/notification-mouse-events
Click to expand commit body
Notification mouse events
Mikayla Maki
created
3 years ago
310d867
Switch PopUp windows to use the NSTrackingArea API and add support for the mouseExited event
Click to expand commit body
Co-authored-by: Antonio <antonio@zed.dev>
Mikayla Maki
and
Antonio
created
3 years ago
9f74d6e
Highlight and auto-indent await expressions in rust
Max Brunsfeld
created
3 years ago
f7ceebf
Avoid adjusting indentation of lines inside newly-created errors
Max Brunsfeld
created
3 years ago
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Joseph Lyons
and
Mikayla Maki
created
3 years ago
df1e129
Merge pull request #2056 from zed-industries/confirm-quit
Click to expand commit body
Add confirm_quit setting
Max Brunsfeld
created
3 years ago
Joseph Lyons
created
3 years ago
4bee273
Merge pull request #2057 from zed-industries/multiple-definitions-multibuffer
Click to expand commit body
Multiple Definitions Multibuffer
Kay Simmons
created
3 years ago
2e37c0e
Open multiple definitions in a multibuffer instead of opening the files directly
Kay Simmons
created
3 years ago
Page 2 of 151