主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Collin Smith
活动总数
11
最后的活动
2016年06月20日 10:01
成员加入日期
2016年06月06日 01:25
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(7)
按最近的活动排序
最近的活动
投票数
已编辑于
2016年06月20日 10:01
So in my use-case, I should be using the com.intellij.ide.util.PropertiesComponent service? Is that the standard method to persist state for language plugins?
社区
IntelliJ IDEA Open API and Plugin Development
Persistent state storage throwing IllegalArgumentException while using StoragePathMacros.WORKSPACE_FILE
0 票
已编辑于
2016年06月10日 03:25
Is there a way that I can affect the return value of FlexAdapter#getTokenText()? I have been able to parse the strings and store a copy of their values myself (in some cases, using a regex is not p...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票
创建于
2016年06月09日 02:06
I was able to write a lexer and figure out how to plug it into Grammar-Kit. Is there a way to plug in my token constants into Grammar-Kit so that I can have their names auto-completed when writing ...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票
创建于
2016年06月07日 23:11
Alright, I'll give it a shot. I think I will try making a wrapper class based on (or using LookAheadLexer directly) with the JFlex-generated lexer as a delegate. I think this approach should fit my...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票
创建于
2016年06月07日 21:08
I decided to start writing a custom JFlex specification and plug that into Grammar-Kit's parser. Is there a clean way to return the Lexer that a Parser is using? It seems that this has been abstrac...
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票
创建于
2016年06月06日 22:16
Thanks for all of the help! I have a lot to read up on now :)
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票
创建于
2016年06月06日 11:04
Is there any information/tutorials regarding the Grammar Kit empty tokens feature? I haven't been able to find any implementations that I could look at to figure out how it works and what it's for....
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit context-based tokens
0 票