hbuilderx-extension-docs
hbuilderx-extension-docs copied to clipboard
HBuilderX使用文档、以及插件开发文档
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...
Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...
apk是通过cli打包 wgt是通过npm 打包 wgt是3.3.13 apk打包的时候提示使用的是3.98的sdk这会有兼容性问题吗。。目前老版本更新到新版本会有问题,卸载之后重新安装新版本是可以正常使用
 好像这个api 并没有什么触发条件。
文档描述如下: 代码如下: ``` interface WebView { ... /** * 将本地资源转换成可在WebView中加载的Uri。 */ asWebviewUri(Uri: Uri): void; } ``` 代码中该方法没有返回值。 另外,在代码中调用的时候: ``` resolveCustomEditor(document, webViewPanel) { console.log(webViewPanel.webView) console.log(webViewPanel.webView.asWebviewUri) } ``` 打印如下: ``` // webView有值...
本来左边就是展示项目目录的,现在要多点2次,而且展示区域大大减少。 建议右上展示搜索条件,右中下区域展示搜索结果。 你们是不是自己不用这个功能就上线啊?做的真烂
详见[menus属性列表](https://hx.dcloud.net.cn/ExtensionDocs/ContributionPoints/README?id=menus%e5%b1%9e%e6%80%a7%e5%88%97%e8%a1%a8)页面when的链接指向。

I might not be the first to ask for a favor to make the IDE installable in Linux specially in Ubuntu, as, I think as I'm Vue ad Ubuntu addict...