Skip to content

Commit 9d44553

Browse files
committed
翻译 ulti-window.md
1 parent b8daa59 commit 9d44553

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed
Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
1-
关于多窗口,需要理解两个概念: **主窗体****单项目窗体**
1+
Regarding multi-windows, two concepts need to be understood: `main Window`, `Single Project Window`
22

3-
### 单项目窗体
3+
## Single Project Window
44

5-
**主窗体**: 项目管理器可以显示多个项目列表。
5+
**main Window**: The project manager can display multiple project lists.
66

7-
**单项目窗体**: 就是项目管理器,只显示一个项目。
7+
**Single Project Window**: It is the project manager, which only displays one project.
88

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.
1212

1313

14-
### 单项目窗体新建与使用
14+
## Create Single Project Window
1515

16-
在主窗体上,点击菜单【视图】【新建HBuilder窗体】,就可以新建一个单项目窗体。
16+
On the main form, click the menu [View] [New Window] to create a new Single Project Window .
1717

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.
1919

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" />
2121

22+
Remarks: In the Single Project Window, you can also directly drag the folder into it.
2223

23-
备注: 单项目窗体,也可以直接将文件夹拖入。
2424

25+
## Window switch
2526

26-
### 主窗体、单项目窗体互相切换
27+
HBuilderX supports switching between main Window and single-project Window.
2728

28-
在主窗体、单项目窗体互相切换的快捷键,mac下按【ctrl+F6】、 windows下按【Alt+`】
29+
| OS Name|shortcut keys |
30+
|-- |-- |
31+
| MacOSX|ctrl+F6 |
32+
| Windows |Alt+` |
2933

30-
### 在任务栏直接启动某个项目的窗体
3134

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.
3338

3439
<img src="/static/snapshots/tutorial/multi-window-2.png" style="zoom:50%" />
3540

en/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* [Validate](/Tutorial/UserGuide/SyntaxCheck.md)
2323
* [Built-in Browser](/Tutorial/UserGuide/built-in-browser.md)
2424
* [Built-in Explorer](/Tutorial/UserGuide/built-in-explorer.md)
25+
* [multi-window](/Tutorial/UserGuide/multi-window.md)
2526
* [Compase Selected Files](/Tutorial/UserGuide/LocalFileDiff.md)
2627
* [Local History](/Tutorial/UserGuide/LocalHistory.md)
2728
* [editorconfig](/Tutorial/UserGuide/editorconfig.md)
11.7 KB
Loading

0 commit comments

Comments
 (0)