Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kaiwalya Limaye
Total activity
12
Last activity
August 29, 2022 11:21
Member since
July 24, 2022 20:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
August 29, 2022 11:21
Karol Lewandowski I see. I like the fact that I can provide instructional text stating that the credentials need to be configured before the plugin can work. So to actually make this happen, as I u...
Community
IntelliJ IDEA Open API and Plugin Development
What is the correct way to allow the user to configure plugin-level settings before initialising the plugin?
0 votes
Created
August 10, 2022 07:00
Karol Lewandowski Thanks for the quick response and a simplified explanation. I appreciate it. This works just the way I intended!! I am still seeing some errors like the getData() method returning...
Community
IntelliJ IDEA Open API and Plugin Development
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?
0 votes
Edited
August 01, 2022 19:34
I think I might have figured out how to get my tree class into the form. Let me rephrase my question about the data provider part. Consider the following scenario: I have setup the tool window and...
Community
IntelliJ IDEA Open API and Plugin Development
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?
0 votes
Edited
August 01, 2022 16:20
Thanks for the help, I could get the popup menu and the invocation of the action working now. As for the DataProvider implementation - My main plugin tool window class looks something like this :- ...
Community
IntelliJ IDEA Open API and Plugin Development
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?
0 votes
Created
August 01, 2022 12:34
Hi Karol Lewandowski Thanks for responding. I mean a javax.swing.JTree I am building a JTree object and populating it with javax.swing.tree.DefaultMutableTreeNode My use case is that I have a To...
Community
IntelliJ IDEA Open API and Plugin Development
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?
0 votes
Created
July 30, 2022 21:18
Thanks Karol Lewandowski I am fairly new to java/kotlin. I will take a look at the examples and see if I can understand them
Community
IntelliJ IDEA Open API and Plugin Development
How to display step by step output of my custom plugin execution?
0 votes