923f093
First pass of plugin side of things complete
Isaac Clayton created
923f093
First pass of plugin side of things complete
Isaac Clayton created
d7b97b2
Async runtime working but is blocking
Isaac Clayton created
8bce35d
Move Wasi to async, validate timeslicing, using async in traits still WIP
Isaac Clayton created
e9b87f3
Factor out buffer code
Isaac Clayton created
fbaff61
Get JSON LSP running, still work to be done
Isaac Clayton created
38d7321
Remove non-WASI code
Isaac Clayton created
805c86b
Add support for variadic functions
Isaac Clayton created
17d15b2
Get Wasi working
Isaac Clayton created
b849487
Start moving code from Zed to plugin
Isaac Clayton created
7dd3114
Start switching JSON LSP adapter to plugin (take 2)
Isaac Clayton created
35b2eff
Update plugin dependencies
Isaac Clayton created
0cf64d6
Clean up impl a bit
Isaac Clayton created
f6a9558
Work on macro binding generation, some cleanup needed, rename runner to plugin
Isaac Clayton created
dda6dcb
Quick documentation pass
Isaac Clayton created
6768713
Get basic Wasm runtime running
Isaac Clayton created
feae434
Update lockfile
Isaac Clayton created
f6b6d19
Add wasmtime and fix zstd version conflict
Isaac Clayton created
4003037
Documented code, got basic example working
Isaac Clayton created
4ff9a6b
Update lockfile
Isaac Clayton created
13e0ad7
Get Runtime working...
Isaac Clayton created
265be4a
Clean up interface a bit
Isaac Clayton created
8293b69
Start sketching out runner runtime
Isaac Clayton created
627d067
Merge pull request #1302 from zed-industries/external-formatting
Introduce support for formatting via an external command
Antonio Scandurra created
52b8efc
Add integration test to exercise formatting via external command
Antonio Scandurra created
b91d44b
Respond with a debug version of the error in rpc `Client`
Antonio Scandurra created
c625424
Allow providing an external format in `format_on_save` setting
Antonio Scandurra created
baa011c
added inline hint
Mikayla Maki created
b2fa511
GPUI change proposals
Mikayla Maki created
778cfd9
Added basic selections
Mikayla Maki created
c139f1e
combine branches of events in from_native
Keith Simmons created
4ec2d6e
Tweak navigation bar colors in theme
I meant to include this in #1297
Max Brunsfeld created
f85d544
Merge pull request #1297 from zed-industries/back-and-forward-buttons
Back and forward buttons
Max Brunsfeld created
bcb553f
Combine platform mouse events to use common MouseEvent struct and remove MouseDragged event in favor of MouseMoved
Keith Simmons created
70cf6b4
Give nav buttons a background on hover
Max Brunsfeld created
4e8dbbf
Add test for pane nav history covering notification of pane's toolbar
Max Brunsfeld created
a378ec4
Enable and disable nav buttons based on pane's navigation stack
Also, make the `NavHistory` type private to the `workspace` crate. Expose only the `ItemNavHistory` type, via a method on Pane called `nav_history_for_item`.
Max Brunsfeld created
686e573
pull event data out into individual Event structs
Keith Simmons created
7e5cf66
Add forward and backward navigation buttons to toolbar
Max Brunsfeld created
cba5b4a
Began working on selections, refactored colors
Mikayla Maki created
525e317
remove custom terminal keybindings
Keith Simmons created
2d126c7
add terminal modal which can be displayed and dismissed while preserving the terminal state
Keith Simmons created
bbe3259
0.45
Max Brunsfeld created
bb6a573
Merge pull request #1293 from zed-industries/autosave-focus-change-window-activate
Treat window deactivation as a focus change for the purpose of autosave
Max Brunsfeld created
a858b3f
Treat window deactivation as a focus change for the purpose of autosave
Max Brunsfeld created
00d1c2e
Merge pull request #1291 from zed-industries/fix-autosave-on-close
Fix autosave when closing a tab
Max Brunsfeld created
e9a950f
Merge pull request #1292 from zed-industries/paste-panic
Fix panic on paste when editing with auto-indent
Max Brunsfeld created
2c1906d
Normalize line endings when parsing completions
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
d3db700
Fix panic on paste when editing with auto-indent
Instead of accepting text as it's input by the user, we will read it out of the edit operation after it gets sanitized by the buffer.
Antonio Scandurra created
ab4931d
Prevent autosave for deleted files
Antonio Scandurra created
9286893
Save item when closing it if autosave on focus change is enabled
Antonio Scandurra created