Kaiwalya Limaye
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Kaiwalya Limaye created a post, AnsweredWhat 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 created a post, AnsweredHow 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 created a post, AnsweredHow 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...