Clmoten
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 6
-
创建于 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:... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Optional dependency - JetBrains Markdown plugin
已回答Newbie 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...