Junpeng Tang

- 活动总数 57
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 17
-
-
Junpeng Tang 创建了一个帖子, 已回答What is this feature called? Preview the ResourceBundle property value
In my plugin source code, a ResourceBundle can be previewed:Please tell me what is this feature called? How could I enable/disable this feature, and how could I use this feature in my plugin?Beca... -
Junpeng Tang 创建了一个帖子, 已回答How to enable/disable this ResourceBundle Live Preview?
I can't find how to enable/disable this feature below, please teach me, thankswhich refers to a ResourceBundle in Java: -
-
-
Junpeng Tang 创建了一个帖子, 已回答How to make same token type syntax hightlight with different styles?
I've defind two statements in bnf grammar file. and I want to syntax highlight IDENTIFIER with two different style, but I have no idea how to do this, please help…more detail here: https://intellij... -
Junpeng Tang 创建了一个帖子, 已回答How to make syntax hightlight with different style?
I want to highlight my IDENTIFIER token type in different ways. With my .bnf file, I defined something like below:... tokens = [ IDENTIFIER='regexp:([:letter:] | \_)(\w | \.)*' ] NamespaceDefini... -
-
-
Junpeng Tang 创建了一个帖子, 已回答Annotator not visit parent element if syntax error happens
I'm now having two annotators, one for highlight syntax errors, and one for highlight the keywords. But the keywords annotator is not working if syntax error happens. Then I did some debug, it turn...