Deniswsrosa
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
-
Deniswsrosa 进行了评论, -
Deniswsrosa 创建了一个帖子, 已回答Listen to the "save" event of an in-memory VirtualFile
Hi, I'm creating an in-memory json file using the following code: VirtualFile virtualFile = new LightVirtualFile(fileName, FileTypeManager.getInstance().getFileTypeByExtension("json"), ""); ... -
-
Deniswsrosa 创建了一个帖子, 已回答Is there a listener for when the Plugin is installed?
Hi There! After my plugin is installed or started, I need to download some additional dependencies that are platform specific. Which listener could I use for that? Best, -
-
Deniswsrosa 创建了一个帖子, 已回答Why TextEditor is in read-only?
Hi guys! I have created a custom provider, and I can show the file's content inside the editor. However, for some reason, I can't change its content. It feels like the editor is in read-only mode. ... -
Deniswsrosa 进行了评论, -
Deniswsrosa 创建了一个帖子, 已回答AnimatedIcon doesn't work inside a DefaultMutableTreeNode
Hi Guys! I'm developing a plugin, and it feels like if I add an AnimatedIcon inside a JTree it is not animated correctly. This code works correctly in other places: new JLabel("Loading...", new Ani... -