George
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 Override 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... -
创建于 Invoke 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 ... -
创建于 Get 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...