Clmoten

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
Clmoten created a post, AnsweredLocal images in Markdown LightVirtualFile
In 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:... -
Clmoten created a post, AnsweredNotification setListener() deprecated
I 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... -
Clmoten commented, -
Clmoten created a post, AnsweredHow to execute an action when a tool window tab is closed?
I 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... -
-
-
-
Clmoten created a post, AnsweredClassCastException due to PluginClassLoader
I 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... -
-