Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Brice
Total activity
123
Last activity
September 30, 2023 13:16
Member since
October 31, 2011 19:24
Following
0 users
Followed by
0 users
Votes
34
Subscriptions
24
Activity overview
Posts (14)
Comments (51)
Brice
commented,
July 31, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Kotlin Coroutines version in CLion plugin
0 votes
Brice
commented,
April 28, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 votes
Brice
commented,
April 27, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to find inner / anonymous java classes in project by compiled name
0 votes
Brice
commented,
April 23, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 votes
Brice
commented,
April 13, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Markdown Preview Swing Component
0 votes
Brice
commented,
April 06, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
build of IDEA failed: directory not empty
0 votes
Brice
commented,
March 27, 2023 14:59
Dmitry Jemerov How to that now that `PlatformUtils` is now internal ?
Community
IntelliJ IDEA Open API and Plugin Development
Detect IDEA/RubyMine from a plugin
0 votes
Brice
commented,
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
Brice
commented,
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
Brice
commented,
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