gurpal2000
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 18
-
gurpal2000 创建了一个帖子, 已回答invokeLater - 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 创建了一个帖子, 已回答Enable/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 创建了一个帖子, 已回答moduleBuilder 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 创建了一个帖子, 已回答Hook 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 创建了一个帖子, 已回答plugin 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...