You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
'Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect.'
Copy file name to clipboardExpand all lines: i18n/en.json
+3
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,9 @@
349
349
"username": "Username"
350
350
},
351
351
"showVerbose": "Show verbose output during",
352
+
"sketch": {
353
+
"inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect."
354
+
},
352
355
"sketchbook.location": "Sketchbook location",
353
356
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
354
357
"survey.notification": "True if users should be notified if a survey is available. True by default.",
0 commit comments