Deniswsrosa
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Deniswsrosa commented, -
Deniswsrosa created a post, AnsweredListen 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 created a post, AnsweredIs 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 created a post, AnsweredWhy 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 commented, -
Deniswsrosa created a post, AnsweredAnimatedIcon 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... -