Gbelka
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Running external commands with files from plugin jar package
已回答I need to do the following: add some javascript and json files to the plugin package jar file. I could put them into src/main/resources/xyz, right? in runtime, ensure that Node.js is available. I... -
创建于 How plugin could make screen reader read a message?
已回答How could I make a screen reader to read a message? Use case: Plugin is asynchronously loading some records and presents them in a panel.In implementing a11y (accessibility) we are to provide a sum... -
创建于 How to map a custom jetbrains://xyz end point to an internal web server?
已回答I have tried to ask this question but got no response to the question asked.(see https://intellij-support.jetbrains.com/hc/en-us/community/posts/5001474093842-How-to-set-up-a-custom-jetbrains-xyz-e... -
创建于 How to set up a custom jetbrains://xyz end point in a plugin?
已回答We'd like to pass some data from a proxy running in a browser to a plugin we develop.How could we do define in a plugin a custom jetbrains://xyz end point that could be called from a browser?