Commit 76f9f63
File tree
Expand file treeCollapse file tree
28 files changed
+651
-262
lines changedFilter options
- arduino-ide-extension/src
- browser
- config
- contributions
- dialogs/settings
- local-cache
- theia
- core
- markers
- widgets/sketchbook
- common/protocol
- electron-browser/theia/core
- node
- i18n
Expand file treeCollapse file tree
28 files changed
+651
-262
lines changedarduino-ide-extension/src/browser/arduino-ide-frontend-module.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/arduino-ide-frontend-module.ts+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
343 | 343 |
|
344 | 344 |
|
345 | 345 |
|
| 346 | + |
346 | 347 |
|
347 | 348 |
|
348 | 349 |
|
| ||
404 | 405 |
|
405 | 406 |
|
406 | 407 |
|
| 408 | + |
| 409 | + |
407 | 410 |
|
408 | 411 |
|
409 | 412 |
|
|
arduino-ide-extension/src/browser/config/config-service-client.ts
Copy file name to clipboard+106Lines changed: 106 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
arduino-ide-extension/src/browser/contributions/add-zip-library.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/add-zip-library.ts-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
6 | 5 |
|
7 | 6 |
|
8 | 7 |
|
| ||
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 |
| - |
20 |
| - |
21 |
| - |
22 | 18 |
|
23 | 19 |
|
24 | 20 |
|
|
arduino-ide-extension/src/browser/contributions/archive-sketch.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/archive-sketch.ts+4-8Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
| 31 | + |
36 | 32 |
|
37 | 33 |
|
38 | 34 |
|
39 | 35 |
|
40 | 36 |
|
41 | 37 |
|
42 | 38 |
|
43 |
| - |
44 |
| - |
45 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
46 | 42 |
|
47 | 43 |
|
48 | 44 |
|
|
arduino-ide-extension/src/browser/contributions/board-selection.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/board-selection.ts+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
155 | 155 |
|
156 | 156 |
|
157 | 157 |
|
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
| 158 | + |
162 | 159 |
|
163 | 160 |
|
164 | 161 |
|
|
arduino-ide-extension/src/browser/contributions/contribution.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/contribution.ts+26-3Lines changed: 26 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| 65 | + |
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
| ||
142 | 143 |
|
143 | 144 |
|
144 | 145 |
|
145 |
| - |
146 |
| - |
| 146 | + |
| 147 | + |
147 | 148 |
|
148 | 149 |
|
149 | 150 |
|
| ||
160 | 161 |
|
161 | 162 |
|
162 | 163 |
|
| 164 | + |
| 165 | + |
| 166 | + |
163 | 167 |
|
164 | 168 |
|
165 | 169 |
|
| ||
173 | 177 |
|
174 | 178 |
|
175 | 179 |
|
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
176 | 199 |
|
177 | 200 |
|
178 | 201 |
|
|
arduino-ide-extension/src/browser/contributions/examples.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/examples.ts+16-4Lines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 |
| - |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
57 | 67 |
|
58 | 68 |
|
59 | 69 |
|
| ||
120 | 130 |
|
121 | 131 |
|
122 | 132 |
|
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
123 | 138 |
|
124 | 139 |
|
125 | 140 |
|
| ||
239 | 254 |
|
240 | 255 |
|
241 | 256 |
|
242 |
| - |
243 |
| - |
244 |
| - |
245 | 257 |
|
246 | 258 |
|
247 | 259 |
|
|
arduino-ide-extension/src/browser/contributions/include-library.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/include-library.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
56 | 57 |
|
57 | 58 |
|
58 | 59 |
|
|
arduino-ide-extension/src/browser/contributions/open-sketch.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/open-sketch.ts+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
| 85 | + |
89 | 86 |
|
90 | 87 |
|
91 | 88 |
|
|
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+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 61 | + |
65 | 62 |
|
66 | 63 |
|
67 | 64 |
|
| ||
72 | 69 |
|
73 | 70 |
|
74 | 71 |
|
75 |
| - |
| 72 | + |
76 | 73 |
|
77 | 74 |
|
78 | 75 |
|
|
arduino-ide-extension/src/browser/contributions/sketchbook.ts
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/contributions/sketchbook.ts+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
|
0 commit comments