|
1 | | -关于多窗口,需要理解两个概念: **主窗体**、**单项目窗体** |
| 1 | +Regarding multi-windows, two concepts need to be understood: `main Window`, `Single Project Window` |
2 | 2 |
|
3 | | -### 单项目窗体 |
| 3 | +## Single Project Window |
4 | 4 |
|
5 | | -**主窗体**: 项目管理器可以显示多个项目列表。 |
| 5 | +**main Window**: The project manager can display multiple project lists. |
6 | 6 |
|
7 | | -**单项目窗体**: 就是项目管理器,只显示一个项目。 |
| 7 | +**Single Project Window**: It is the project manager, which only displays one project. |
8 | 8 |
|
9 | | -- 单项目窗体上,窗体标题会显示:单项目窗体 |
10 | | -- 打开的单项目窗体列表, 会显示在菜单【视图】中 |
11 | | -- 菜单【文件】【打开多窗体项目】,可以打开历史的单项目窗体 |
| 9 | +- Single Project Window: the title of the form will display: Single Project Window |
| 10 | +- The opened single-project window list will be displayed in the menu [View] |
| 11 | +- Menu [File] [Open Multi-Window Project], you can open the historical single-project window. |
12 | 12 |
|
13 | 13 |
|
14 | | -### 单项目窗体新建与使用 |
| 14 | +## Create Single Project Window |
15 | 15 |
|
16 | | -在主窗体上,点击菜单【视图】【新建HBuilder窗体】,就可以新建一个单项目窗体。 |
| 16 | +On the main form, click the menu [View] [New Window] to create a new Single Project Window . |
17 | 17 |
|
18 | | -在主窗体上,选中某个项目,右键菜单,点击【在新窗体中打开】,即可将项目在单项目窗体中打开 |
| 18 | +On the main form, select an item, right-click on the menu, and click [Open in New Window] to open the item in the Single Project Window. |
19 | 19 |
|
20 | | -<img src="/static/snapshots/tutorial/multi-window-1.gif" style="zoom:90%" /> |
| 20 | +<img src="/static/snapshots/tutorial/multi-window-1_en.png" class="border-1px" /> |
21 | 21 |
|
| 22 | +Remarks: In the Single Project Window, you can also directly drag the folder into it. |
22 | 23 |
|
23 | | -备注: 单项目窗体,也可以直接将文件夹拖入。 |
24 | 24 |
|
| 25 | +## Window switch |
25 | 26 |
|
26 | | -### 主窗体、单项目窗体互相切换 |
| 27 | +HBuilderX supports switching between main Window and single-project Window. |
27 | 28 |
|
28 | | -在主窗体、单项目窗体互相切换的快捷键,mac下按【ctrl+F6】、 windows下按【Alt+`】 |
| 29 | +| OS Name|shortcut keys | |
| 30 | +|-- |-- | |
| 31 | +| MacOSX|ctrl+F6 | |
| 32 | +| Windows |Alt+` | |
29 | 33 |
|
30 | | -### 在任务栏直接启动某个项目的窗体 |
31 | 34 |
|
32 | | -把HBuilderX固定在任务栏,点右键,可以快速打开某个项目的窗体 |
| 35 | +## Open the project in the taskbar |
| 36 | + |
| 37 | +Fix HBuilderX in the taskbar, right click, you can quickly open the form of a certain project. |
33 | 38 |
|
34 | 39 | <img src="/static/snapshots/tutorial/multi-window-2.png" style="zoom:50%" /> |
35 | 40 |
|
0 commit comments