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
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 23:05
Hmmm...I just found this previous thread asking essentially the same question:http://devnet.jetbrains.com/message/5499054I guess the parser context isn't really available at the time of completion,...
Community
IntelliJ IDEA Open API and Plugin Development
Using parser's expected next tokens in completion?
0 votes
Created
September 14, 2014 18:58
Thanks for the info. I haven't yet tried building my own GK plugin but could certainly give that a while. I do have things working pretty well using the IDEA 12.x plugin under IDEA 13.x against t...
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
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
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
July 22, 2014 17:42
Regarding the second part of my question (and perhaps the first as well), it looks like these special character classes are just the ones supported by Java's Pattern regexp syntax. I still don't s...
Community
IntelliJ IDEA Open API and Plugin Development
Case-insensitive Grammar-Kit tokens?
0 votes
Created
July 19, 2014 15:49
I did the latter and it seems to have worked. Thank you very much!
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit generating parser with missing symbols enter_section_, exit_section_c, etc.
0 votes
Created
March 18, 2013 22:26
Sorry, I just saw this. Let me see if I can distill it down to something small that I can share with you because I'd love to have that level of immediate feedback when possible.
Community
IntelliJ IDEA Open API and Plugin Development
Starting point for a Java-like grammar for Grammar-Kit?
0 votes
Created
March 07, 2013 21:43
Thanks for the reply! I actually found several Java grammars in the antlr distribution that had already worked through the removal of left recursion, so I grabbed one of those as a starting point....
Community
IntelliJ IDEA Open API and Plugin Development
Starting point for a Java-like grammar for Grammar-Kit?
0 votes
«
‹
5
6
7
8
9
10