主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Callmehamba
活动总数
10
最后的活动
2023年04月05日 12:54
成员加入日期
2023年04月02日 05:57
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
2
活动概览
帖子(2)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2023年04月05日 12:54
Thats what i did - I created a file "TestForm.kt", copied the demo code a function "demoBasics" into it (minus the @Demo annotation), imported it using: import static <package path>.gui.TestFormKt...
社区
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 票
已编辑于
2023年04月04日 11:50
Forgive me if this question is silly, i cant make sense of a lot of what youre linking. I was able to use some kotlin dsl ui from the demo like this: public class TestKtUi extends JFrame { publ...
社区
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 票
创建于
2023年04月04日 11:00
I had a look at that kotlin UI page, but its not clear to me how i actually invoke the UI to open? with a .form file, i can refer to components inside of it to display it with setContentPane. How d...
社区
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 票
创建于
2023年04月03日 17:33
Thanks for you help. With the auto reload, i disabled buildSearchableOptions, but when i run ./gradlew buildPlugin, it fails with error: > Could not copy file '<project root>\build\libs\<project na...
社区
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 票
创建于
2023年04月03日 15:30
By that, do you mean i should only try to open a gui from the AnAction method i use in my plugin? I just tried to use a main method because this is the first time im working with a UI so it seemed ...
社区
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 票