Instructions
138IDE
© 2013 Conrad Electronic
Code Folding
To maintain a good overview over the source code, the code can be folded. After the syntactical ana-
lyzer, that is built into the editor, recognizes a defined function, beams are drawn on the left side
along the range of the function. A click on the minus sign in the small box folds the text, so that only
the first line of the function can be seen. Another click on the small plus sign, and the code unfolds
again.
To fold or unfold all functions in an editor file, the options Full Collapse and Full Expand are select-
able in the right click editor pull-up menu.
Syntactical Input Help
The editor now has a syntactical input help. When the beginning of a reserved word or a function
name from the standard library is typed into the editor, the input help can be activated with Ctrl-
Space. In dependency from the already entered characters, a popup select box opens, that shows
the words that can be inserted into the source code.