Hi, im making a program that is not to big for the arduino, but just to navigate in it (i mean theres too mutch stuff so i get lost after 3sec of looking at it). Is there a way to like collapse parts of the program, i already have the code folding setting on but thats just not enough. Also is there a way to like collapse all?
I understand that problem. I haven't found a way to collapse code and since the arduino is a single core I wouldn't expect there to be a way.
I tend to use lots of ide windows with snippets of code or functions. That way I can high light the code im interested in then use ctrl-f to search the main code. I also leave //text markers inside the code as its a easier way for the search feature to find the area of the main code im looking at. Its funny that the more functions I use the shorter the code seems to get.
gpop1:
I haven't found a way to collapse code and since the arduino is a single core I wouldn't expect there to be a way.
I think the OP means to collapse the code in the IDE editor so that he does not have to scroll through the whole thing. That has nothing to do with the Arduino boards.