主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Denis Chernyshov
活动总数
12
最后的活动
2016年03月25日 05:13
成员加入日期
2016年03月01日 18:22
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
3
活动概览
帖子(3)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2016年03月10日 19:12
I've got a solution to my problem You can see it in this commit - https://github.com/danblack/SimplePlugin/commit/41e2ccd07b5b2e165369124415e79c3b819fefe5 But I didn't have enough time to understan...
社区
IntelliJ IDEA Open API and Plugin Development
Token's highlighter does not work with long strings
1 票
创建于
2016年03月02日 11:32
I removed EMPTY and nothing changed - http://www.youtube.com/watch?v=0OLu51T_BCw
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票
创建于
2016年03月10日 19:19
I've got a solution to my problem - https://intellij-support.jetbrains.com/hc/en-us/community/posts/207236875-Token-s-highlighter-does-not-work-with-long-strings?page=1#community_comment_207557209
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票
创建于
2016年03月02日 04:31
Yes, I checked element structure with PSI Viewer. The element structure didn't changed. You can see it in my video. http://www.youtube.com/watch?v=VRe9IUTvnVA In this video I made cut-and-paste. T...
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票
创建于
2016年03月02日 10:54
Yes, I defined my lexer with the grammar kit. The lexer works well and split the text in a right way - PSI viewer shows the correct element tree. If I select all text (cmd+a), cut it in the clipboa...
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票
已编辑于
2016年03月02日 11:23
EMPTY = [^] - can be removed LINE - matches a remaining characters on the line from any special prefix to the end of the line | ex: (COMMENT_PREFIX + LINE) = (#sdfdsfdsfs) FULL_LINE - matches all ...
社区
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 票