Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Brice
Follow
New posts
New posts and comments
Total activity
100
Last activity
March 31, 2022 15:51
Member since
October 31, 2011 19:24
Following
0 users
Followed by
0 users
Votes
24
Subscriptions
18
Activity overview
Posts (14)
Comments (44)
Sort by recent activity
Recent activity
Votes
Created
September 16, 2021 12:23
OK, great ! Thank you again for the fast reply ! 🙏
Community
IntelliJ IDEA Open API and Plugin Development
shortenClassReferences does not "shorten" java.util.Collections
1 vote
Created
September 16, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
shortenClassReferences does not "shorten" java.util.Collections
0 votes
Edited
September 10, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 votes
Created
September 10, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 votes
Created
July 06, 2021 14:14
Indeed !
Community
IntelliJ IDEA Open API and Plugin Development
Displaying modified indicator with custom editor (JCEF)
0 votes
Created
July 06, 2021 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 !
Community
IntelliJ IDEA Open API and Plugin Development
Displaying modified indicator with custom editor (JCEF)
0 votes
Created
July 05, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 votes
Created
June 30, 2021 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....
Community
IntelliJ IDEA Open API and Plugin Development
Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
0 votes
Created
June 29, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Some classes decompiled (via custom `ClassFileDecompilers.Light`) produce `InvalidMirrorException: stub:[PsiMethod:Checker...`
0 votes
Created
June 25, 2021 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Documentation about JetBrains/rd (LifetimeDefinition, IPropertyView, etc)
0 votes
«
‹
1
2
3
4
5
›
»