Commit log

efad2a9 Merge pull request #1348 from zed-industries/fix-theme-rose-pine

Click to expand commit body
Update rose pine theme

Nate Butler created

5e7456d Fix docs

Isaac Clayton created

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

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

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

8bb8e85 Remove epoch-based metering

Isaac Clayton created

562e228 Remove .pre suffix use .epoch and .fuel instead

Isaac Clayton created

3fb1cd0 Fix issue where precompiled plugins were compiled with the wrong settings

Isaac Clayton created

01a2d53 Merge pull request #1327 from zed-industries/plugin-epoch

Click to expand commit body
Configurable Plugin Yielding

Isaac Clayton created

1460fd0 Merge pull request #1342 from zed-industries/mouse-based-splitting

Click to expand commit body
Introduce mouse-based pane splitting

Antonio Scandurra created

3e3bd7c Don't steal focus when splitting pane via context menu

Antonio Scandurra created

a6edf85 Use enum to differentiate between normal and precompiled plugins

Isaac Clayton created

daf1674 Fix failing test

Isaac Clayton created

c956a88 Quick documentation fix

Isaac Clayton created

b3e1fd0 Rename a few items and add documentation

Isaac Clayton created

8b376dd Fix resulting errors and introduce functional executor callback

Isaac Clayton created

8974b0c Work on supporting both epoch and fuel

Isaac Clayton created

9677db9 Deploy context menu when clicking on split icon

Antonio Scandurra created

10670db Add support for configuring plugin yield mechanism, stashing

Isaac Clayton created

c87efb0 Show split button at the right edge of the tab bar

Antonio Scandurra created

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

d04c338 Switch from epoch to fuel

Isaac Clayton created

e55e69c Merge pull request #1341 from zed-industries/mitigate-refcell-panics

Click to expand commit body
Mitigate `RefCell` panics

Antonio Scandurra created

8e2e5b5 Don't borrow window state mutably until we need to invoke resize callback

Antonio Scandurra created

c53fa49 Ensure no borrows are held when activating window or creating prompts

Antonio Scandurra created

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

97c163a Add note about WebAssembly Interface Types.

Isaac Clayton created

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

7e319a2 Fix #1335, rerun plugin build step only if non-volatile directories in plugin change

Isaac Clayton created

0defb0e Ensure settings global is initialized immediately

Max Brunsfeld created

2d23774 Merge pull request #1336 from zed-industries/cancel-rename-restore-highlights

Click to expand commit body
Restore document highlights when canceling a rename

Max Brunsfeld created

0beb385 Merge pull request #1338 from zed-industries/terminal-launch-bug

Click to expand commit body
Terminal launch bug

Mikayla Maki created

28ec4d4 Merge pull request #1337 from zed-industries/respect-hard-tabs-setting

Click to expand commit body
Simplify setting merging, fix ignored hard_tabs setting

Max Brunsfeld created

598954d Added a bit of documentation for the working directory calculation

Mikayla Maki created

41e83b6 Fixes terminal launch issues and adds tests for queries

Mikayla Maki created

277f561 Simplify setting merging, fix ignored hard_tabs setting

Max Brunsfeld created

b7109ea Restore document highlights when canceling a rename

Max Brunsfeld created

69f517e Remove stray 'pbcpoy' file

Max Brunsfeld created

d0d750c Merge pull request #1334 from zed-industries/plugin-id-for-language

Click to expand commit body
Fix association of 'json' lsp language id with JSON language

Max Brunsfeld created

2a47846 Fix association of 'json' lsp language id with JSON language

Max Brunsfeld created

dd554c1 Merge pull request #1331 from zed-industries/discoverable-settings

Click to expand commit body
Make settings more discoverable

Max Brunsfeld created

f2c932a Add terminal icon for status bar

Nate Butler created

0ebf417 Pre-populate settings.json when initializing it from Zed

Max Brunsfeld created

7750054 Add application menu item to open the default settings

Max Brunsfeld created

8464c03 Adjust settings schema generation to reflect rename

Click to expand commit body
Also, simplify that code.

Max Brunsfeld created

c02f4ea Rename LanguageSettings -> EditorSettings

Max Brunsfeld created

ec8a493 Move all default settings from source code into the JSON file

Max Brunsfeld created

e51dc25 Start moving default settings into a JSON file

Click to expand commit body
Co-authored-by: Antonio Scandurra <me@as-cii.com>

Max Brunsfeld and Antonio Scandurra created

7f11a32 Implement periodic yielding using epoch_deadline_async_yield_and_update

Isaac Clayton created

1ac8265 Fix typo

Isaac Clayton created