George
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Override stop button of run configuration
AnsweredI am using a custom run configuration in my plugin to call an external application. The problem is that the red stop button does not stop this application properly. Is it possible to override the s... -
Created Invoke action with doubleclick on Jtree node
AnsweredI have a JTree with nodes and an action I would like to invoke by double clicking on one of the nodes. I`ve implemented a MouseListener to check if the user makes a double click on the node. Now I ... -
Created Get String from textfield in my plugin settings
AnsweredI`ve created a custom settings page for my plugin using the provided tutorial from Jetbrains. Now the user can consistently save the settings, but I don`t know how to access the data programmatical...