Steven Spungin
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
创建于 Will older IJ versions select correct plugin after uploading a plugin with a restriction on a later IJ version?
已回答We just migrated our code to use JCEF instead of JavaFX. This was because as of IJ 2020.2, the JavaFX runtime is no longer bundled. In our plugin configuration, we updated the IDE version requireme... -
已编辑于 How to integrate KotlinPlugin's PSI classes
I have added kotlin plugin jar to my SDK class list, and have added the correct <depends> tag to my plugin.xml. The IDE resolves the class reference and compiles. But when I call: if (psiEleme...