Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Brian Faris
Total activity
31
Last activity
June 30, 2018 01:24
Member since
May 19, 2016 20:52
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
9
Activity overview
Posts (7)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
June 30, 2018 01:24
https://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/files.html
Community
IntelliJ IDEA Open API and Plugin Development
I cant figure out how to load an file in my plugin to use as a string in the background of my plugin?
0 votes
Created
June 21, 2018 22:02
Thanks for the response, that is exactly what was happening. Let me know if there is any API I can call to reject the custom scale factor being applied to my ToolWindow as it messes it up (or if no...
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow JButton Font/Size overridden
0 votes
Created
June 20, 2018 06:05
LookupImpl#getRelevanceObjects(Iterable<LookupElement> items, boolean hideSingleValues)Any idea what to plug into items?
Community
IntelliJ IDEA Open API and Plugin Development
LookupManager not getting all LookupElements
0 votes
Created
June 19, 2018 06:31
Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
LookupManager not getting all LookupElements
0 votes
Created
October 31, 2017 02:11
Nvm I just used AnActionEvent.createFromAction()
Community
IntelliJ IDEA Open API and Plugin Development
Getting custom action programmaticly
0 votes
Created
October 23, 2017 23:25
Ty, I used: URL file = this.getClass().getResource("keywords.txt");Scanner s = new Scanner(new File(file.getFile()));Probably a better way to do this but whatever.
Community
IntelliJ IDEA Open API and Plugin Development
FileNotFoundException
0 votes
Created
May 26, 2016 19:45
I got the behavior I desired to work with this verbose code. AnAction action = ActionManager.getInstance().getAction(IdeActions.ACTION_EDITOR_NEXT_TEMPLATE_VARIABLE); ActionManager.getInstance().ge...
Community
IntelliJ IDEA Open API and Plugin Development
Advance Live Template programmatically
1 vote
Created
May 26, 2016 18:00
I'm assuming I have to use: ActionManager.getInstance().getAction(IdeActions.ACTION_EDITOR_NEXT_TEMPLATE_VARIABLE).actionPerformed(AnActionEvent.createFromAnAction(???)); Just not sure what to plug...
Community
IntelliJ IDEA Open API and Plugin Development
Advance Live Template programmatically
0 votes
Created
May 25, 2016 04:28
com.intellij.psi.impl.file.PsiDirectoryFactory#createDirectory
Community
IntelliJ IDEA Open API and Plugin Development
Created a file, It's in memory only, how to save it to disk?
0 votes
Created
May 24, 2016 17:53
Nevermind, got it to work with LookupManager.getInstance(project).showLookup(editor,LookupElementBuilder.create("hi"));
Community
IntelliJ IDEA Open API and Plugin Development
LookupElementBuilder
0 votes
Next
›
Last
»