Brice
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 35
- Subscriptions 26
-
Edited How to display an ActionToolbar in a table cell ?
AnsweredSo 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(... -
Created `Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor...` when using `MavenDomUtil.createDomDependency`
AnsweredI 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... -
Created Flaky Listener Leak detected on interface DocumentListener
AnsweredHi 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... -
Created Test fixture to mimic a gradle project
AnsweredHi, 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...