1 Editor
Marco Maccaferri edytuje tę stronę 2019-01-06 16:02:39 +01:00

Editor Overview

Screenshot

File browser

The left side shows the directories and source files tree browser. Double click on a file to open an editor on it. The visible directories can be configured from the preferences dialog.

Editor area

The center of the application window is used by the source editors. Multiple editors can be opened at once.

Console

The console at bottom shows the compiler output. If there are compile errors, click on the error line and the editor will focus on that line on the source file.

Toolbar

Several actions are available from the toolbar.

Compile Compile the active source editor
Upload Upload the compiled source using one of the available methods
Terminal Open the serial terminal
New Add a new empty source
Open Open an existing source
Save Save the active editor source
Debug Compile the active editor source and switch to the debugger view
Debug Terminal Open the terminal linked to the debugger output