You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/manuals/editor.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,11 @@ MY PROJECTS
26
26
TEMPLATES
27
27
: Contains empty or almost empty basic projects made for quick start of a new Defold project for certain platforms or using certain extensions.
28
28
29
+
29
30
TUTORIALS
30
31
: Contains projects with guided tutorials to learn, play and modify, if you would like to follow a tutorial.
31
32
33
+
32
34
SAMPLES
33
35
: Contains projects prepared to showcase certain use cases.
34
36
@@ -143,7 +145,7 @@ In the `View` menu you can also toggle or change other visibility related settin
143
145
If you have multiple files open, a separate tab for each file is shown at the top of the Editor view. Tabs in a single pane can be moved around - <kbd>Drag and Drop</kbd> them to swap their positions inside the tabs bar. You can also:
144
146
145
147
- <kbd>Right Mouse Click</kbd> on a tab to open a _Context Menu_,
146
-
- Click `Close` (<<kbd>Ctrl</kbd>/<kbd>⌘ Cmd</kbd> + <kbd>W</kbd>) a single tab,
148
+
- Click `Close` (<kbd>Ctrl</kbd>/<kbd>⌘ Cmd</kbd> + <kbd>W</kbd>) a single tab,
147
149
- Click `Close Others` to close all tabs except the selected one,
148
150
- Click `Close All` (<kbd>Ctrl</kbd>/<kbd>⌘ Cmd</kbd> + <kbd>Shift</kbd>+<kbd>W</kbd>) to close all tabs in the active pane,
149
151
- Select `➝| Open As` - to use other than default editor or associated external tool set in `File ▸ Preferences ▸ Code ▸ Custom Editor`. Check more in [Preferences manual](/manuals/editor-preferences).
0 commit comments