Bear
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
-
Bear 创建了一个帖子, 已回答Access is allowed from event dispatch thread only
I am currently facing this exception on CLion when I run my plugin with a sample rust project, however, this exception does not come through when the project size is small. I have tested my extensi... -
Bear 创建了一个帖子, 已回答Extending the existing run configuration UI
I want to extend the existing run configuration UI, i.e. when the user edits the run configuration settings, I want them to also see a menu of my plugin where they can choose the settings they want... -
Bear 创建了一个帖子, 已回答Wait for the user to select an item from a popup
hi, I created a popup like so: JBPopupFactory .getInstance() .createListPopup(PopUpMenu("Select a pod to impersonate", pods)) .show(RelativePoint.fromScreen(Point(600, 200))); ... -
Bear 创建了一个帖子, 已回答Modifying the run configuration before execution
Basically, I want to modify the environment variables of the run configuration when a user clicks on the debug button, but I can't seem to find an interface/class that I could implement through an ...