主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Edaphic Studio
活动总数
15
最后的活动
2019年12月13日 20:09
成员加入日期
2018年11月12日 18:01
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(4)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2018年12月17日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Stub count doesn't match stubbed node length crash in Custom Plugin
0 票
创建于
2018年12月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Stub count doesn't match stubbed node length crash in Custom Plugin
0 票
创建于
2018年11月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 票
创建于
2018年11月12日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How is text associated with IElementType and how can it be overridden?
0 票
创建于
2018年11月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票