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
April 07, 2015 17:00
That comment was an artfact of having IDEA remove the third parameter so I could hard-code eventSystemEnabled=false. However, re-reading your most recent comment, I see that's not quite what you r...
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 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 04, 2015 04:39
Thanks for the reply. Just so I understand, are you saying that I should always pass eventSystemEnabled=false when invoking the superclass constructor in my subclass of MultipleFilesPerDocumentFil...
Community
IntelliJ IDEA Open API and Plugin Development
Backward-incompatible change with MultiplePsiFilesPerDocumentFileViewProvider in 14.1?
0 votes
Created
April 01, 2015 13:48
Not sure how I missed that! Thanks so much!
Community
IntelliJ IDEA Open API and Plugin Development
Filtering out content under exclude roots in custom language plugin
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
March 19, 2015 00:01
I'll go ahead and mark this as answered in that the original issue is gone, but I still don't know why my default words scanner was causing the issue. At least things seem to work fine when I retu...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
Created
March 17, 2015 16:44
Yes. It uses a DefaultWordsScanner against my generated Flex lexer. I'm passing the token types of my name identifier, block/line comments, and various literals. I think you're very much onto so...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
Created
March 17, 2015 16:32
Well, I have other file-based indices for other purposes. I also use those indices to find files matching other criteria and convert the VirtualFile to a PsiFile using PsiManager. Is there some b...
Community
IntelliJ IDEA Open API and Plugin Development
Help getting a stub tree/index to work?
0 votes
Created
March 16, 2015 16:16
Okay, so here's an example of where I'd get a PsiFile that has a null stub tree. I have a line marker provider that I use to show base/derived relationships as line markers. It works, but right n...
Community
IntelliJ IDEA Open API and Plugin Development
Help getting a stub tree/index to work?
0 votes
«
‹
3
4
5
6
7
8
9
10
›
»