George
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
George created a post, AnsweredOverride stop button of run configuration
I 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... -
George commented, -
-
George created a post, AnsweredInvoke action with doubleclick on Jtree node
I 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 ... -
George commented, -
George created a post, AnsweredGet String from textfield in my plugin settings
I`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...