gurpal2000
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 18
-
已编辑于 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... -
创建于 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... -
创建于 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... -
已编辑于 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... -
创建于 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...