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
Adding collapsible (folding) regions to the PDE text editor, similar to Visual Studio. Clicking the arrow on the left side of a set of curly braces would hide/show the content within.
Benefits
Improve code readability as an alternative to using separate files.
Possible challenges
No response
Additional context
No response
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered:
Hi @schmallan, thanks for the suggestion! Great to see that you're interested in working on this.
It unfortunately does not align with the current direction for the PDE.
Code folding like you are suggesting is very helpful for more advanced users of Processing but is somewhat confusing for beginners, especially if it can be done on accident. Instead we are planning to expand the possibilities to use editors like VSCode (see #1115) and IntelliJ IDEA, which already come with code-folding support out of the box.
For future reference, this idea is a duplicate of #426.
Relevant sub-area for this feature?
PDE
Feature description
Adding collapsible (folding) regions to the PDE text editor, similar to Visual Studio. Clicking the arrow on the left side of a set of curly braces would hide/show the content within.
Benefits
Improve code readability as an alternative to using separate files.
Possible challenges
No response
Additional context
No response
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: