Commit log
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
Kay Simmons
created
2 years ago
2d39358
rust: Highlight functions called with a turbofish
Max Brunsfeld
created
2 years ago
a4a1797
Merge pull request #2171 from zed-industries/add-option-to-advance-cursor-downward-when-toggling-comment
Click to expand commit body
Add option to advance cursor downward when toggling comment
Joseph T. Lyons
created
2 years ago
19b686a
Merge pull request #2177 from zed-industries/check-before-test
Click to expand commit body
Cargo check before test to catch warnings/errors
Julia
created
2 years ago
ac882c7
Merge pull request #2179 from zed-industries/debounce-diagnostics
Click to expand commit body
Simulate disk-based diagnostics finishing 1s after saving buffer
Antonio Scandurra
created
2 years ago
baee6d0
Simulate disk-based diagnostics finishing 1s after saving buffer
Click to expand commit body
Previously, we would simulate disk-based diagnostics finishing after
saving a buffer. However, the language server may produce diagnostics
right after emitting the event, causing the diagnostics status bar item
to not reflect the latest state of the buffer.
With this change, we will instead simulate disk-based diagnostics finishing
after 1s after saving the buffer (only for language servers that
don't have the concept of disk-based diagnostics, such as TypeScript). This
ensures we always reflect the latest state and doesn't cause the UI to flicker
as a result of the LSP sending us diagnostics after every input.
Antonio Scandurra
created
2 years ago
50ccf16
Cargo check before test to catch warnings/errors
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Julia
and
Nathan Sobo
created
2 years ago
Kay Simmons
created
2 years ago
2c904cb
Merge pull request #2176 from zed-industries/better-move-to-brackets
Click to expand commit body
Make jump to matching bracket action more predictable
Kay Simmons
created
2 years ago
3330684
add tree-sitter-typescript to editor crate test support features
Kay Simmons
created
2 years ago
30caeea
fix comment typo
Kay Simmons
created
2 years ago
0ba051a
use more predictable rules for selecting which bracket to jump to and where
Kay Simmons
created
2 years ago
32191e3
Merge pull request #2175 from zed-industries/restore-toggle-dock-binding
Click to expand commit body
Put back shift-escape binding for FocusDock action
Max Brunsfeld
created
2 years ago
7037842
Put back shift-escape binding for FocusDock action
Max Brunsfeld
created
2 years ago
8bd20d8
Merge pull request #2173 from zed-industries/tab-bar-background-focus-pane
Click to expand commit body
Focus pane when clicking on tab bar background
Julia
created
2 years ago
df17753
Merge pull request #2172 from zed-industries/window-title-shenanigans
Click to expand commit body
Window title shenanigans
Julia
created
2 years ago
df0715e
Indicate in native window title if project is shared or remote
Julia
created
2 years ago
e56dfd9
Tell OS about window title
Julia
created
2 years ago
Joseph Lyons
created
2 years ago
bcf7a32
Update pull_request_template.md
Joseph T. Lyons
created
2 years ago
5fbc973
Add option to advance cursor downward when toggling comment
Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Joseph Lyons
and
Julia
created
2 years ago
fbd2398
Merge pull request #2161 from zed-industries/community/3-reveal-in-finder
Click to expand commit body
Introduce Reveal in Finder
Petros Amoiridis
created
2 years ago
114eef8
Merge pull request #2170 from zed-industries/fix-persistent-lsp-messages
Click to expand commit body
Fix LSP status messages persisting
Antonio Scandurra
created
2 years ago
5df50e2
Add timeouts to HTTP client
Antonio Scandurra
created
2 years ago
7a667f3
Use open_url from the platform module
Click to expand commit body
And remove the open function from the `util` crate.
Petros Amoiridis
created
2 years ago
2482a1a
Add timeout to HTTP requests during `npm info` and `npm fetch`
Antonio Scandurra
created
2 years ago
7641965
Merge pull request #2169 from zed-industries/improve-autocomplete
Click to expand commit body
Score matches case-sensitively when query contains an uppercase char
Antonio Scandurra
created
2 years ago
8db131a
Score matches case-sensitively when query contains an uppercase char
Antonio Scandurra
created
2 years ago
4f1e8c9
Merge pull request #2168 from zed-industries/auto-update-setting
Click to expand commit body
Add auto update setting
Mikayla Maki
created
2 years ago
c2de0f6
Add auto update setting
Mikayla Maki
created
2 years ago
17e8172
Merge pull request #2167 from zed-industries/clear-terminal-highlights
Click to expand commit body
Reset search matches when the terminal is cleared
Mikayla Maki
created
2 years ago
8e9d95f
Fix error where terminal search matches wouldn't be updated when clearing
Mikayla Maki
created
2 years ago
3a7ac9c
Focus pane when clicking on tab bar background
Julia
created
2 years ago
88c6b89
Merge pull request #2165 from zed-industries/toggle-soft-wrap
Click to expand commit body
Introduce `editor: toggle soft wrap` bound to `alt-z`
Antonio Scandurra
created
2 years ago
1012cea
Soft wrap at editor width if it's narrower than preferred line length
Antonio Scandurra
created
2 years ago
Page 3 of 157