1.2. Code Folding

An skEdit bundle can define code-folding regular expressions. Any text matching the "opening" regular expression will be turned into a code-folding start marker, while any text matching the "closing" regular expression will be turned into a code-folding end marker. By clicking on a marker in the gutter to the left of the editor, skEdit will collapse/expand the appropriate region of your file, allowing you to focus on the important part(s) of a document. Code-folding can be turned on/off in the Editing pref pane, while the regular expressions for a specific bundle can be edited in the Languages pref pane.