Clmoten
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 6
-
Clmoten 创建了一个帖子, 已回答Local 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 创建了一个帖子, 已回答Notification 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答ClassCastException 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... -
-