主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Charles Capps
活动总数
11
最后的活动
2016年01月16日 13:22
成员加入日期
2014年04月12日 00:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2014年04月14日 00:41
I appreciate the observation! I'll do that for the next version of the plugin I release.
社区
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 票
创建于
2014年04月14日 16:15
False, it is only waiting to be approved for the newest version. My plugin has been approved for versions 1.01, 1.02, ... 1.05. (And as of writing, it was approved for 1.06). You can download it if...
社区
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 票
创建于
2014年04月14日 18:29
Thanks! Much appreciated you fixed it so fast. I'll try it out now.
社区
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 票
创建于
2014年09月11日 08:46
I figured it out. I'm using the following code:PsiClass robotKeywordAnnotation = JavaPsiFacade.findClass("org.robotframework.javalib.annotation.RobotKeyword", ProjectScope.getLibraryScope(project))...
社区
IntelliJ IDEA Open API and Plugin Development
Search for usage of an Annotation in Java class files from libraries?
0 票
创建于
2014年04月14日 00:32
Hi, thanks for your response! Unfortunately, changing the extension is not an option, as that's the extension for the robot framework http://robotframework.org/. It also supports .txt for test case...
社区
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 票
创建于
2014年04月14日 19:04
It's working, thanks!
社区
IntelliJ IDEA Open API and Plugin Development
For a custom language plugin, how can my plugin be listed when a user opens a file and the dialog "Plugins supporting files with extension *.foo are found" comes up?
0 票
创建于
2014年09月11日 07:50
I was using the getScopeRestrictedByFileTypes() just to verify if I can find annotations in Java .class files. I already have working code for finding the annotations in Java files from libraries. ...
社区
IntelliJ IDEA Open API and Plugin Development
Search for usage of an Annotation in Java class files from libraries?
0 票