主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Junpeng Tang
活动总数
59
最后的活动
2025年07月27日 09:17
成员加入日期
2020年08月24日 03:07
关注
0 名用户
关注者数
0 名用户
投票数
6
订阅数
18
活动概览
帖子(16)
评论(19)
按最近的活动排序
最近的活动
投票数
已编辑于
2024年07月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
What is this feature called? Preview the ResourceBundle property value
1 票
已编辑于
2024年02月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
How to make same token type syntax hightlight with different styles?
0 票
创建于
2024年01月11日 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 | \...
社区
IntelliJ IDEA Open API and Plugin Development
How to make syntax hightlight with different style?
0 票
创建于
2023年12月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator not visit parent element if syntax error happens
0 票
创建于
2023年12月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Annotator not visit parent element if syntax error happens
0 票
创建于
2023年11月30日 14:48
Thanks, that helped a lot. I think I know what I'm going to do. Thanks again
社区
IntelliJ IDEA Open API and Plugin Development
What's the official way to custom annotate error instead of the default parser error message?
0 票
创建于
2022年04月26日 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
社区
IntelliJ IDEA Open API and Plugin Development
java.exe finished with non-zero exit value 1
0 票
创建于
2022年04月26日 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.
社区
IntelliJ IDEA Open API and Plugin Development
java.exe finished with non-zero exit value 1
0 票
创建于
2021年12月31日 08:13
I'm now at: id("org.jetbrains.intellij") version "1.3.0" but still got this error.
社区
IntelliJ IDEA Open API and Plugin Development
jarFiles is not set for PluginDescriptor
0 票
下一页
›
最后
»