Chapter 3 - CodeHelper and Syntax Highlighting

Overview

As you might have noticed, code in the edit window is colored. The color is used to highlight the syntax of the code. Tag names is in one color, Argument names in another and Arguments values in another. These colors can be customized (See Chapter 9 - Customization, for more info about that).

You may also have noticed that, when you start writing a html tag, a list of suggestions automatically pops up. By pressing Enter you insert the selected suggestion. To browse between the suggestions, use the up and down keys. If there are multiple cathegories, you can browse them with 'Page Up' and 'Page Down'. You will also get help for argument names and in some cases argument values. By pressing the Ctrl key you force the CodeHelper to be displayed, if it is of any use.

Previous Chapter Index Next Chapter