Skip to content

Commit 6a2e337

Browse files
authored
Merge pull request #683 from yyk808/main
zed integration: buggy but work
2 parents c64b9e9 + 9da1cc4 commit 6a2e337

15 files changed

+1699
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zed/
1+
/zed/

scripts/zed-intergration/patches/0001-add-new-module-mega-and-mega_panel.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 006bd0e01b5deba6792af824a5a73c32e96efa2c Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Sat, 19 Oct 2024 21:24:00 +0800
4-
Subject: [PATCH 01/10] add new module mega and mega_panel
4+
Subject: [PATCH 01/14] add new module mega and mega_panel
55

66
---
77
Cargo.lock | 23 ++++++

scripts/zed-intergration/patches/0002-mega-integrate-basic-panel-code-with-zed.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From afca3aee776df6674d0c6d17858d944c64ec56ae Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Mon, 21 Oct 2024 09:18:40 +0800
4-
Subject: [PATCH 02/10] mega: integrate basic panel code with zed
4+
Subject: [PATCH 02/14] mega: integrate basic panel code with zed
55

66
---
77
Cargo.lock | 7 +-

scripts/zed-intergration/patches/0003-add-mega-panel-trait-implementation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From a6636b00e11cfa284e2e152cb2ac0a6d92508a34 Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Mon, 21 Oct 2024 09:33:24 +0800
4-
Subject: [PATCH 03/10] add: mega `panel` trait implementation
4+
Subject: [PATCH 03/14] add: mega `panel` trait implementation
55

66
---
77
Cargo.lock | 1 +

scripts/zed-intergration/patches/0004-fix-make-mega_panel-runnable.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 5e676b9b1669d078a25bcee9a0d1b87743862a30 Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Mon, 21 Oct 2024 10:00:36 +0800
4-
Subject: [PATCH 04/10] fix: make mega_panel runnable
4+
Subject: [PATCH 04/14] fix: make mega_panel runnable
55

66
---
77
assets/settings/default.json | 8 ++++++++

scripts/zed-intergration/patches/0005-mega_panel-very-basic-info-render-support.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From e04d4b01af7991ed4b40fcd9553f20e67f2ec53f Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Tue, 22 Oct 2024 16:15:01 +0800
4-
Subject: [PATCH 05/10] mega_panel: very basic info render support
4+
Subject: [PATCH 05/14] mega_panel: very basic info render support
55

66
---
77
Cargo.lock | 4 +-

scripts/zed-intergration/patches/0006-mega-basic-rest-api-support.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 8b57a9f693c95e92ee5299ff30b6cd791c08da71 Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Tue, 22 Oct 2024 19:12:08 +0800
4-
Subject: [PATCH 06/10] mega: basic rest api support
4+
Subject: [PATCH 06/14] mega: basic rest api support
55

66
---
77
Cargo.lock | 1 +

scripts/zed-intergration/patches/0007-mega_panel-control-pad-and-information-display.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 0ae6bfb40025aca376878982579a322eaa231143 Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Sat, 26 Oct 2024 22:02:19 +0800
4-
Subject: [PATCH 07/10] mega_panel: control pad and information display
4+
Subject: [PATCH 07/14] mega_panel: control pad and information display
55

66
---
77
crates/mega/src/mega.rs | 56 ++++++++---

scripts/zed-intergration/patches/0008-mega-feat-toggle-fuse-mount.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 8f8d3a30a45fa4f3b2359060d63a51f065c327d9 Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Tue, 29 Oct 2024 18:50:39 +0800
4-
Subject: [PATCH 08/10] mega: feat toggle fuse mount
4+
Subject: [PATCH 08/14] mega: feat toggle fuse mount
55

66
---
77
Cargo.lock | 6 +-

scripts/zed-intergration/patches/0009-Fix-dont-restore-previous-workspace.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
From 69f92bb2dbb1b2facf7b60cb6c6e1c0d211c4f4d Mon Sep 17 00:00:00 2001
22
From: Neon <[email protected]>
33
Date: Tue, 29 Oct 2024 21:08:56 +0800
4-
Subject: [PATCH 09/10] Fix: dont restore previous workspace
4+
Subject: [PATCH 09/14] Fix: dont restore previous workspace
55

66
---
77
crates/project/src/project.rs | 106 ++++++++++++++++++++++

0 commit comments

Comments
 (0)