Furynick1510

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Furynick1510 created a post, AnsweredServiceManager.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 created a post, 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 created a post, AnsweredHow 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...