主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brice
活动总数
128
最后的活动
2025年10月17日 12:04
成员加入日期
2011年10月31日 19:24
关注
0 名用户
关注者数
0 名用户
投票数
35
订阅数
26
活动概览
帖子(14)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2021年09月16日 12:21
Ah ok! That makes sense thank you ! Do you think the alternative I took with myFixture.addClass("package java.util; public class Collections {}"); is acceptable if the code only require a few sele...
社区
IntelliJ IDEA Open API and Plugin Development
shortenClassReferences does not "shorten" java.util.Collections
0 票
已编辑于
2021年09月10日 22:01
After some debugging, I noticed there's some interesting contextual data in the event, in particular psi.File. Using this information it is possible to find the correct editor from selectedEditors ...
社区
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 票
创建于
2021年09月10日 20:40
Hi Yann Cebron Sorry for the late reply, I took some time away from the keyboard, then just started another job, and postponed on this issue. So what debug showed me at this point in FileEditorMana...
社区
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 票
创建于
2021年07月06日 14:14
Indeed !
社区
IntelliJ IDEA Open API and Plugin Development
Displaying modified indicator with custom editor (JCEF)
0 票
创建于
2021年07月06日 14:08
Facepalm. OK I feel stupid now, it works just fine with the right setting. I forgot the sand-boxed IDE settings can get reset on various occasions. Thanks for coping with me !
社区
IntelliJ IDEA Open API and Plugin Development
Displaying modified indicator with custom editor (JCEF)
0 票
创建于
2021年07月05日 19:02
Yann Cebron Hi Yes sorry for that I'm developing the plugin against version 2020.3. Do you set com.intellij.openapi.actionSystem.ActionToolbar#setTargetComponent in your action toolbar registratio...
社区
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 票
创建于
2021年06月30日 09:14
Actually I found what I was looking for via IntelliJ's `org.jetbrains.concurrency` package, as it gives me more flexibility on blocking or using promises. In particular : org.jetbrains.concurrency....
社区
IntelliJ IDEA Open API and Plugin Development
Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
0 票
创建于
2021年06月29日 08:22
Roman Shevchenko Hi, sorry for the late reply, OK I understand your position as well, indeed thinking again on this certainly makes the API convoluted. The only real opportunity on the IDE side I ...
社区
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 票
创建于
2021年06月25日 12:06
Actually no, `adviseUntil` is not what I'm looking for. There are also other interesting methods like `debounce`, I understand their meaning, but understanding their implication in regard of the ...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
0 票
已编辑于
2021年06月23日 19:21
Yann Cebron I am developing a plugin with the CEF view, this plugin needs to communicate via messages to the javascript app that runs in the JCEF window. Currently I have something that works using...
社区
IntelliJ IDEA Open API and Plugin Development
Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
0 票
«
第一页
‹
上一页
下一页
›
最后
»