Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Callmehamba
Total activity
10
Last activity
April 05, 2023 12:54
Member since
April 02, 2023 05:57
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
April 05, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 votes
Edited
April 04, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 votes
Created
April 04, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 votes
Created
April 03, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 votes
Created
April 03, 2023 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Help with creating GUI for plugin
0 votes