Brice
- 活动总数 128
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 35
- 订阅数 26
-
已编辑于 How to display an ActionToolbar in a table cell ?
已回答So I have code like this that works properly in almost every place I know off AnAction source = ActionManager.getInstance().getAction("my_group");source.getTemplatePresentation().putClientProperty(... -
创建于 `Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor...` when using `MavenDomUtil.createDomDependency`
已回答I noticed in some case, IntelliJ report this error when adding Maven dependencies through `MavenDomUtil.createDomDependency` : java.lang.Throwable: Too many non-blocking read actions submitted at o... -
创建于 Flaky Listener Leak detected on interface DocumentListener
已回答Hi there I have a test that relies on `HeavyPlatformTestCase`, however the test sometimes fails for reasons that escape me at this time. I suppose there's a timing issue around line status listener... -
创建于 Test fixture to mimic a gradle project
已回答Hi, I'd like to discover the gradle version of a project in order to patch the gradle file with custom dependencies. However depending on the version of Gradle the dependency scope has to be be dec...