Commit log
66cd4b3
Merge pull request #1352 from zed-industries/modal-context
Click to expand commit body
Fixed modal terminal bindings to not show in command palette
Mikayla Maki
created
3 years ago
f55b24d
Fixed modal terminal bindings to not show in command palette
Mikayla Maki
created
3 years ago
79b7dcb
Basic keybindings infra done
Mikayla Maki
created
3 years ago
Max Brunsfeld
created
3 years ago
9c82d5b
Merge pull request #1333 from zed-industries/editor-mouse-context-menu
Click to expand commit body
Editor mouse context menu
Max Brunsfeld
created
3 years ago
ed1370e
Merge pull request #1330 from zed-industries/completions-setting
Click to expand commit body
Completions Menu Setting
Keith Simmons
created
3 years ago
bb83d86
Merge pull request #1351 from zed-industries/synchronous-language-names
Click to expand commit body
Fix incomplete language names list being used for JSON schema
Max Brunsfeld
created
3 years ago
4775d83
Fix incomplete language names list being used for JSON schema
Click to expand commit body
For now, since initializing the languages themselves is still async,
create a parallel duplicated code path that is synchronous, and
just provided the language names.
Max Brunsfeld
created
3 years ago
e7b1060
fix merge error to use new default settings flow
K Simmons
created
3 years ago
7f3018c
add show_completions_on_input setting to disable popping the completions menu automatically
Keith Simmons
created
3 years ago
cd87c55
Merge pull request #1350 from zed-industries/soft-revert-json-plugin
Click to expand commit body
Temporarily remove JSON plugin + restore native JSON LspAdapter
Max Brunsfeld
created
3 years ago
5366ed4
Add basic test for editor context menu
Keith Simmons
created
3 years ago
b850e41
Add editor mouse context menu with some basic refactorings and an entry to pop the code actions
Keith Simmons
created
3 years ago
d796b54
WIP add basic context menu and make progress toward adding quick actions to it
Keith Simmons
created
3 years ago
dddeb66
Temporarily remove JSON plugin + restore native JSON LspAdapter
Max Brunsfeld
created
3 years ago
958fd9a
Merge pull request #1349 from zed-industries/connection-refactor
Click to expand commit body
Terminal Connection touch up
Mikayla Maki
created
3 years ago
7885234
Added clear screan command
Mikayla Maki
created
3 years ago
4f9d88f
Made a quick fix for modal issues, better solution pending rewrite
Mikayla Maki
created
3 years ago
344e037
remove temporary work
Mikayla Maki
created
3 years ago
494c168
Beginning rewrite of affected systems
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
2ca340b
Beginning research
Mikayla Maki
created
3 years ago
efad2a9
Merge pull request #1348 from zed-industries/fix-theme-rose-pine
Click to expand commit body
Update rose pine theme
Nate Butler
created
3 years ago
Isaac Clayton
created
3 years ago
a452699
Merge pull request #1347 from zed-industries/rustup-directly-on-ci
Click to expand commit body
Use rustup directly on CI instead of actions-rs/toolchain
Antonio Scandurra
created
3 years ago
474a08b
Update rose pine theme
Click to expand commit body
- Update Rose Pine & Rose Pine Dawn with the correct semantic colors
- Add Rose Pine Moon
Nate Butler
created
3 years ago
0e010c2
Use rustup directly on CI instead of actions-rs/toolchain
Click to expand commit body
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Isaac Clayton <slightknack@gmail.com>
Max Brunsfeld
,
Antonio Scandurra
, and
Isaac Clayton
created
3 years ago
8bb8e85
Remove epoch-based metering
Isaac Clayton
created
3 years ago
562e228
Remove .pre suffix use .epoch and .fuel instead
Isaac Clayton
created
3 years ago
3fb1cd0
Fix issue where precompiled plugins were compiled with the wrong settings
Isaac Clayton
created
3 years ago
01a2d53
Merge pull request #1327 from zed-industries/plugin-epoch
Click to expand commit body
Configurable Plugin Yielding
Isaac Clayton
created
3 years ago
1460fd0
Merge pull request #1342 from zed-industries/mouse-based-splitting
Click to expand commit body
Introduce mouse-based pane splitting
Antonio Scandurra
created
3 years ago
3e3bd7c
Don't steal focus when splitting pane via context menu
Antonio Scandurra
created
3 years ago
a6edf85
Use enum to differentiate between normal and precompiled plugins
Isaac Clayton
created
3 years ago
daf1674
Fix failing test
Isaac Clayton
created
3 years ago
c956a88
Quick documentation fix
Isaac Clayton
created
3 years ago
b3e1fd0
Rename a few items and add documentation
Isaac Clayton
created
3 years ago
8b376dd
Fix resulting errors and introduce functional executor callback
Isaac Clayton
created
3 years ago
8974b0c
Work on supporting both epoch and fuel
Isaac Clayton
created
3 years ago
9677db9
Deploy context menu when clicking on split icon
Antonio Scandurra
created
3 years ago
10670db
Add support for configuring plugin yield mechanism, stashing
Isaac Clayton
created
3 years ago
c87efb0
Show split button at the right edge of the tab bar
Antonio Scandurra
created
3 years ago
8eb8f8e
Merge pull request #1340 from zed-industries/plugin-docs-witx
Click to expand commit body
Add note about WebAssembly Interface Types.
Isaac Clayton
created
3 years ago
d04c338
Switch from epoch to fuel
Isaac Clayton
created
3 years ago
e55e69c
Merge pull request #1341 from zed-industries/mitigate-refcell-panics
Click to expand commit body
Mitigate `RefCell` panics
Antonio Scandurra
created
3 years ago
8e2e5b5
Don't borrow window state mutably until we need to invoke resize callback
Antonio Scandurra
created
3 years ago
c53fa49
Ensure no borrows are held when activating window or creating prompts
Antonio Scandurra
created
3 years ago
d4e0f73
Drop window borrow before calling `makeKeyAndOrderFront`
Click to expand commit body
We're seeing some stack traces where calling `makeKeyAndOrderFront`
could invoke `setFrameSize`, which is causing a double borrow.
Antonio Scandurra
created
3 years ago
97c163a
Add note about WebAssembly Interface Types.
Isaac Clayton
created
3 years ago
b49b11f
Merge pull request #1339 from zed-industries/plugin-rerun
Click to expand commit body
Rerun plugin build step only on change
Isaac Clayton
created
3 years ago
Page 35 of 137