Clmoten
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
Created Local images in Markdown LightVirtualFile
AnsweredIn my plugin code I'm opening a Markdown file in-memory using `LightVirtualFile` and setting the file language to `MarkdownLanguage.INSTANCE`. I use the following code to open the file for editing:... -
Created Notification setListener() deprecated
AnsweredI checked my plugin against the latest stable IDE API build (2022.1) using the pluginVerifier and found that my plugin is using a deprecated API for notifications. I use the setListener() method of... -
Created How to execute an action when a tool window tab is closed?
AnsweredI have a tool window with two content tabs added to it. I used the content manager to add the content to the tool window: ContentManager contentManager = toolWindowEx.getContentManager();Content co... -
Created ClassCastException due to PluginClassLoader
AnsweredI am developing a plugin and am encountering some weird behavior. I am getting the following error: java.lang.ClassCastException: class javax.swing.tree.DefaultMutableTreeNode cannot be cast to cla... -
Created Optional dependency - JetBrains Markdown plugin
AnsweredNewbie issue that I've been struggling with... What is the proper way to declare an optional dependency on the JetBrains Markdown plugin in my plugin? I want to be able to use the Markdown split ed...