File tree Expand file tree Collapse file tree 16 files changed +94
-7
lines changed Expand file tree Collapse file tree 16 files changed +94
-7
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ function getHBuilderXThemeData(area) {
121121 fontColor = customColors[viewFontOptionName];
122122 };
123123 if (customColors[viewLiHoverBgOptionName] && viewLiHoverBgOptionName in customColors) {
124- fontColor = customColors[viewLiHoverBgOptionName];
124+ liHoverBackground = customColors[viewLiHoverBgOptionName];
125125 };
126126 };
127127
Original file line number Diff line number Diff line change 1111 `HX`对vue做了大量优化投入,开发体验远超其他开发工具
1212 [详见](/Tutorial/Language/vue)
13134 . 小程序支持
14- 国外开发工具没有对中国的小程序开发优化,`HX`可新建`uni-app`或 `小程序`、`快应用 `等项目,为国人提供更高效工具
14+ 国外开发工具没有对中国的小程序开发优化,`HX`可新建`uni-app` `小程序`等项目,为国人提供更高效工具
15155 . markdown利器
1616 `HX`是唯一一个新建文件默认类型是markdown的编辑器,也是对md支持最强的编辑器
1717 `HX`为md强化了众多功能,请**务必点击**【菜单-帮助-markdown语法示例】,快速掌握md及`HX`的强化技巧!
2828
2929
3030#### 扩展性
31- ` HX ` 支持java插件、nodejs插件,并兼容了很多vscode的插件及代码块。
31+ ` HX ` 支持java插件、nodejs插件,并兼容了很多vscode的插件及代码块。<br />
32+ 还可以通过[ 外部命令] ( /Tutorial/UserGuide/externalCommands ) ,方便的调用各种命令行功能,并设置快捷键。<br />
33+ 如果你习惯了其他工具(如vscode或sublime)的[ 快捷键] ( /Tutorial/keybindings ) ,在菜单工具-快捷键方案中可以切换。
3234
33- 还可以通过[ 外部命令] ( /Tutorial/UserGuide/externalCommands ) ,方便的调用各种命令行功能,并设置快捷键。
34-
35- 如果你习惯了其他工具(如vscode或sublime)的[ 快捷键] ( /Tutorial/keybindings ) ,在菜单工具-快捷键方案中可以切换。
35+ #### 插件市场
36+
37+ HBuilderX插件市场拥有丰富的插件,对于提升工作效率有极大帮助。
38+
39+ 插件市场地址: [ https://ext.dcloud.net.cn/ ] ( https://ext.dcloud.net.cn/?cat1=1&cat2=11&orderBy=FreeHot )
Original file line number Diff line number Diff line change 1+ # 安装模拟器
2+
3+ > Android模拟器在MacOSX、Windows上都可以安装;iOS模拟器只能在MacOSX上安装。
4+
5+ - [ 安装iOS模拟器] ( /Tutorial/App/installSimulator?id=ios模拟器 )
6+ - [ 安装Android模拟器] ( /Tutorial/App/installSimulator?id=android模拟器 )
7+
8+ ## ios模拟器
9+
10+ MacOSX,安装ios模拟器,需要先安装[ xcode] ( https://developer.apple.com/xcode/ ) 。
11+
12+ xcode安装打开,按下快捷键` command+, ` ,打开` Preferences ` 窗口,如下图:
13+
14+ <img src =" /static/snapshots/tutorial/macosx/iosSimulator.jpg " style =" border : 1px solid #eee ; zoom :45% ;border-radius : 25px ;" />
15+
16+ 如上窗口,点击【Locations】,点击【Command Line Tools】
17+
18+ <img src =" /static/snapshots/tutorial/macosx/xcodeCommandLineTools.jpg " style =" border : 1px solid #eee ; zoom :45% ;border-radius : 25px ;" />
19+
20+ ## android模拟器
21+
22+ 市场上有很多成熟的Android模拟器,这里就不推荐了。自行搜索安装。
23+
24+ 当然,Google官方也有自己的模拟器,您可以通过[ Android Studio] ( https://developer.android.com/studio/install ) 安装;android studio模拟器如下图所示:
25+
26+ <img src =" /static/snapshots/tutorial/macosx/androidSimulator.jpg " style =" border : 1px solid #eee ; zoom :45% ;border-radius : 25px ;" />
Original file line number Diff line number Diff line change 1+ # Git重大更新
2+
3+ HBuilderX 3.1.23+ 支持在项目管理上对Git项目进行一些快捷操作。
4+
5+ 在Git项目名称后面显示该Git仓库的当前分支,样式如图所示:
6+
7+ <img src =" /static/snapshots/gitextension_branch.png " style =" border :1px solid #eee ; border-radius : 5px ;" />
8+
9+ 备注:在HBuilderX内,使用Git,需要先安装Git插件,Git插件调用的是` 外部Git工具 ` ,因此需要安装的Git命令行工具;同时windows也需要安装[ TortoiseGit] ( https://tortoisegit.org/download/ ) 。
10+
11+ ### Git快捷操作菜单
12+
13+ 该标签可以点击,打开Git快捷操作菜单,在Git插件里“scm/file/branchlabel”扩展点配置了该菜单列表。该功能默认开启:
14+
15+ <img src =" /static/snapshots/gitextension_branch_menu.png " style =" border :1px solid #eee ; border-radius : 5px ;" />
16+
17+ 同时,对旧版本的Git插件以下命令做了升级:
18+
19+ ### 切换分支(checkout)
20+
21+ 点击“切换分支”菜单,弹出分支选择列表,选择本地分支或远程分支执行签出:
22+
23+ <img src =" /static/snapshots/gitextension_checkout.png " style =" border :1px solid #eee ; border-radius : 5px ;" />
24+
25+ 执行签出时会在状态栏提示状态:
26+
27+ <img src =" /static/snapshots/gitextension_checkout_tips.png " style =" border :1px solid #eee ; border-radius : 5px ;" />
28+
29+ ### 获取(fetch)
30+
31+ 点击“获取”菜单,在当前项目执行git fetch命令
32+
33+ ### 拉取(pull)
34+
35+ 点击“拉取”菜单,默认提供了几个拉取选项(目前不能自定义):
36+
37+ <img src =" /static/snapshots/gitextension_pull.png " style =" border :1px solid #eee ; border-radius : 5px ;" />
38+
39+ ```
40+ # git pull和git pull --rebase的区别
41+ git pull = git fetch + git merge
42+ git pull --rebase = git fetch + git rebase
43+ ```
44+
45+ ### 推送(push)
46+
47+ 点击“推送”菜单,默认提供了几个推送选项(目前不能自定义),当选择“force”选项是,会进行二次确认是否继续执行:
48+
49+ <img src =" /static/snapshots/gitextension_push.png " style =" border :1px solid #eee ; border-radius : 5px ;" />
50+
51+ 特别说明: ` git push --force ` 强制推送,会覆盖远端内容,请谨慎操作。
Original file line number Diff line number Diff line change 66
77## 快速查找文件
88
9- ` ctrl+p (MacOSX: ⌘P) ` ,可以定位到搜索框,输入文件名,快速打开任何文件
9+ ` ctrl+p (MacOSX: ⌘P) ` ,可以定位到搜索框,输入文件名,快速打开任何文件。
10+
11+ 文件名后,敲击空格,输入项目名称,可以只搜索指定项目下文件。
1012
1113<img src =" /static/snapshots/tutorial/find_file.jpg " style =" zoom : 50% ;border-radius : 24px ;border :1px solid #eee ;" />
1214
Original file line number Diff line number Diff line change 44
55此插件用于格式化less、sass、vue、stylus、ts、yaml代码
66
7+ 此插件需要到[ 插件市场] ( https://ext.dcloud.net.cn/plugin?id=2025 ) 下载
8+
79## 配置文件
810
911点击菜单【工具】 -> 【设置】 -> 【插件配置】 -> prettier -> prettier.config.js,即可打开配置文件。
Original file line number Diff line number Diff line change 3636 * [ MarkDown] ( /Tutorial/Language/markdown.md )
3737* App开发
3838 * [ 真机运行常见问题] ( /Tutorial/App/PhoneDebugging.md )
39+ * [ 安装模拟器] ( /Tutorial/App/installSimulator.md )
3940 * [ Android自定义渠道包] ( /Tutorial/App/AndroidChannel.md )
4041 * [ 安心打包使用指南] ( /Tutorial/App/SafePack.md )
4142 * [ iOS安心打包证书安装] ( /Tutorial/App/iosSafePack.md )
4243 * [ 前端网页托管] ( /Tutorial/App/hosting.md )
4344* 版本控制
4445 * [ Git 介绍] ( /Tutorial/SourceControl/Git/README.md )
46+ * [ Git重大更新] ( /Tutorial/SourceControl/git.md )
4547 * [ Git Windows手册] ( /Tutorial/SourceControl/Git/Windows.md )
4648 * [ Git MacOSX手册] ( /Tutorial/SourceControl/Git/MacOSX.md )
4749 * [ SVN Windows手册] ( /Tutorial/SourceControl/SVN/Windows.md )
You can’t perform that action at this time.
0 commit comments