Brian Faris
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Brian Faris commented, -
-
Brian Faris created a post, 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 commented, -
Brian Faris created a post, 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 commented, -
Brian Faris created a post, 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 created a post, AnsweredFileNotFoundException
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...