hbuilderx-extension-docs icon indicating copy to clipboard operation
hbuilderx-extension-docs copied to clipboard

HBuilderX使用文档、以及插件开发文档

Results 19 hbuilderx-extension-docs issues
Sort by recently updated
recently updated
newest added

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

dependencies

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

dependencies

apk是通过cli打包 wgt是通过npm 打包 wgt是3.3.13 apk打包的时候提示使用的是3.98的sdk这会有兼容性问题吗。。目前老版本更新到新版本会有问题,卸载之后重新安装新版本是可以正常使用

![Snipaste_2024-01-20_00-07-52](https://github.com/dcloudio/hbuilderx-extension-docs/assets/95216101/21f50f91-cb6e-44d7-83c5-29ae1ab936e8) 好像这个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的链接指向。

![image](https://github.com/dcloudio/hbuilderx-extension-docs/assets/45038236/cab15e5b-3440-4669-935a-57636fb003ce)

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