Brice
- 活动总数 123
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 34
- 订阅数 24
-
已编辑于 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... -
创建于 shortenClassReferences does not "shorten" java.util.Collections
已回答Hello. I am writing an intention that is adding some statements, these statements uses types from external library and some from the JDK (such as `java.util.Collections`). The types from the extern... -
创建于 Displaying modified indicator with custom editor (JCEF)
已回答Hi I am struggling to get the modified indicator (the asterisk in the editor tab), with a custom editor (JCEF based). I know about `FileEditor.PROP_MODIFIED`, I have implemented the property chan... -
创建于 With split panes, toolbar action apply to the selected / active editor
已回答Suppose two diagrams are displayed side-to-side. Eg Here, the right editor is selected (notice the blue line on the editor tab). When toolbar icon is interacted on the right editor, the action wil... -
创建于 Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
已回答Hi, I noticed some plugin using `rd` (Reactive Distributed) types. However I wasn't able to find any proper documentation. From what I think I understood from the project some of the Kotlin types a... -
创建于 Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
已回答Hello, I am developing jd-intellij, which is the IDEA integration of JD-Core, which is a java decompiler (you probably heard about JD-GUI). I identified a case, likely not the only one where Intell... -
创建于 Working with breakpoints in decompiled source
Hi,I'm one of the developper of JD-IntelliJ a Java Decompiler plugin for IntelliJ IDEA.Some of the users require the ability to set breakpoints in the decompiled source, see the #1 and #3 comments ...