processing / processing/processing4
Closing a sketch closes the Welcome window as well.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 494
- Forks
- 183
- Avg merge
- 4h 39m
- Merged PRs (30d)
- 3
Description
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.5.2
Operating system
Linux
Bug description
The welcome window is not supposed to close itself, when you close the editor.
This happens when you have 1 sketch open and the welcome window, now if you close the welcome window, the sketch remains open, however, if you do the reverse, the welcome window closes.
Steps to reproduce this
-
Open processing
-
Close the editor window
-
the welcome to processing window closes as well.
snippet
// Paste your code below :)
void setup() {
}
void draw() {
}
Additional context
https://github.com/user-attachments/assets/6285bc91-ccf0-40d3-871f-4bbb1ec807cf
Would you like to work on the issue?
Yes, I’d like to help with this
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior on Linux with Processing 4.5.2 by opening the welcome window and one sketch, then closing the editor. Trace the PDE window-close behavior and verify that closing the sketch editor leaves the welcome window open while closing the welcome window leaves the sketch open.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100