Code Folding

From Flowcode Help
Revision as of 10:59, 10 May 2018 by BenR (talk | contribs) (Created page with "Code folding is a means of reducing the on screen icons and thereby allowing more of your program to be accessible on screen. If you have a section of code that you know work...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Code folding is a means of reducing the on screen icons and thereby allowing more of your program to be accessible on screen.

If you have a section of code that you know works well then it can really help to tidy it out the way temporarily while you work on another section of the code.


Each branch of the flowchart has a small [-] icon which can be clicked to fold up and hide away the code contained on the branch. To show the code on the branch simply click on the [+] icon.


Example before code folding

CF1.jpg


Example after code folding

CF2.jpg