gurpal2000
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 18
-
Edited invokeLater - SwingUtil vs AppMan
AnsweredI note advice saying use ApplicationManager.getApplication().invokeLater() over SwingUtilities.invokeLater() Has anyone seen cases where the SU one 'works' but the AppMan one doesn't? I have such a... -
Created Enable/disable Next/Finish button in Wizard step
AnsweredWithin in a wizard step I am looking to disable the Next button on 'show/init' until manually enabled. The only way I can seem to make this work is by doing the below in getPreferredFocusedComponen... -
Created moduleBuilder vs moduleType
AnsweredPerhaps I missed something. I see plugins seeming to achieve the same thing but in two different ways, but i'm not clear on which to use and why. Eg. a plugin using a moduleType declaration in plug... -
Edited Hook up WizardDialog or AbstractWizard to ModuleBuilder?
AnsweredI see various posts about Project Wizards with advice to look at WizardDialog or AbstractWizard for customisation. How do you plug in these into the ModuleBuilder plugin examples? These might be ea... -
Created plugin example from intellij-sdk-code-samples when run against 2020.3.2 shows illegal char errors from icons.jar
AnsweredI am working on my first plugin. I used the "module" example from github (JetBrains/intellij-sdk-code-samples). I see different behaviours when running against IC-2020.2.4 and IC-2020.3.2. I am usi...