Furynick1510
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
-
Furynick1510 创建了一个帖子, 已回答ServiceManager.getService for ProjectService creation gives null value
I have written a ProjectService class as below: public static class ProjectService { private HorBugTable bugsTable; public HorBugTable getHoBugTable() { return bugsTable; } void ... -
Furynick1510 创建了一个帖子, Custom Icon doesn't show up for action in MainToolBar
I am adding custom icon to my intellij plugin action. <action icon="/video/videoicon.svg" class="actions.PopupDialogAction" description="Test Description" id="fetchSession" text="Fetch Session"/> ... -
-
Furynick1510 创建了一个帖子, 已回答How to fill in ComboBox from API call?
I need to call an API, get a response, add items to ComboBox and update the view in the plugin. I need to update the thread Ids as they load from an API. My custom Combobox for this is as shown be...