主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brice
活动总数
128
最后的活动
2025年10月17日 12:04
成员加入日期
2011年10月31日 19:24
关注
0 名用户
关注者数
0 名用户
投票数
35
订阅数
26
活动概览
帖子(14)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月27日 14:59
@... How to that now that `PlatformUtils` is now internal ?
社区
IntelliJ IDEA Open API and Plugin Development
Detect IDEA/RubyMine from a plugin
0 票
创建于
2021年12月15日 08:38
It seems that wrapping the for loop in `ChangeUtil::prepareAndRunChangeAction` is the right thing to do
社区
IntelliJ IDEA Open API and Plugin Development
`Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor...` when using `MavenDomUtil.createDomDependency`
0 票
创建于
2021年11月24日 13:31
Just to make a clarification, I understand that a cell renderer does not make the component active, ie responsive with to mouse events. But in this case the toolbar isn't displayed properly, there'...
社区
IntelliJ IDEA Open API and Plugin Development
How to display an ActionToolbar in a table cell ?
0 票
创建于
2021年11月22日 22:37
Hi @... Here's the code I am dealing with, the `MavenDomUtil.createDomDependency` is called in the addDependency method. These next line do do anything else. They receive a list of 4 coordinates (`...
社区
IntelliJ IDEA Open API and Plugin Development
`Too many non-blocking read actions submitted at once. Please use coalesceBy, BoundedTaskExecutor...` when using `MavenDomUtil.createDomDependency`
0 票
创建于
2021年11月04日 09:40
For reference the issue was i my test setup, in the above code there is this line myProject = myTestFixture.getProject(); which replaces the project reference created by HeavyPlatformTestCase, thi...
社区
IntelliJ IDEA Open API and Plugin Development
Flaky Listener Leak detected on interface DocumentListener
0 票
创建于
2021年10月26日 09:00
For reference the leak detecting code, works by first getting a list of all the listeners already in place (probably set by the test infrastructure) before the test method run, and after the test h...
社区
IntelliJ IDEA Open API and Plugin Development
Flaky Listener Leak detected on interface DocumentListener
0 票
创建于
2021年09月23日 09:11
If you're interested, the code is here : https://github.com/bric3/excalidraw-jetbrains-plugin In particular the toolbar creation code is here : https://github.com/bric3/excalidraw-jetbrains-plugin...
社区
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 票
创建于
2021年09月23日 09:06
Hi @... This returns `null`. The only values in `myDataContext.myCachedData` are : editor -> {DataManagerImpl$NullResult@34606} psi.File -> {JsonFileImpl@30596} "JsonFile: random.excalidraw"project...
社区
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 票
创建于
2021年09月22日 12:06
Hi Yann Cebron I have a question around testing. I'm not quite sure why in the heavy test the `PsiFile` modification don't get written to disk. The test I have written extending `LightJavaCodeInsig...
社区
IntelliJ IDEA Open API and Plugin Development
Test fixture to mimic a gradle project
0 票
已编辑于
2021年09月20日 13:47
Yes that is likely possible. But neither `GradleImportingTestCase`, `ExternalSystemImportingTestCase`, or `ExternalSystemTestCase` are available as they don't seem to be part of the `testFramework`...
社区
IntelliJ IDEA Open API and Plugin Development
Test fixture to mimic a gradle project
0 票
«
第一页
‹
上一页
下一页
›
最后
»