Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Scott Wells
Follow
New posts
New posts and comments
Total activity
178
Last activity
January 16, 2016 14:22
Member since
March 04, 2013 20:32
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
44
Activity overview
Posts (34)
Comments (100)
Sort by recent activity
Recent activity
Votes
Created
July 05, 2015 16:53
Once again I may have spoken too soon. I just added the jars from the coverage plugin to my plugin SDK and now I have access to those interfaces. I'll see if I can get things so they build proper...
Community
IntelliJ IDEA Open API and Plugin Development
Code coverage for custom language
0 votes
Created
July 04, 2015 15:06
Never mind. I figured out how to do this by using a custom XmlElementDescriptorProvider that returns XmlElementDescriptors which use case-insensitive matching to respond to getAttributeDescriptor().
Community
IntelliJ IDEA Open API and Plugin Development
Case-insensitive XSD attribute validation?
0 votes
Created
June 26, 2015 19:57
Yup, that did it! Thanks so much for the quick and useful info!
Community
IntelliJ IDEA Open API and Plugin Development
Add plugin with different zips for different versions of IDEA to plugin repo?
0 votes
Created
June 26, 2015 19:41
Yeah, that makes total sense. Let me see if I can make that adjustment quickly and get all three versions uploaded! I'll mark this question as answered shortly.
Community
IntelliJ IDEA Open API and Plugin Development
Add plugin with different zips for different versions of IDEA to plugin repo?
0 votes
Created
June 09, 2015 14:49
Yeah, I figured an explanation might be in order. Basically my plugin generates the class library (both system classes and installed third-party library classes) dynamically at runtime by calling ...
Community
IntelliJ IDEA Open API and Plugin Development
Rebuilding a set of file-based indices on-demand
0 votes
Created
May 18, 2015 14:56
Thanks for the reply. Yeah, I considered that, but unfortunately it's all based on a different core configuration for diff in IDEA 14 vs. IDEA 12/13. I'd have to drag in a non-trivial amount of c...
Community
IntelliJ IDEA Open API and Plugin Development
Folder comparison that supports internal/external tool in IDEA 12/13?
0 votes
Created
May 08, 2015 14:20
Are you asking how to protect the source code of a commercial plugin? Assuming so, I think the best route is a combination of code ofbuscation, e.g., ProGuard or yGuard, and some form of DRM/licen...
Community
IntelliJ IDEA Open API and Plugin Development
How to confuse plugins codes to make business
0 votes
Created
April 28, 2015 14:48
That seems to have done it! One more question along these lines...is there any common facility in IDEA to resolve a MIME type/content type to a file type (or even a file extension)?Thanks again!!!...
Community
IntelliJ IDEA Open API and Plugin Development
Single file type for multiple content types?
0 votes
Created
April 28, 2015 13:21
Thanks! That definitely looks promising. I'm trying to implement this now but my implementation is never getting invoked. Debugging a bit I see that in FileTypeManagerImpl.getOrDetectFromContent...
Community
IntelliJ IDEA Open API and Plugin Development
Single file type for multiple content types?
0 votes
Created
April 11, 2015 15:44
Hmmmm...never mind. I decided to try a different approach and use a standard annotator instead of an external annotator. I registered a listener with the file editor manager to determine when to ...
Community
IntelliJ IDEA Open API and Plugin Development
How can I force the code analysis status icon to update?
1 vote
«
‹
2
3
4
5
6
7
8
9
10
›
»