Arina Efremova
- 活动总数 2731
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 5 名用户
- 投票数 104
- 订阅数 980
-
创建于 HCL AppScan Plugin crashes with 2022.2 versions of JetBrains IDE's
已回答With version 2022.2 of the IDE, our plugin (HCL AppScan 2.3) the IDE gets stuck/frozen at startup. After we analyzed and debugged, when trying to use ProgressManager.getInstance().runProcessWithPro... -
创建于 IntelliJ theme plugin fails to build (fatal error trying to buildSearchableOptions)
已回答As a maintainer of the theme plugin Cute Pink Light Theme for IntelliJ, I want to build releases for updated IntelliJ versions without getting any compilation errors or run-time errors. Currently I... -
创建于 IDEA crashes when I use a plugin for generating code which calls a native Go library
已回答I developed a plugin dependence on a Go library (build in c-shared mode). It work fine in sandbox, but after installed, it crash the IDEA when I click the "生成" ("Generate") button. And the Native l... -
创建于 How to start an application in background IDEA via plugin
已回答I'm starting a Java application via plugin, if IDEA is running in background, the following lines: DumbService dumbService = DumbService.getInstance(project);dumbService.smartInvokeLater(() -> Sofa...