主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Brian Faris
活动总数
75
最后的活动
2021年04月09日 21:56
成员加入日期
2016年02月18日 17:40
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
30
活动概览
帖子(7)
评论(35)
按最近的活动排序
最近的活动
投票数
创建于
2018年11月01日 18:07
Try using a BorderLayout instead and add 2 JPanels to it (one at BorderLayout.EAST and BorderLayout.WEST).
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow incorrect alignments.
0 票
创建于
2018年10月03日 00:10
Create a new class that implements ProjectComponent, register it in the plugin.xml, then put the code you want to run in the constructor.
社区
IntelliJ IDEA Open API and Plugin Development
Handle file opening
0 票
已编辑于
2018年10月02日 03:19
File opened listener: MessageBus bus = project.getMessageBus();bus.connect().subscribe(FileEditorManagerListener.FILE_EDITOR_MANAGER, new FileEditorManagerListener() { @Override public void f...
社区
IntelliJ IDEA Open API and Plugin Development
Handle file opening
0 票
已编辑于
2018年09月01日 20:59
Clearing ToolWindow: public void cleartoolwindow(Project project){ ToolWindow toolWindow = ToolWindowManager.getInstance(project).getToolWindow("SCA_Tool"); toolWindow.getContentManager().rem...
社区
IntelliJ IDEA Open API and Plugin Development
How to clear the content of a ToolWindow?
0 票
创建于
2018年08月25日 16:05
Editor switch listener: MessageBus bus = project.getMessageBus();bus.connect().subscribe(FileEditorManagerListener.FILE_EDITOR_MANAGER, new FileEditorManagerListener() { @Override public void...
社区
IntelliJ IDEA Open API and Plugin Development
Displaying a dialog box when the editor content is changed
0 票
创建于
2018年08月10日 23:11
https://github.com/JetBrains/intellij-sdk-docsThen code_samples/live_templates
社区
IntelliJ IDEA Open API and Plugin Development
Modify a java-class with live-templates
0 票
创建于
2018年07月25日 17:18
For anyone who is interested in single click behavior in the completion window, you can check out my plugin Brew Java at https://plugins.jetbrains.com/plugin/10904-brew-java . It also has right cli...
社区
IntelliJ IDEA Users
Funny completion list click behavior
0 票
创建于
2018年06月20日 12:46
Yea I'll be using that now :)
社区
IntelliJ IDEA Open API and Plugin Development
LookupManager not getting all LookupElements
0 票
已编辑于
2018年06月20日 07:31
Ahh I see, thanks for the response. My plugin needs a way to access all methods/fields of object before dot operator and since code completion does this so well with the dot operator I've been usin...
社区
IntelliJ IDEA Open API and Plugin Development
LookupManager not getting all LookupElements
0 票
创建于
2016年02月19日 18:43
Now at ChooseItemAction
社区
IntelliJ IDEA Users
Funny completion list click behavior
0 票
«
第一页
‹
上一页
下一页
›
最后
»