主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Adedayo Adetoye
活动总数
11
最后的活动
2016年01月16日 12:03
成员加入日期
2015年07月16日 15:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2015年07月30日 10:57
Hello Patrick, I was in your shoes not long ago, and you may have to register many more extension points depending on what you are doing. However, the pattern is similar. It helps to have the CE co...
社区
IntelliJ IDEA Open API and Plugin Development
Create standalone parser from plugin-code
0 票
创建于
2015年10月09日 15:49
Thank you Imants for the suggestion! The problem is that there are potentially many file types that I am intereted in: currently over 400 extension and name types! I do not want to create and regis...
社区
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 票
创建于
2015年10月09日 16:38
B-)The solution is not perfect though, as I find that the IconProvider does not work with files that do not have an associated file type in the IDE. The jury is still out on how to layer a warning ...
社区
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 票
创建于
2015年07月18日 09:13
Thank you Dmitry!I shall wait to see the outcome of IntelliJ IDEA 15, hopefully it meets my needs and that of others, that would be a much more preferred solution.I found myself using intellij-core...
社区
IntelliJ IDEA Open API and Plugin Development
Bite-sized IntelliJ SDK libraries for IDE-independent tools on Maven Central
0 票
创建于
2015年07月31日 22:35
Hello Patrick, I cloned, built and ran the project as you describe, and it was fine: I couldn't reproduce the issue you mentioned. I suspect the only difference is that I have Java 8 as opposed to ...
社区
IntelliJ IDEA Open API and Plugin Development
Create standalone parser from plugin-code
0 票
创建于
2015年10月12日 15:34
Thanks Imants!It would almost be impossible to add the extensions manually, but your suggestion was actually helpful and I ended up defining a FileType along with a FileTypeFactory to identify file...
社区
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 票