Stephenatcollege
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
Stephenatcollege 创建了一个帖子, How to make my custom module generate a Maven/Gradle template in an IntelliJ plugin?
I have made a custom module here: Custom Module It does everything as intended, but I am offering the ability to either create a Maven or Gradle plugin. So I essentially need to create the project ... -
Stephenatcollege 创建了一个帖子, 已回答How do I create a SDK selector ComboBox in an IntelliJ plugin?
I'm trying to include an SDK/JDK selector in one of my custom module wizard creator steps. Here is an example of IntelliJs: IntelliJ SDK selector I have seen this in another plugin so I know its po... -
Stephenatcollege 进行了评论, -
Stephenatcollege 创建了一个帖子, 已回答What is the SDK selector component
Title says it all, I can't find it in the com.intellij.ui.components package anywhere. Am I doing something wrong? -
Stephenatcollege 创建了一个帖子, 已回答How do I make a choose SDK dropdown?
I want to be able to use this dropdown in my own plugin: I am writing my own project setup using the wizard steps etc. I am using Swing and IntelliJ's built in form editor. I want them to be able ... -
Stephenatcollege 创建了一个帖子, How do I remove "Additional Libraries and Frameworks" on moduile wizard
I am struggling a little with the docs. How can I remove the "Additional Libraies and Frameworks" initial module? I have come to understand it's something related to the root module? I have my x3 w...