Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Subhojitdss
Total activity
13
Last activity
November 30, 2020 23:42
Member since
November 08, 2020 02:59
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (4)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
November 30, 2020 23:42
The BNF file: { tokens = [ string="regexp:('([^'\\]|\\.)*'|\"([^\"\\]|\\\"|\\\'|\\)*\")" id="regexp:\w+" ]}testFile ::= item_*private item_ ::= (paren_expr)paren_expr ::= id '=' '(' e...
Community
IntelliJ IDEA Open API and Plugin Development
Error recovery with pin and recoverWhile
0 votes
Created
November 20, 2020 17:56
Actually I figured this out. This was because in MyCompositeImpl , the constructor was protected, when I make it public the generated code created constructor with IElementType which resolve the is...
Community
IntelliJ IDEA Open API and Plugin Development
BNF generated classes accepting ASTNode in constructor instead of IElementType
0 votes
Created
November 19, 2020 07:19
Thanks, this helps.
Community
IntelliJ IDEA Open API and Plugin Development
How to wrap composite PsiElement on top of Lexer recognized elements in Grammar-Kit ?
0 votes
Created
November 08, 2020 03:10
I meant to submit a request instead submitted a post. Now i cannot find a way to delete it.
Community
IntelliJ IDEA Plugin Users
How to wrap composite PsiElement on top of Lexer recognized elements in Grammar-Kit
0 votes