Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Edaphic Studio
Total activity
15
Last activity
December 13, 2019 20:09
Member since
November 12, 2018 18:01
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (4)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
December 17, 2018 14:05
Thank you, Dmitry, I will try switching to `ForeignLeafType` as I believe (hope?) that this will solve my issue. I think the issue is that some defines insert class methods and with my current meth...
Community
IntelliJ IDEA Open API and Plugin Development
Stub count doesn't match stubbed node length crash in Custom Plugin
0 votes
Created
December 14, 2018 16:03
Thank you both. I need to support pre-compiler macro expansion, so I do insert zero length IElementTypes. I suspect this is what screws it up when my inserted tokens basically create a new class i...
Community
IntelliJ IDEA Open API and Plugin Development
Stub count doesn't match stubbed node length crash in Custom Plugin
0 votes
Created
November 13, 2018 13:59
Ok. Thank you for the feedback. It's frustrating as I have all the information (that takes CPU time to calculate) during the lexer pass but there is no convenient way of passing it upwards. I think...
Community
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 votes
Created
November 12, 2018 22:05
Update here is a picture showing the issue in the editor. The main issue is that the inserted IDENTIFIER is dropped somewhere resulting in a null pointer in the expected rule (which breaks against ...
Community
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 votes
Created
November 12, 2018 18:01
Collin: Did you get anywhere with affecting the return value of `FlexAdapter#getTokenText()`? I'm struggling with the same problem as you describe here. I'm working with a LookAheadLexer that looks...
Community
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 votes