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
July 22, 2014 18:50
Figured it out. I can use "regexp:(?i)<pattern>" to make the pattern case-insensitive. Oddly when I don't do this (exact match), the tokens show up with syntax highlighting, but when I do this (c...
Community
IntelliJ IDEA Open API and Plugin Development
Case-insensitive Grammar-Kit tokens?
0 votes
Created
September 03, 2014 18:08
I'm kind of resurrecting this thread because I have more questions about the same topic. Stupid me, I finally saw that I can stop maintaining my own lexer and generate the lexer from the Grammar-K...
Community
IntelliJ IDEA Open API and Plugin Development
Case-insensitive Grammar-Kit tokens?
0 votes
Created
November 10, 2014 22:55
Never figured this out entirely, but I used it as a push to implement an ant-based build for my plugin that generates the parser and lexer when they're out-of-date into the generated source directo...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit 1.20 not generating parser into "gen" directory
0 votes
Created
January 07, 2015 14:21
Was any solution ever found for this? I'm seeing the exact same thing in a plugin that I'm writing that otherwise works with IDEA 12. I'd prefer not to have to drop support for that version becau...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot send JAX-WS request from plugin
0 votes
Created
February 12, 2015 00:18
That helps. Thanks again! Yeah, I'm hoping to phase out support for the older version ASAP and remove the handful of workarounds that are required to support it, but for now I have enough users s...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement "go to to implementation"
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 15, 2015 14:09
Just a quick update. I did specify a stubElementTypeHolder in my plugin.xml as the elementTypeHolderClass from my BNF. That includes the appropriate stub element types because of how I've specifi...
Community
IntelliJ IDEA Open API and Plugin Development
Help getting a stub tree/index to work?
0 votes
Created
March 16, 2015 13:37
Okay, I got this working. The all-important piece that I was missing (at least as far as I can tell!) was to use my stub file to return the root stub nodes, and to use that facility to begin walki...
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
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
«
‹
1
2
3
4
5
6
7
8
9
10
›
»