Junpeng Tang
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 18
-
Junpeng Tang created a post, Custom language dynamic plugin unload failed because of the ImageDataByPathResourceLoader
I'm now working on a custom language plugin, just registered a file type and file icon, following the tutorial [Custom Language Support Tutorial-2. Language and File Type](https://plugins.jetbrains... -
-
Junpeng Tang created a post, AnsweredWhat 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 created a post, AnsweredHow 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 created a post, AnsweredHow 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 created a post, AnsweredHow 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... -
-