Commit log

90d532f Uncomment more gpui2 (#3221)

Click to expand commit body
Release Notes:

- N/A

Kirill Bulatov created

1a0cd3e Remove and add more todosmerge .

Kirill Bulatov created

77e3c7f WIP

Antonio Scandurra created

f1fc07d Move journal2 to workspace2

Kirill Bulatov created

eb8a0e7 Uncomment persistence tests

Kirill Bulatov created

b7712c2 Fix a todo in workspace

Antonio Scandurra created

bed10b4 Allow converting from a WeakView<V> to an AnyWeakView

Antonio Scandurra created

6fc7b17 Expose a focus handle from workspace::Item

Antonio Scandurra created

97d1d9b Uncomment Editor::report_editor_event

Antonio Scandurra created

0dfa3c6 Remove some todos

Antonio Scandurra created

11feda0 Uncomment Editor::new

Antonio Scandurra created

a9ab413 Detect prettier in npm workspaces correctly (#3219)

Click to expand commit body
Deals with https://github.com/zed-industries/community/issues/2016

Also refactored project code to spawn less default prettiers.

Release Notes:

- Fixed prettier not working in npm workspaces

Kirill Bulatov created

2fccde5 Remove unused code

Antonio Scandurra created

efa27cf Uncomment more editor code

Antonio Scandurra created

09346fb Port changes to zed2

Kirill Bulatov created

24dd1c5 Properly order default prettier installations and startups

Kirill Bulatov created

244c693 Reuse already running default prettiers

Kirill Bulatov created

cf95f9b Make it more clear that missing prettier is to blame

Kirill Bulatov created

369b514 Restore LSP names for prettier servers

Kirill Bulatov created

b75d8a6 Simplify

Kirill Bulatov created

ff144de Fix the bugs

Kirill Bulatov created

6bbb79a Rework prettier installation and start

Kirill Bulatov created

d673efe Add prettier workspace resolution test

Kirill Bulatov created

cdc82d0 Call editor::init

Antonio Scandurra created

800c268 Remove dependency from gpui from editor2

Antonio Scandurra created

fbee6b5 Get editor2 compiling with a ton of code commented out

Nathan Sobo created

f3b8a9d WIP

Nathan Sobo created

a731f8f WIP

Nathan Sobo created

dfc7c81 WIP

Nathan Sobo created

72b9dc8 Merge remote-tracking branch 'origin/main' into editor2

Nathan Sobo created

6a89f7c rich text2 (#3220)

Click to expand commit body
- git -> git3
- Add rich_text2

[[PR Description]]

Release Notes:

N/A

Nathan Sobo created

2a12e8f Merge remote-tracking branch 'origin/rich_text2' into editor2

Nathan Sobo created

383d912 [Not compiling] Continue working on VSCode import

Nate Butler created

0b3932f Convert rich_text2

Conrad Irwin created

6ecb480 Add rich_text2

Conrad Irwin created

cbd9026 git -> git3

Click to expand commit body
This is needed for the editor.

Conrad Irwin created

0aabb19 Into the woods

Conrad Irwin created

b4e2368 Merge branch 'main' into import-theme

Nate Butler created

0d0b6db Update theme importer

Nate Butler created

8d09baa Remove unintentionally committed txt file

Nate Butler created

2b0c959 Add terminal colors to ThemeColors, add `_background` to some color names.

Nate Butler created

9052b48 Use correct color values in quad fragment shader (#3217)

Click to expand commit body
Previously, when using rounded corners, the borders would get wider.
Looks like we weren't using the input color values consistently in the
fragment shader. The quad values are raw HSLA and are converted in the
vertex shader.

Release Notes:

- N/A

Nathan Sobo created

95a0827 Clean up unused code

Marshall Bowers created

152ac69 Add `themes2/src/themes` directory

Marshall Bowers created

d1636bf Finish up theme printer

Marshall Bowers created

fc37628 Start work on theme printer

Marshall Bowers created

7b712ac WIP

Nathan Sobo created

0bc5138 Add basic `VsCodeThemeConverter`

Marshall Bowers created

e48332c Parse VSCode theme files

Marshall Bowers created

583c36e WIP

Conrad Irwin created