Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Denis Chernyshov
Total activity
12
Last activity
March 25, 2016 05:13
Member since
March 01, 2016 18:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (3)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
March 10, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Token's highlighter does not work with long strings
1 vote
Created
March 02, 2016 11:32
I removed EMPTY and nothing changed - http://www.youtube.com/watch?v=0OLu51T_BCw
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 10, 2016 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
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 02, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 02, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Edited
March 02, 2016 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes