Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Brice
Follow
New posts
New posts and comments
Total activity
103
Last activity
January 19, 2023 09:51
Member since
October 31, 2011 19:24
Following
0 users
Followed by
0 users
Votes
27
Subscriptions
18
Activity overview
Posts (14)
Comments (44)
Sort by votes
Recent activity
Votes
Created
September 20, 2021 16:07
Ok I got this to work. Thank you !
Community
IntelliJ IDEA Open API and Plugin Development
Test fixture to mimic a gradle project
1 vote
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
December 15, 2021 08:38
It seems that wrapping the for loop in `ChangeUtil::prepareAndRunChangeAction` is the right thing to do
Community
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 votes
Created
November 24, 2021 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'...
Community
IntelliJ IDEA Open API and Plugin Development
How to display an ActionToolbar in a table cell ?
0 votes
Created
November 22, 2021 22:37
Hi Yann 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 (`...
Community
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 votes
Created
November 04, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Flaky Listener Leak detected on interface DocumentListener
0 votes
Created
October 26, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Flaky Listener Leak detected on interface DocumentListener
0 votes
Created
September 23, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 votes
Created
September 23, 2021 09:06
Hi Vasily This returns `null`. The only values in `myDataContext.myCachedData` are : editor -> {DataManagerImpl$NullResult@34606} psi.File -> {JsonFileImpl@30596} "JsonFile: random.excalidraw"proje...
Community
IntelliJ IDEA Open API and Plugin Development
With split panes, toolbar action apply to the selected / active editor
0 votes
Created
September 22, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Test fixture to mimic a gradle project
0 votes
1
2
3
4
5
›
»