54b30f0
zed 0.76.1
Max Brunsfeld created
54b30f0
zed 0.76.1
Max Brunsfeld created
e449e7e
Merge pull request #2199 from zed-industries/welcome-experience
Welcome experience
Mikayla Maki created
47eed72
Merge pull request #2263 from zed-industries/language-status-bar
Language status bar
Mikayla Maki created
ca50ec1
Merge pull request #2262 from zed-industries/manual-language-selection
Introduce language selector
Antonio Scandurra created
9f180d6
Merge pull request #2261 from zed-industries/async-language-loading
Allow waiting for language to be loaded in LanguageRegistry APIs
Antonio Scandurra created
3fd2db0
Merge pull request #2267 from zed-industries/fix-terminal-icon-active-state
Activate and deactivate the terminal icon based on focused view
Mikayla Maki created
c2bb2a8
Merge pull request #2265 from zed-industries/fix-menu-bar-greying-out
Fix too-agressive menu bar greying
Mikayla Maki created
9a6e7d3
Merge pull request #2257 from zed-industries/check-all-contexts
Fix keyboard shortcuts not showing
Mikayla Maki created
b28bce2
Merge pull request #2264 from zed-industries/make-terminal-default-better
Make terminal fallback correctly when unable to deserialize a cwd
Mikayla Maki created
67c0462
v0.76.x preview
Joseph Lyons created
4179ed6
Merge pull request #2251 from zed-industries/clear-follow-state-on-project-close
Update db followers table when user leaves a project
Julia created
d173b1d
Update db followers table when user leaves a project
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia and Nathan Sobo created
4f4af55
Merge pull request #2248 from zed-industries/increase-reconnect-timeout
Increase room reconnect timeout
Julia created
1e5aff9
Update collab integration test to new reconnect timeout
Julia created
ee154fe
Merge pull request #2231 from zed-industries/nate/add-gruvbox
Add Gruvbox Theme
Nate Butler created
7163ba4
Merge pull request #2250 from zed-industries/syntax-highlighting-tweaks
Syntax highlighting tweaks
Max Brunsfeld created
c832e44
Remove more colors from default syntax theme
These default colors weren't consistent with the rest of the syntax theme.
Max Brunsfeld created
5157248
Make racket highlight query more consistent with other langs
Max Brunsfeld created
0867162
Fix lua highlight query
* Fix regex predicate on constants. * Remove 'function.call' highlight name. In other languages, we differentiate calls from definitions with the 'function.definition' highlight name. We actually don't use this in any themes though.
Max Brunsfeld created
aba2914
Fix constant highlighting in JS, TypeScript
Previously, SCREAMING_SNAKE_CASE identifiers were highlighted as types due to a mistake in the order of patterns in the highlight queries.
Max Brunsfeld created
246a6ad
Merge pull request #2239 from zed-industries/add-constructor-to-syntax-overrides
Add constructor to syntax overrides
Max Brunsfeld created
620890c
Merge pull request #2247 from zed-industries/tidy-up-sprite-cache
Tidy up `SpriteCache::render_glyph`
Julia created
0ec984f
Tidy up `SpriteCache::render_glyph`
Antonio Scandurra created
01bbf20
Merge pull request #2235 from zed-industries/no-panic-uploads-in-debug
Don't upload panic files when running in a PTY
Max Brunsfeld created
996294b
Merge pull request #2246 from zed-industries/fix-lsp-derive-error
Make diagnostic processing order independent
Mikayla Maki created
ddf2f2c
Update test to use new group ids and new ordering of diagnostics.
Mikayla Maki created
bd4d755
Make diagnostic processing order independent
Co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
5097cf5
Merge pull request #2245 from zed-industries/confirm-restart-unsaved
Confirm restart if prompt-quit is enabled or there are unsaved changes
Julia created
13212d2
Confirm restart if prompt-quit is enabled or there are unsaved changes
Julia created
b9110c9
Increase reconnect timeout
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
b957387
Merge pull request #2243 from zed-industries/joseph/z-225-track-open-terminals
Keep track of open terminals
Joseph T. Lyons created
3ec71a7
Keep track of open terminals
Co-Authored-By: Petros Amoiridis <petros@hey.com> Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Joseph Lyons , Petros Amoiridis , and Mikayla Maki created
50682dc
Merge pull request #2233 from zed-industries/fix-code-folding-initialization
Initialize code fold indicators on buffer startup
Mikayla Maki created
2bca64f
Merge pull request #2242 from zed-industries/mouse-event-handlers-yes
Fix surprising mouse propagation & avoid focusing tab while closing
Julia created
606d683
Add interactable fold markers
Change fold handlers to be driven by the fold map Switch to a mouse region based implementation for click regions Co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
ff2e6bc
Fix surprising mouse propagation & avoid focusing tab while closing
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
218f2fd
Merge pull request #2241 from zed-industries/joseph/z-223-add-terminal-button-to-status-bar
Add a terminal button to status bar
Joseph T. Lyons created
bb0257b
Merge branch 'main' into no-panic-uploads-in-debug
Max Brunsfeld created
929ebd7
Add a terminal button to status bar
Co-Authored-By: Petros Amoiridis <petros@hey.com>
Joseph Lyons and Petros Amoiridis created
124aa74
Merge pull request #2234 from zed-industries/error-on-combined-injections-in-injections
Fix range relativization when combined injections occur inside of other injections
Max Brunsfeld created
a2f75eb
Merge pull request #2240 from zed-industries/petros/update-setup-instructions
Add missing steps to the setup instructions
Petros Amoiridis created
6194c5d
Add missing steps to the setup instructions
Petros Amoiridis created
d14b684
Merge pull request #2236 from zed-industries/avoid-clobbering-panic-file
Avoid clobbering panic files when they happen at the same time
Max Brunsfeld created
7a8cba0
Merge pull request #2227 from zed-industries/strip-trailing-whitespace
Add settings to normalize whitespace on save
Max Brunsfeld created
f1b5bf0
Fornat
Nate Butler created
ad4201f
Hack to fix `syntax.constructor` causing TS error
Nate Butler created
75a9cfd
Remove leftover log
Nate Butler created
3b6f667
Merge pull request #2238 from zed-industries/subpixel-variant-incorrectly-wrapping
Avoid wrapping to the 0th glyph variant when the 4th should be used
Julia created
9311e01
Avoid wrapping to the 0th glyph variant when the 4th should be used
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
6d068e9
Merge pull request #2237 from zed-industries/revert-2232-tab-bar-background-focus-drag
Revert "Avoid tab bar background activating an item at the end of a tab drag"
Nate Butler created