Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Junpeng Tang
Total activity
59
Last activity
July 27, 2025 09:17
Member since
August 24, 2020 03:07
Following
0 users
Followed by
0 users
Votes
6
Subscriptions
18
Activity overview
Posts (16)
Comments (19)
Sort by recent activity
Recent activity
Votes
Edited
July 24, 2024 12:50
Thank you so much. But seems folding is not the default behavior, I wrote a ResouceBundle like this: private static final String BUNDLE = "i18n.messages"; private static final ResourceBundl...
Community
IntelliJ IDEA Open API and Plugin Development
What is this feature called? Preview the ResourceBundle property value
1 vote
Edited
February 27, 2024 11:12
But how to map each token to distinct TextAttributesKey? As IElementType is returned by the jflex lexer, which means that I have to return different token type in my flex file, the only way I know ...
Community
IntelliJ IDEA Open API and Plugin Development
How to make same token type syntax hightlight with different styles?
0 votes
Created
January 11, 2024 11:40
If I use different tokens, is that means I shoud define two different token with same regexp like below? Cause this looks really weird…... tokens = [ IDENTIFIER_A='regexp:([:letter:] | \_)(\w | \...
Community
IntelliJ IDEA Open API and Plugin Development
How to make syntax hightlight with different style?
0 votes
Created
December 06, 2023 12:10
That really helped a lot, thank you so much!But there is still one more thing that confuse me a lot. It's quite similar. As you can see, I can define some fields in class body, but just like the pr...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator not visit parent element if syntax error happens
0 votes
Created
December 06, 2023 07:23
In my language, “namespace" is not only a keyword, but also an identifier. So if I use syntax highlighter to highlight it, I should define it as a token in .flex file:"namespace" { return N...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator not visit parent element if syntax error happens
0 votes
Created
November 30, 2023 14:48
Thanks, that helped a lot. I think I know what I'm going to do. Thanks again
Community
IntelliJ IDEA Open API and Plugin Development
What's the official way to custom annotate error instead of the default parser error message?
0 votes
Created
April 26, 2022 14:29
I use another computer and this is not happen again...Though I don't know why this happen, but it's pretty sure that's my problem. Thanks again for your help @Karol Lewandowski
Community
IntelliJ IDEA Open API and Plugin Development
java.exe finished with non-zero exit value 1
0 votes
Created
April 26, 2022 13:32
I've tried but still got this exception. Seems something went wrong with my configuration or computer case when I rollback my codes still not work. Anyway, thanks for your help and advise.
Community
IntelliJ IDEA Open API and Plugin Development
java.exe finished with non-zero exit value 1
0 votes
Created
December 31, 2021 08:13
I'm now at: id("org.jetbrains.intellij") version "1.3.0" but still got this error.
Community
IntelliJ IDEA Open API and Plugin Development
jarFiles is not set for PluginDescriptor
0 votes
Created
August 02, 2021 03:10
I tried to unregistry my PsiStructureViewFactory, and it did work. But according to IDEA-259005 , is there any way to resolve this temporarily?
Community
IntelliJ IDEA Open API and Plugin Development
IconLoader requires restart IDE if uninstall or update plugin?
0 votes
Next
›
Last
»