Stephenatcollege
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created 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 ... -
Created How do I create a SDK selector ComboBox in an IntelliJ plugin?
AnsweredI'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... -
Created What is the SDK selector component
AnsweredTitle says it all, I can't find it in the com.intellij.ui.components package anywhere. Am I doing something wrong? -
Created How do I make a choose SDK dropdown?
AnsweredI 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 ... -
Created 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...