File tree
Expand file treeCollapse file tree
6 files changed
+104
-37
lines changedFilter options
- app/src
- cc/arduino/contributions/packages/ui
- processing/app
- arduino-core/src/cc/arduino/contributions/packages
Expand file treeCollapse file tree
6 files changed
+104
-37
lines changedapp/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java
Copy file name to clipboardExpand all lines: app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
| 152 | + |
| 153 | + |
152 | 154 |
|
153 | 155 |
|
154 | 156 |
|
|
app/src/processing/app/Base.java
Copy file name to clipboardExpand all lines: app/src/processing/app/Base.java+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
322 | 322 |
|
323 | 323 |
|
324 | 324 |
|
325 |
| - |
| 325 | + |
| 326 | + |
326 | 327 |
|
327 | 328 |
|
328 | 329 |
|
|
arduino-core/src/cc/arduino/contributions/packages/Constants.java
Copy file name to clipboard+23Lines changed: 23 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 | + |
arduino-core/src/cc/arduino/contributions/packages/ContributionInstaller.java
Copy file name to clipboardExpand all lines: arduino-core/src/cc/arduino/contributions/packages/ContributionInstaller.java+51-23Lines changed: 51 additions & 23 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
| ||
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| 40 | + |
| 41 | + |
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
| ||
44 | 47 |
|
45 | 48 |
|
46 | 49 |
|
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 | 57 |
|
69 | 58 |
|
70 | 59 |
|
| ||
239 | 228 |
|
240 | 229 |
|
241 | 230 |
|
242 |
| - |
243 | 231 |
|
244 | 232 |
|
245 |
| - |
246 |
| - |
247 |
| - |
248 |
| - |
249 |
| - |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
250 | 244 |
|
251 | 245 |
|
252 | 246 |
|
253 | 247 |
|
254 |
| - |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
255 | 268 |
|
256 | 269 |
|
257 |
| - |
| 270 | + |
258 | 271 |
|
259 | 272 |
|
260 | 273 |
|
| ||
269 | 282 |
|
270 | 283 |
|
271 | 284 |
|
| 285 | + |
| 286 | + |
272 | 287 |
|
273 | 288 |
|
274 | 289 |
|
275 | 290 |
|
276 | 291 |
|
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
277 | 305 |
|
arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java
Copy file name to clipboardExpand all lines: arduino-core/src/cc/arduino/contributions/packages/ContributionsIndexer.java+8-13Lines changed: 8 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
57 |
| - |
58 |
| - |
59 |
| - |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
| 78 | + |
84 | 79 |
|
85 | 80 |
|
86 | 81 |
|
| ||
137 | 132 |
|
138 | 133 |
|
139 | 134 |
|
140 |
| - |
| 135 | + |
141 | 136 |
|
142 | 137 |
|
143 | 138 |
|
|
arduino-core/src/cc/arduino/contributions/packages/PackageIndexFilenameFilter.java
Copy file name to clipboard+18Lines changed: 18 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 | + |
0 commit comments