Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
gurpal2000
Total activity
30
Last activity
May 22, 2021 10:08
Member since
April 06, 2021 13:19
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
18
Activity overview
Posts (5)
Comments (5)
Sort by recent activity
Recent activity
Votes
Edited
May 22, 2021 10:02
Yann Cebron - I saw this method, but I don't see the benefit of notifying some (empty) registered listeners. What is it's intended use please? I see an example of its use in AbstractWizard<T extend...
Community
IntelliJ IDEA Open API and Plugin Development
Enable/disable Next/Finish button in Wizard step
0 votes
Created
April 26, 2021 14:36
Yann Cebron yes, but is one "better" over the other long-term from an API point of view?
Community
IntelliJ IDEA Open API and Plugin Development
moduleBuilder vs moduleType
0 votes
Edited
April 25, 2021 23:53
Update - it could be because I am trying to update the state in the EDT. Using SwingUtilities.invokeLater() or ApplicationManager.getApplication().invokeLater() seems to help.
Community
IntelliJ IDEA Open API and Plugin Development
Enable/disable Next/Finish button in Wizard step
0 votes
Edited
April 19, 2021 23:19
I am coding to 2020.2.4 (202.8194). The IC github branch shows the class is present https://github.com/JetBrains/intellij-community/blob/202.8194/java/idea-ui/src/com/intellij/ide/projectWizard/Pro...
Community
IntelliJ IDEA Open API and Plugin Development
Hook up WizardDialog or AbstractWizard to ModuleBuilder?
0 votes
Edited
April 19, 2021 12:02
Yann Cebron thanks for responding! Even if i put ModuleWizardSteps in that function, I still see the 'decoration' in the New Project workflow. Back to basics - what would it take to have a nothing ...
Community
IntelliJ IDEA Open API and Plugin Development
Hook up WizardDialog or AbstractWizard to ModuleBuilder?
0 votes