-
Notifications
You must be signed in to change notification settings - Fork 53
user interface basics
Mark Moissette edited this page Mar 31, 2013
·
6 revisions
The code editor is made of three parts (all but one hidden by default)
- the code editor for the current page (where you can type the code)
- the console (under the code editor, folded by default): it displays both your own log information ...
and any errors that happened during compiling
- the project overview , where you can add/rename delete files
- the code editor itself and its different "panes" are resizeable, and the code editor is dragable (via its header)
IMPORTANT Right now there are a few issues with the different panes (see above), so if you don't see the console's or the project overiews' "button" just resize the code editor slightly and they should become visible)