Description
Improvement: Friendly names for Processing Sketches like the p5.js web editor
Expected Behavior
New sketches should have an easy-to-identify name.
Current Behavior
New sketches are named with a number date string, sketch_201231b. This mix of numbers can make it hard to distinguish sketches, especially at a glance.
Steps to Reproduce
- Open Processing.
- Create a new Sketch.
- Create another new Sketch.
- Try telling which sketch is which by quickly reading the name.
Your Environment
- Processing version: 3/4
- Operating System and OS version: Windows 10, Version 1909, Build 18363.657
- Other information:
Possible Causes / Solutions
I have started a thread on the Processing forum.
I am interested in submitting a PR for this feature.
This is the current implementation:

Please find my branch here.
Description
Improvement: Friendly names for Processing Sketches like the p5.js web editor
Expected Behavior
New sketches should have an easy-to-identify name.
Current Behavior
New sketches are named with a number date string, sketch_201231b. This mix of numbers can make it hard to distinguish sketches, especially at a glance.
Steps to Reproduce
Your Environment
Possible Causes / Solutions
I have started a thread on the Processing forum.
I am interested in submitting a PR for this feature.
This is the current implementation:

Please find my branch here.