User login

  

The Editor

Note: You cannot open the Editor as a separate window, but this panel opens whenever you open any source file.

The Editor panel is a text editor with syntax highlights and line numbering. This is where you edit your source code.

Right-clicking in the Editor panel displays a shortcut menu you can use for basic editing operations such as cutting, copying, etc. All standard MS Windows text editing key combinations work in the Editor panel.

The text has a color scheme. So, the keywords, datatypes, names and identifiers have different colors and lettering.

The Editor supports auto-complete, which means that you can type only part of a word and the editor will finish the word for you in auto-mode or suggest the end of the word.

The top of the Editor contains a drop-down list of Functions that shows all local functions and variables in the module. This list is filled after successful compilation:

The footer of the Editor contains the collapsed "Error Console". All errors after compilation are displayed here.

12345

Comments