We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is there a template that controls the startup sketch shown? I would like to add a starting bit (Arduino is now doing something similar) instead of being blank having the following on all new sketches:
void setup() { // put your setup code here, to run once:
}
void draw() { // put your main code here, to run repeatedly/loop:
}
Answers
A long time ago existed 2 tools called Templater & Bootstrap which did what you're asking for: :-<
https://GitHub.com/poifox/processing-tools