We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Code can sometimes get extra long... (surely everyone's been there). Wouldn't it be useful it the IDE included a show/hide option for the function contents like visual studio? Leaving just the function declaration and hiding the rest of the code would make development so much easier!
Please consider adding this feature in future versions, Alex
Comments
This isn't really the place to submit feature requests. You might check out Processing's GitHub.
Better yet, Processing is open source. Try implementing this feature yourself. Investigate how this is done, then look at Processing's source to see where it might be added.
I would argue that the Processing editor should err on the side of simplicity though. If you have that much code, you should probably be splitting it up or using a more advanced editor anyway.
@Alex_Pr -- you may want to comment on or reference the closed issue:
The development team was open to the idea in 2014, but it did not make it into the current version and it may not be a priority.
Yeah, do you use tabs?
@Chrisir Of course but it's not the same thing. I just suggested the idea as an improvement on the current IDE.
Ok sorry
I had the same idea - it will greatly improve Processing workflow. I would like to be able to hide functions like a drop-down menu.
@Alex_Pr , @designsoul -- if you want it, you should leave feedback on Processing Issues for the developers -- otherwise they will never know.