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 votes
Recent activity
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
Created
September 14, 2014 23:44
Okay, so I looked into this today and the going is a little rocky so far. I pulled down the latest source from git (should I pull from a label such as 1.1.10_1?) and have been trying to build it. ...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and older versions of IDEA
0 votes
Created
September 14, 2014 18:54
Thanks for the reply. Yeah, I've taken a very similar approach where I let GK generate the JFlex lexer and then have a set of documented manual steps to get it into ship-shape. Takes less than fi...
Community
IntelliJ IDEA Open API and Plugin Development
Case-insensitive Grammar-Kit tokens?
0 votes
Created
February 08, 2015 23:51
Sorry for resurrecting such an old thread, but I have the same question. I've managed to get the line marker provider aspect working well, but I also want CTRL+ALT+B to work for "Go To Implementat...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement "go to to implementation"
0 votes
Created
February 10, 2015 15:06
Thanks! VERY easy to implement once I knew the right place to look! Much appreciated!UPDATE: Hmmmmm...so that works great in more recent versions of IDEA, but I'm trying to support IDEA 12.x as w...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement "go to to implementation"
0 votes
Created
March 19, 2015 00:04
Okay, I made decent progress on this today, but unfortunately I'm still hitting a class of issues where my stub-based elements are coming back with null stubs. In fact, they're coming back non-nul...
Community
IntelliJ IDEA Open API and Plugin Development
Help getting a stub tree/index to work?
0 votes
Created
April 06, 2015 01:56
Thanks. Yep, that's exactly what I did, and the behavior was as described above. There must be something else I'm doing wrong since changing that to false all the time is causing other things to ...
Community
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 votes
Created
April 07, 2015 16:16
The recommendation to pass eventSystemEnabled=false from cloneInner() fixed the issues.For what it's worth, this is the most comprehensive documentation I could find on how to implement one of thes...
Community
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
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 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
1
2
3
4
5
6
›
»