Skip to content
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

Request : Code folding in the editor #426

Closed
arijit4 opened this issue Feb 27, 2022 · 3 comments
Closed

Request : Code folding in the editor #426

arijit4 opened this issue Feb 27, 2022 · 3 comments

Comments

@arijit4
Copy link

arijit4 commented Feb 27, 2022

Sometimes, it's very annoying, having a large code base, to scroll through all the code and forgetting what I was looking for

@benfry
Copy link
Owner

benfry commented Mar 5, 2022

If it's “annoying” then you should probably be using a full IDE. The PDE is meant for smaller/simpler projects. It's straightforward to use the software in IntelliJ or Eclipse.

Any work on code folding would just be a new editor, which is time best spent on first implementing a Language Server and starting fresh with a new IDE.

I've done extensive work on replacing the current text editor, but it would break far too many things (all Modes and Tools, for instance). More details here: https://github.com/processing/processing4/blob/master/app/src/processing/app/syntax/README.md

@benfry benfry closed this as completed Mar 5, 2022
@knupel
Copy link
Contributor

knupel commented Mar 5, 2022

@arijit4 If you don't want use Ecclipse or IntelliJ, you can code with sublim text or VS code that's very nice too and easy to use with huge code and navigate between tab.

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants