Commit 8f31d7c
File tree
Expand file treeCollapse file tree
29 files changed
+776
-261
lines changedFilter options
- .github/workflows
- arduino-ide-extension
- src
- browser
- contributions
- theia/core
- common/protocol
- node
- cli-protocol/cc/arduino/cli/commands/v1
- test
- browser
- node
Expand file treeCollapse file tree
29 files changed
+776
-261
lines changed.github/workflows/build.yml
Copy file name to clipboardExpand all lines: .github/workflows/build.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
239 |
| - |
| 239 | + |
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
|
arduino-ide-extension/package.json
Copy file name to clipboardExpand all lines: arduino-ide-extension/package.json+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
108 |
| - |
| 107 | + |
109 | 108 |
|
110 | 109 |
|
111 | 110 |
|
112 | 111 |
|
113 |
| - |
114 | 112 |
|
115 | 113 |
|
116 | 114 |
|
117 |
| - |
118 | 115 |
|
119 | 116 |
|
120 | 117 |
|
| ||
173 | 170 |
|
174 | 171 |
|
175 | 172 |
|
176 |
| - |
| 173 | + |
177 | 174 |
|
178 | 175 |
|
179 | 176 |
|
|
arduino-ide-extension/src/browser/contributions/contribution.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/contribution.ts+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
| ||
172 | 173 |
|
173 | 174 |
|
174 | 175 |
|
| 176 | + |
| 177 | + |
| 178 | + |
175 | 179 |
|
176 | 180 |
|
177 | 181 |
|
|
arduino-ide-extension/src/browser/contributions/save-as-sketch.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/save-as-sketch.ts+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
67 | 72 |
|
68 | 73 |
|
69 | 74 |
|
|
arduino-ide-extension/src/browser/contributions/save-sketch.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/save-sketch.ts+27-6Lines changed: 27 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
| 2 | + |
| 3 | + |
| 4 | + |
3 | 5 |
|
4 |
| - |
| 6 | + |
| 7 | + |
5 | 8 |
|
6 |
| - |
7 | 9 |
|
8 | 10 |
|
9 |
| - |
10 | 11 |
|
| 12 | + |
| 13 | + |
11 | 14 |
|
12 |
| - |
13 |
| - |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
39 | 45 |
|
40 | 46 |
|
41 | 47 |
|
| ||
63 | 69 |
|
64 | 70 |
|
65 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
arduino-ide-extension/src/browser/theia/core/application-shell.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/theia/core/application-shell.ts+5-9Lines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 | 11 |
|
16 | 12 |
|
17 | 13 |
|
| 14 | + |
18 | 15 |
|
19 | 16 |
|
20 | 17 |
|
21 | 18 |
|
22 | 19 |
|
23 | 20 |
|
24 | 21 |
|
25 |
| - |
26 |
| - |
| 22 | + |
| 23 | + |
27 | 24 |
|
28 | 25 |
|
29 | 26 |
|
| ||
64 | 61 |
|
65 | 62 |
|
66 | 63 |
|
67 |
| - |
68 |
| - |
69 |
| - |
| 64 | + |
| 65 | + |
70 | 66 |
|
71 | 67 |
|
72 | 68 |
|
|
arduino-ide-extension/src/browser/theia/core/connection-status-service.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/theia/core/connection-status-service.ts+15-4Lines changed: 15 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 |
| - |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
113 | 114 |
|
114 | 115 |
|
115 | 116 |
|
| 117 | + |
| 118 | + |
116 | 119 |
|
117 | 120 |
|
118 | 121 |
|
| ||
125 | 128 |
|
126 | 129 |
|
127 | 130 |
|
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
128 | 135 |
|
129 | 136 |
|
130 | 137 |
|
| ||
164 | 171 |
|
165 | 172 |
|
166 | 173 |
|
| 174 | + |
| 175 | + |
167 | 176 |
|
168 | 177 |
|
169 | 178 |
|
| ||
190 | 199 |
|
191 | 200 |
|
192 | 201 |
|
193 |
| - |
| 202 | + |
194 | 203 |
|
195 | 204 |
|
| 205 | + |
196 | 206 |
|
197 | 207 |
|
198 | 208 |
|
| ||
248 | 258 |
|
249 | 259 |
|
250 | 260 |
|
| 261 | + |
251 | 262 |
|
252 | 263 |
|
253 | 264 |
|
| ||
272 | 283 |
|
273 | 284 |
|
274 | 285 |
|
275 |
| - |
276 |
| - |
| 286 | + |
| 287 | + |
277 | 288 |
|
278 | 289 |
|
279 | 290 |
|
|
arduino-ide-extension/src/common/protocol/executable-service.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/common/protocol/executable-service.ts-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 | 8 |
|
10 | 9 |
|
arduino-ide-extension/src/node/arduino-daemon-impl.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/node/arduino-daemon-impl.ts+6-13Lines changed: 6 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
| ||
68 | 67 |
|
69 | 68 |
|
70 | 69 |
|
71 |
| - |
| 70 | + |
72 | 71 |
|
73 | 72 |
|
74 | 73 |
|
| ||
132 | 131 |
|
133 | 132 |
|
134 | 133 |
|
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
| 134 | + |
| 135 | + |
141 | 136 |
|
142 | 137 |
|
143 | 138 |
|
| ||
151 | 146 |
|
152 | 147 |
|
153 | 148 |
|
154 |
| - |
| 149 | + |
155 | 150 |
|
156 | 151 |
|
157 | 152 |
|
| ||
173 | 168 |
|
174 | 169 |
|
175 | 170 |
|
176 |
| - |
177 |
| - |
178 |
| - |
179 |
| - |
| 171 | + |
| 172 | + |
180 | 173 |
|
181 | 174 |
|
182 | 175 |
|
|
arduino-ide-extension/src/node/arduino-firmware-uploader-impl.ts
Copy file name to clipboard+17-34Lines changed: 17 additions & 34 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
1 | 4 |
|
2 | 5 |
|
3 | 6 |
|
4 | 7 |
|
5 |
| - |
6 |
| - |
7 | 8 |
|
8 |
| - |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 | 13 |
|
19 | 14 |
|
20 |
| - |
21 |
| - |
| 15 | + |
22 | 16 |
|
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
| 17 | + |
41 | 18 |
|
42 |
| - |
| 19 | + |
43 | 20 |
|
44 | 21 |
|
45 | 22 |
|
| ||
70 | 47 |
|
71 | 48 |
|
72 | 49 |
|
73 |
| - |
74 | 50 |
|
75 | 51 |
|
76 | 52 |
|
77 | 53 |
|
78 | 54 |
|
79 | 55 |
|
80 |
| - |
| 56 | + |
81 | 57 |
|
82 | 58 |
|
83 | 59 |
|
| ||
87 | 63 |
|
88 | 64 |
|
89 | 65 |
|
90 |
| - |
91 |
| - |
| 66 | + |
92 | 67 |
|
93 | 68 |
|
94 |
| - |
95 | 69 |
|
96 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
97 | 80 |
|
0 commit comments