Skip to content

Commit bda52c4

Browse files
committed
翻译 find.md
1 parent 9947f5a commit bda52c4

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

en/Tutorial/UserGuide/find.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
1-
# 查找替换
1+
# Find and replace
22

3-
- 查找文件
4-
- 查找替换字符串(按文件、按项目、按目录),且支持正则
5-
- 查找索引符号
3+
- Find files
4+
- Find and replace strings (by file, by project, by directory), and support regular
5+
- Find symbol in editor
6+
- Find in selection
67

7-
## 快速查找文件
8+
## Find files
89

9-
`ctrl+p (MacOSX: ⌘P)`,可以定位到搜索框,输入文件名,快速打开任何文件。
10+
`ctrl+p (MacOSX: ⌘P)`, You can navigate to the search box, enter the file name, and quickly open any file.
1011

11-
文件名后,敲击空格,输入项目名称,可以只搜索指定项目下文件。
12+
After the file name, hit the space and enter the project name, you can search only the files under the specified project.
1213

1314
<img src="/static/snapshots/tutorial/find_file.jpg" style="zoom: 50%;border-radius: 24px;border:1px solid #eee;"/>
1415

15-
按住`Ctrl+Tab`, 可以查看在编辑器中,打开的所有文件的列表。
16+
Press and hold `Ctrl+Tab`, you can view the list of all files opened in the editor.
1617

1718
<img src="/static/snapshots/tutorial/find_file_2.jpg" style="zoom: 48%;border-radius: 24px;border:1px solid #eee;"/>
1819

19-
## 查找索引符号
20+
## Find symbol
2021

21-
在当前文件,按下`Ctrl + Shift + O`, 可以查找索引符号。
22+
In the current file, press `Ctrl + Shift + O` to find symbol.
2223

2324
<img src="/static/snapshots/tutorial/find_symbol.jpg" style="zoom: 48%;border-radius: 24px;border:1px solid #eee;"/>
2425

25-
## 查找字符串
26+
## Find string
2627

2728
- 范围:字符串查找,支持`按当前文件``按目录``按左侧选中``按当前项目``按所有项目`进行搜索查找。
2829
- 功能:字符串查找,支持`整词匹配``正则匹配``大小写匹配`,且支持`排除`特定目录
2930

3031
<img src="/static/snapshots/tutorial/find_str.jpg" style="zoom: 45%;border-radius: 24px;border:1px solid #eee;"/>
3132

32-
## 区域内搜索
33+
## Find in selection
3334

34-
> 仅支持HBuilderX 3.1.15+版本
35+
> Only supports HBuilderX 3.1.15+ version
3536
3637
HBuilderX,支持选中一段文字,在顶部搜索栏选中区域搜索【Ctrl+Shift+f】,可以在特殊背景区内`搜索``替换``全选相同词`
3738

0 commit comments

Comments
 (0)