-
-
Notifications
You must be signed in to change notification settings - Fork 515
Commit 038a0d1
[atl-1217] sketchbook explorer
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Can render commands in the sketchbook tree.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
fixed children for generic folder.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Externalized the extensions into a single file.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
[dev]: Fixed the tasks.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
[dev]: Parse configs without `jsonc`.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
[doc]: Removed obsolete documentation.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Fixed the `name` and the `repository` link.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
[dev]: Use `rm -rf` for the clean-up.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Wiped the unused Dockerfile.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
open sketches commands
Use template methods for the sketchbook trees.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Exported the sketchbook tree container API.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Fixed the icons.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Simplified the type-guard on `SketchDirNode`.
No need to keep the full `sketch` object on the tree node.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Initialize the model with the CLI config object.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Added required dependencies.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Added `open`.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Fixed the scrollbar issue in sketchbook tree.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Removed the CLI config dependency from the widget.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Exposed the tree model to the command service.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Pinned `deepmerge` to `2.0.1`.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Fixed bug when executing the command for node.
The even propagation has to be stopped to avoid tree expand/collapse if
running the commands.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
[dev]: Reordered the launch configs.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Sketchbook explorer1 parent e6cbefb commit 038a0d1
File tree
38 files changed
+1378
-583
lines changed- .vscode
- arduino-ide-extension
- src
- browser
- contributions
- data
- style
- theia
- core
- workspace
- widgets/sketchbook
- common/protocol
- node
- electron
- packager
- static
38 files changed
+1378
-583
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | - | ||
3 | - | ||
4 | - | ||
5 | 2 | | |
6 | 3 | | |
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | 4 | | |
21 | 5 | | |
22 | 6 | | |
| |||
106 | 90 | | |
107 | 91 | | |
108 | 92 | | |
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | - | ||
3 | - | ||
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | - | ||
36 | + | ||
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | + | ||
37 | + | ||
38 | + | ||
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
44 | + | ||
41 | 45 | | |
42 | 46 | | |
47 | + | ||
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
56 | + | ||
57 | + | ||
58 | + | ||
51 | 59 | | |
52 | 60 | | |
53 | - | ||
61 | + | ||
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
57 | - | ||
65 | + | ||
66 | + | ||
58 | 67 | | |
68 | + | ||
69 | + | ||
70 | + | ||
59 | 71 | | |
72 | + | ||
73 | + | ||
60 | 74 | | |
61 | 75 | | |
62 | 76 | | |
| |||
0 commit comments