主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kaiwalya Limaye
活动总数
12
最后的活动
2022年08月29日 11:21
成员加入日期
2022年07月24日 20:29
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月29日 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...
社区
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 票
创建于
2022年08月10日 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...
社区
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 票
已编辑于
2022年08月01日 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...
社区
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 票
已编辑于
2022年08月01日 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 :- ...
社区
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 票
创建于
2022年08月01日 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...
社区
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 票
创建于
2022年07月30日 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
社区
IntelliJ IDEA Open API and Plugin Development
How to display step by step output of my custom plugin execution?
0 票