Deniswsrosa
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created Listen to the "save" event of an in-memory VirtualFile
AnsweredHi, I'm creating an in-memory json file using the following code: VirtualFile virtualFile = new LightVirtualFile(fileName, FileTypeManager.getInstance().getFileTypeByExtension("json"), ""); ... -
Created Is there a listener for when the Plugin is installed?
AnsweredHi 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, -
Created Why TextEditor is in read-only?
AnsweredHi 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. ... -
Created AnimatedIcon doesn't work inside a DefaultMutableTreeNode
AnsweredHi 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... -
Created Changing the character returned with TypedHandlerDelegate
AnsweredHi all, I'm trying to do the following thing: 1- Get the line and column the character has been typed 2- Get the name of the file where the user is currently writting 3- Make the editor write a d... -
Created How to change what is being written in the editor?
AnsweredHi all, I'm fairly new to plugin development and I wonder if there is any way to change the editor to return a different value than the key pressed: Ex: the key pressed was "a" but it actually wr...