Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Brice
Follow
New posts
New posts and comments
Total activity
119
Last activity
May 09, 2023 10:52
Member since
October 31, 2011 19:24
Following
0 users
Followed by
0 users
Votes
33
Subscriptions
22
Activity overview
Posts (14)
Comments (50)
Sort by recent activity
Recent activity
Votes
Edited
May 09, 2023 10:52
@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
Created
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
Created
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
Created
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
Created
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
Created
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
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
1
2
3
4
5
›
»