Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Charles Capps
Total activity
11
Last activity
January 16, 2016 13:22
Member since
April 12, 2014 00:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
April 14, 2014 00:41
I appreciate the observation! I'll do that for the next version of the plugin I release.
Community
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 votes
Created
April 14, 2014 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...
Community
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 votes
Created
April 14, 2014 18:29
Thanks! Much appreciated you fixed it so fast. I'll try it out now.
Community
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 votes
Created
September 11, 2014 08:46
I figured it out. I'm using the following code:PsiClass robotKeywordAnnotation = JavaPsiFacade.findClass("org.robotframework.javalib.annotation.RobotKeyword", ProjectScope.getLibraryScope(project))...
Community
IntelliJ IDEA Open API and Plugin Development
Search for usage of an Annotation in Java class files from libraries?
0 votes
Created
April 14, 2014 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...
Community
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 votes
Created
April 14, 2014 19:04
It's working, thanks!
Community
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 votes
Created
September 11, 2014 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
Search for usage of an Annotation in Java class files from libraries?
0 votes