Comment on page
Code Editing
You can view the list of files on the left tab.
Double-click the file to open the Editor window in the workspace and edit the code in the editor.

If you make any changes of the content, you will see a
*
mark on the right side of the title.
When the changes have been saved, the
*
mark disappears.
Even though you forgot to save, you can recover the unsaved contents when you login in next time.
However, to keep your code safe, don't forget saving the code before you leave.
Click the 'save' icon on the top toolbar to save the code.
Alternatively, go to [File] > [Save] or press the default shortcut
Ctrl + S (Mac: ⌘S)
.
Click the 'save as' icon at the top toolbar to save as a different name.
Alternatively, go to [File] > [Save As] or press the default shortcut
Ctrl + Shift + S (Mac: ⌘⇧S)
.
[File] > [Save all] or press the default shortcut
Alt + Ctrl + S (Mac: ⌥⌘S)
to save all currently opened editors at once.
For a detailed description of editor feature, please refer to 10.Editor guide
Last modified 4yr ago