New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Friendly names for Processing Sketches like the p5.js web editor #6045
Comments
|
Sorry, accidently closed the issue. Please find the PR here. |
|
It is a nice touch that this is the same system used by the p5.js web editor. Thinking through the various modes and tools, I'm not sure if any of them rely on the sketch_YYMMDDa default name structure -- I can't think how they would. |
|
We also have to consider that old users might be used to the |
|
Implemented for 4.0 beta 9, arriving shortly. |
|
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
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.
The text was updated successfully, but these errors were encountered: