主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brice
活动总数
123
最后的活动
2023年09月30日 13:16
成员加入日期
2011年10月31日 19:24
关注
0 名用户
关注者数
0 名用户
投票数
34
订阅数
24
活动概览
帖子(14)
评论(51)
Brice
进行了评论,
2023年07月31日 09:16
The version of kotlinx-coroutines is specified by the IDE's release. Why do you want to update it independently from the IDE? This is useful to align other dependencies of the same group e.g. htt...
社区
IntelliJ IDEA Open API and Plugin Development
Kotlin Coroutines version in CLion plugin
0 票
Brice
进行了评论,
2023年04月28日 07:44
@collin I never tried with the markdown preview jcef panel. But this is jcef integration stuff. The code needs to register handlers, the code can register handler on the jcef client, depending on y...
社区
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 票
Brice
进行了评论,
2023年04月27日 08:52
For anyone wondering why this doesn't work in some cases, you should be aware that `ClassUtil.findPsiClass` currently don't find anonymous classes on libraries (or the JVM runtime). See https://y...
社区
IntelliJ IDEA Open API and Plugin Development
How to find inner / anonymous java classes in project by compiled name
0 票
Brice
进行了评论,
2023年04月23日 22:56
@IvanPosti > You can think of a single panel instance as a tab in a browser. Ok thank you for the metaphor, that convey well how the jcef panel works. > I suggest to try using a single panel ins...
社区
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 票
Brice
进行了评论,
2023年04月13日 12:51
Ivan Posti Thanks for the reply, and the code sample. I had a few questions as well * Is it acceptable to have multiple `MarkdownJCEFHtmlPanel` component, given the JCEF constraints and memory impa...
社区
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 票
Brice
进行了评论,
2023年04月06日 16:19
I also had this issue. I manually patched some of the build "scripts" to remove `.DS_Store` when the zip is created. Also I had to disable the notarization (and the DMG generation). But this work n...
社区
IntelliJ IDEA Open API and Plugin Development
build of IDEA failed: directory not empty
0 票
Brice
进行了评论,
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 票
Brice
进行了评论,
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 票
Brice
进行了评论,
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 票
Brice
进行了评论,
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 票