Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Clmoten
Total activity
21
Last activity
August 09, 2022 14:32
Member since
July 11, 2020 18:54
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
6
Activity overview
Posts (5)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
May 02, 2021 16:17
Thanks for this. The Content manager listener solution was what I needed.
Community
IntelliJ IDEA Open API and Plugin Development
How to execute an action when a tool window tab is closed?
0 votes
Created
November 24, 2020 02:12
I've only been able to replicate this error in Ubuntu. I've only tried Ubuntu 20.04 but it appears to consistently occur in Ubuntu. I don't see this error on macOS (Catalina), or Windows 10.
Community
IntelliJ IDEA Open API and Plugin Development
ClassCastException due to PluginClassLoader
0 votes
Created
November 23, 2020 19:37
I've encountered this problem in IDE version > 2020.1 as well with a plugin I worked on. I'm not sure what happened across versions of the IDE, but I've had some luck playing around with the custom...
Community
IntelliJ IDEA Open API and Plugin Development
Why IntelliJ IDEA 2020.1 doesn't properly render HTML content font color in Dracula theme for JTextPane?
0 votes
Created
November 16, 2020 17:22
I tried updating the gradle-intellij-plugin but that didn't seem to have any affect. The same error is encountered. A user using this plugin has also reported seeing the same error using PhpStorm o...
Community
IntelliJ IDEA Open API and Plugin Development
ClassCastException due to PluginClassLoader
0 votes
Created
July 13, 2020 05:09
So with the second method, if I define an interface extension point in my plugin.xml, and then define a class that implements that interface in withMarkdown.xml that uses Markdown classes, wouldn't...
Community
IntelliJ IDEA Open API and Plugin Development
Optional dependency - JetBrains Markdown plugin
0 votes
Created
July 13, 2020 03:54
Okay I think I figured out my issue. It seems the whole point of the config-file that gets defined as an attribute of the optional depends tag is to use it to define code that should only exist if ...
Community
IntelliJ IDEA Open API and Plugin Development
Optional dependency - JetBrains Markdown plugin
0 votes