-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit 0773c39
Added an optional user modifiable default sketch file when creating a new project. (#1559)
* Added a modifiable default sketch for new project
* Removed unused file
* WiP : Now nothing's working... :(
* yarn i18n:generate for the settings
* Updated the desription for markdown description.
* Lintered the code
* Remove undesirable whitespaces
* Applied kittaakos suggestions
* Removed extra whitespaces
* Fixed default `.ino` for the missings empty lines.1 parent 2f5afe0 commit 0773c39
File tree
3 files changed
+84
-15
lines changed- arduino-ide-extension/src
- browser
- node
- i18n
3 files changed
+84
-15
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
252 | + | ||
253 | + | ||
254 | + | ||
255 | + | ||
256 | + | ||
257 | + | ||
258 | + | ||
259 | + | ||
252 | 260 |
| |
253 | 261 |
| |
254 | 262 |
| |
| |||
278 | 286 |
| |
279 | 287 |
| |
280 | 288 |
| |
289 | + | ||
281 | 290 |
| |
282 | 291 |
| |
283 | 292 |
| |
|
Lines changed: 72 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | + | ||
35 | 36 |
| |
36 | 37 |
| |
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
37 | 48 |
| |
38 | 49 |
| |
39 | 50 |
| |
| |||
47 | 58 |
| |
48 | 59 |
| |
49 | 60 |
| |
61 | + | ||
50 | 62 |
| |
51 | 63 |
| |
52 | 64 |
| |
| |||
446 | 458 |
| |
447 | 459 |
| |
448 | 460 |
| |
449 | - | ||
450 | - | ||
451 | - | ||
452 | - | ||
453 | - | ||
454 | - | ||
455 | - | ||
456 | - | ||
457 | - | ||
458 | - | ||
459 | - | ||
460 | - | ||
461 | - | ||
462 | - | ||
463 | - | ||
461 | + | ||
462 | + | ||
463 | + | ||
464 | + | ||
465 | + | ||
464 | 466 |
| |
465 | 467 |
| |
466 | 468 |
| |
| |||
637 | 639 |
| |
638 | 640 |
| |
639 | 641 |
| |
642 | + | ||
643 | + | ||
644 | + | ||
645 | + | ||
646 | + | ||
647 | + | ||
648 | + | ||
649 | + | ||
650 | + | ||
651 | + | ||
652 | + | ||
653 | + | ||
654 | + | ||
655 | + | ||
656 | + | ||
657 | + | ||
658 | + | ||
659 | + | ||
660 | + | ||
661 | + | ||
662 | + | ||
663 | + | ||
664 | + | ||
665 | + | ||
666 | + | ||
667 | + | ||
668 | + | ||
669 | + | ||
670 | + | ||
671 | + | ||
672 | + | ||
673 | + | ||
674 | + | ||
675 | + | ||
676 | + | ||
677 | + | ||
678 | + | ||
679 | + | ||
680 | + | ||
681 | + | ||
682 | + | ||
683 | + | ||
684 | + | ||
685 | + | ||
686 | + | ||
687 | + | ||
688 | + | ||
689 | + | ||
690 | + | ||
691 | + | ||
692 | + | ||
693 | + | ||
694 | + | ||
695 | + | ||
696 | + | ||
640 | 697 |
| |
641 | 698 |
| |
642 | 699 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 | + | ||
353 | + | ||
354 | + | ||
352 | 355 |
| |
353 | 356 |
| |
354 | 357 |
| |
|
0 commit comments