主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jamie Echlin
活动总数
157
最后的活动
2019年03月28日 18:11
成员加入日期
2016年11月10日 11:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
79
活动概览
帖子(29)
评论(48)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月05日 09:13
Like this... MessageBus bus = ApplicationManager.getApplication().getMessageBus(); MessageBusConnection connection = bus.connect(); connection.subscribe(AppTopics.FILE_DOCUMENT_SYNC, new FileDocum...
社区
IntelliJ IDEA Open API and Plugin Development
When save or save all or auto save, how can i get list of files which saved
0 票
创建于
2017年06月09日 05:27
Definitely sounds like live templates. You may well not even need a plugin. Docs are https://www.jetbrains.com/help/idea/2017.1/live-templates.html. If you do need a plugin sounds like you should f...
社区
IntelliJ IDEA Open API and Plugin Development
[Plugin][In development] Plugin that expands Builder setters automatically for you and moves cursor to each setter
0 票
创建于
2017年06月05日 10:26
Hi Konstantin, Thanks for the tips. Debugging those entry points I found I had actually written dummy configurationType and programRunner extensions that I had completely forgotten about... mostly ...
社区
IntelliJ IDEA Open API and Plugin Development
strange problem running node run config with custom plugin installed
0 票
创建于
2017年06月01日 10:04
Awesome, thanks. Unfortunately the code you gave me in the previous comment returned immediately, and the modules were not available. For now I settled for a "module added" listener.
社区
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
0 票
创建于
2017年05月25日 17:06
Start on an annotator: http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/annotator.html I think when you start writing that you will see you don't need to worry about whe...
社区
IntelliJ IDEA Open API and Plugin Development
Extension Point for Statement Completed
0 票
创建于
2017年05月23日 12:10
Thanks... but, ok, bear with me a second. So what I should do is get a reference to the project view, find the nodes I care about, and set this additional data? thanks,jamie
社区
IntelliJ IDEA Open API and Plugin Development
what extension point am I looking for?
0 票
创建于
2017年05月17日 10:08
I just create a directory, write some pom files to the directory, then call com.intellij.ide.impl.ProjectUtil.openOrImport Sorry if this comment is duplicated, my previous one is "Pending Approval"...
社区
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
0 票
创建于
2017年05月17日 10:05
I just create a dir, write some pom files to the dir, then call com.intellij.ide.impl.ProjectUtil#openOrImport
社区
IntelliJ IDEA Open API and Plugin Development
get notified when a maven project is imported
0 票
创建于
2017年05月11日 17:05
Thanks... it's some kind of timing issue. isRunningOrPending never becomes false in that thread. I don't really want to use the test cases, because (in another respect), getting the highlight info ...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator problems after upgrade to 2017.1
0 票
创建于
2017年05月10日 16:40
That's a shame, thanks for your answer anyway. I don't suppose you are considering runtime reloading of plugins, via OSGi or anything like that? Might make life a bit easier for plugin developers.
社区
IntelliJ IDEA Open API and Plugin Development
programatically adding extensions
0 票
«
第一页
‹
上一页
下一页
›
最后
»