Kaiwalya Limaye
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
-
Kaiwalya Limaye 创建了一个帖子, 已回答What is the correct way to allow the user to configure plugin-level settings before initialising the plugin?
Here is a brief description of my plugin. It is a simple tool window containing two tabs. The content of tabs is just a Tree/List representing the response from an internal API. My plugin needs to ... -
-
-
-
-
Kaiwalya Limaye 创建了一个帖子, 已回答How can I create a custom right click menu that contains a couple of actions, and attach the menu to each element in a JTree in my plugin?
In short I want the user to be able to right click any node in the tree and invoke one of the actions with the selected node as a parameter. I have read through the documentation about creating act... -
-
Kaiwalya Limaye 创建了一个帖子, 已回答How to display step by step output of my custom plugin execution?
I am writing a plugin that will execute a list of steps, by invoking a command line tool in response to an action clicked by the user. I am able to us the com.intellij.execution.configurations.Gene...