gurpal2000
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 18
-
gurpal2000 created a post, AnsweredinvokeLater - SwingUtil vs AppMan
I 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... -
-
gurpal2000 commented, -
-
gurpal2000 created a post, AnsweredEnable/disable Next/Finish button in Wizard step
Within 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... -
gurpal2000 created a post, AnsweredmoduleBuilder vs moduleType
Perhaps 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... -
-
-
gurpal2000 created a post, AnsweredHook up WizardDialog or AbstractWizard to ModuleBuilder?
I 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... -
gurpal2000 created a post, Answeredplugin example from intellij-sdk-code-samples when run against 2020.3.2 shows illegal char errors from icons.jar
I 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...