Gbelka
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Gbelka created a post, AnsweredRunning 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... -
Gbelka created a post, AnsweredHow 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... -
Gbelka created a post, AnsweredHow 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... -
-
Gbelka created a post, AnsweredHow 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?