Brian Faris
- 活动总数 31
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
-
-
Brian Faris 创建了一个帖子, ToolWindow JButton Font/Size overridden
My plug-in features a ToolWindow that displays a series of JButtons to the user. Upon ToolWindow initialization my buttons are set with: for (int i = 0; i < codeButtons.size(); i++) { codeButton... -
-
Brian Faris 进行了评论, -
Brian Faris 创建了一个帖子, LookupManager not getting all LookupElements
I'm using: List<LookupElement> lookupItems = LookupManager.getActiveLookup(editor).getItems(); To get handles on the current LookupElements populated in the active lookup. The problem is that for s... -
Brian Faris 进行了评论, -
Brian Faris 创建了一个帖子, Getting custom action programmaticly
I made an Action that extends AnAction and registered it to the plugin.xml. How do I get a handle on it to use in code? I need to set my jbuttons to this action but can't find it. I tried ActionMan... -
-
Brian Faris 创建了一个帖子, 已回答FileNotFoundException
I put a .txt file in resources folder in plugin I'm working on and I can't get a handle on it Txt file is in resources folder, using tool_window run configuration to test code, added .txt to resou...