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
March 16, 2015 13:39
Thanks. Yeah, I've done that several times and all it does is demonstrate the issue clearly as the indices are rebuilt. Unfortunately my plugin isn't open source as I know that would help you guy...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
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 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 13, 2015 20:10
Thanks for the reply, Alexander. You're correct about the last rule in my lexer. I guess my question would be why it has this issue only while building file-based indices. I can open the file ot...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
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
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
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
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
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
September 15, 2014 00:19
Hmmm...I think I have a working solution to this now. I grabbed GeneratedParserUtilBase from IDEA 13 and set up my grammar to use it instead of the one in the IDEA 12 SDK. I had to make one small...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and older versions of IDEA
0 votes
«
‹
4
5
6
7
8
9
10
›
»