Commit log
cf4e719
Fixes a race condition in the restart implementation
Click to expand commit body
Fixes open_urls racing workspace initialization and causing a double-open (community#927)
Adds a -d flag to the bundle script to compile in debug mode
Co-Authored-by: Max <max@zed.dev>
Mikayla Maki
and
Max
created
2 years ago
8c3232b
Add `reveal in finder` to additional locations
Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Joseph Lyons
and
Julia
created
2 years ago
ebf1da1
Remove print macros
Joseph Lyons
created
2 years ago
3564e95
Add labeled tasks to gpui and observe them in the activity status to give feedback when we are still waiting for the language server
Kay Simmons
created
2 years ago
ecf77a5
Merge pull request #2194 from zed-industries/window-position-env-vars
Click to expand commit body
Fix handling of ZED_WINDOW_{SIZE,POSITION} env vars
Max Brunsfeld
created
2 years ago
927f7b3
Fix handling of ZED_WINDOW_{SIZE,POSITION} env vars
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
07bb428
Merge pull request #2193 from zed-industries/autoclose-fixes
Click to expand commit body
Restructure scope-specific auto-close pairs, fix regression in skipping over auto-closed brackets
Max Brunsfeld
created
2 years ago
a11165a
Add unit test for auto-closing quotation marks with overrides
Max Brunsfeld
created
2 years ago
Max Brunsfeld
created
2 years ago
0e01707
Merge pull request #2192 from zed-industries/format-ci-enforcement
Click to expand commit body
Enforce rustfmt on CI & clean up some let-else format errors
Julia
created
2 years ago
8be844a
Add test that loads all bundled languages
Max Brunsfeld
created
2 years ago
7c98395
Add missing comment pattern to TSX overrides query
Max Brunsfeld
created
2 years ago
8922156
Restructure how bracket pairs are overridden to unify lists
Click to expand commit body
This way, a bracket pair that is disabled in a given scope can still be skipped, if
it was auto-closed before that scope existed.
Max Brunsfeld
created
2 years ago
bda37ff
Enforce rustfmt on CI & clean up some let-else format errors
Julia
created
2 years ago
2982a98
Merge pull request #2187 from zed-industries/save-untitled-buffer-bugs
Click to expand commit body
Fix newly-discovered bugs in saving untitled buffers
Max Brunsfeld
created
2 years ago
010eba5
Make Project::save_buffer and ::save_buffers into methods
Max Brunsfeld
created
2 years ago
56b7eb6
Only send UpdateBufferFile messages for buffers whose files have changed
Click to expand commit body
Send that message when saving a buffer as a new path.
Max Brunsfeld
created
2 years ago
6551742
Merge pull request #2191 from zed-industries/petros/z-53-reveal-in-finder-crashes-zed
Click to expand commit body
Move reveal_path to ForegroundPlatform
Petros Amoiridis
created
2 years ago
4bb986b
Move reveal_path to ForegroundPlatform
Click to expand commit body
So that we can use spawn to use the OS API call.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis
and
Antonio Scandurra
created
2 years ago
efafd1d
Merge pull request #2188 from zed-industries/dont-open-project-items-in-dock
Click to expand commit body
Dont open project items in dock
Kay Simmons
created
2 years ago
0981244
further tweak comment
Kay Simmons
created
2 years ago
159d3ab
Add comment explaining push_keystroke
Kay Simmons
created
2 years ago
3fb6e31
revert for loop change and store matched actions in a sorted set instead
Kay Simmons
created
2 years ago
04df00b
Iterate over keymap then dispatch path when matching keybindings to make precedence more intuitive
Click to expand commit body
Rename action which adds the active tab to the dock to be more intuitive
Add action which moves the active tab out of the dock and bind it to the same keybinding
Kay Simmons
created
2 years ago
dc6f7fd
pull toggle button into its own file
Kay Simmons
created
2 years ago
ac3e8f6
Merge pull request #2186 from zed-industries/better-vim-matching-motion
Click to expand commit body
Better vim matching motion
Kay Simmons
created
2 years ago
fc811d1
Fix failing test
Kay Simmons
created
2 years ago
cdf64b6
Unify save and save_as for local worktrees
Click to expand commit body
This fixes state propagation bugs due to missing RPC calls in save_as.
Max Brunsfeld
created
2 years ago
3a7cfc3
Move the save and save_as code paths close together
Max Brunsfeld
created
2 years ago
5e4d113
fix bracket ranges failing test
Kay Simmons
created
2 years ago
de6eb00
Start work on making save and save_as code paths more similar
Max Brunsfeld
created
2 years ago
76975c2
Refactor: split Project::format logic into local and remote cases
Max Brunsfeld
created
2 years ago
57a7ff9
fix vim percent motion to better match the docs and observed behavior
Kay Simmons
created
2 years ago
eebce28
Respect UpdateBufferFile messages on guest buffers without file
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
31dac39
Fix assignment of language to formerly-untitled buffers
Click to expand commit body
When lazy-loading a language, check if it matches plain text buffers.
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
5cfe206
Merge pull request #2185 from zed-industries/refactor-restart
Click to expand commit body
Used the pre-existing app_path call in the GPUI platform
Mikayla Maki
created
2 years ago
ff2fb06
Used the pre-existing app_path call in the GPUI platform
Mikayla Maki
created
2 years ago
a5ad2f5
Update README.md
Mikayla Maki
created
2 years ago
7b291df
Merge pull request #2184 from zed-industries/relaunch
Click to expand commit body
Restart
Mikayla Maki
created
2 years ago
6e33f33
Switch to open based restarting
Mikayla Maki
created
2 years ago
4ea7a24
Made the 'update zed to collaborate' button clickable
Mikayla Maki
created
2 years ago
48b76f9
Merge pull request #2183 from zed-industries/default-settings-yaml-casing
Click to expand commit body
Use correct case for YAML in default settings
Julia
created
2 years ago
c72a50e
Use correct case for YAML in default settings
Julia
created
2 years ago
43f61ab
Added action to autoupdate
Mikayla Maki
created
2 years ago
cf83ecc
Added workspace restart command
Mikayla Maki
created
2 years ago
848c6b7
Merge pull request #2181 from zed-industries/update-typesript-tree-sitter
Click to expand commit body
update tree-sitter-typescript to add support for new satisfies operator
Kay Simmons
created
2 years ago
b90fc04
Merge pull request #2180 from zed-industries/turbofish-highlight
Click to expand commit body
Highlight functions called with a turbofish in Rust
Max Brunsfeld
created
2 years ago
98b5163
Merge pull request #2182 from zed-industries/faster-injections
Click to expand commit body
Fix syntax-related performance problems on gigantic files
Max Brunsfeld
created
2 years ago
28eb69e
Bump tree-sitter for optimization of querying in range
Max Brunsfeld
created
2 years ago
b03eebe
update tree-sitter-typescript to add support for new satisfies operator
Kay Simmons
created
2 years ago
Page 6 of 161