主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Karol Lewandowski
活动总数
2852
最后的活动
2025年02月06日 11:01
成员加入日期
2022年01月03日 14:12
关注
0 名用户
关注者数
3 名用户
投票数
43
订阅数
1087
活动概览
文章(0)
帖子(0)
评论(1722)
按最近的活动排序
最近的活动
投票数
创建于
2025年02月06日 11:01
Hi,Could you please share your blocks' code?
社区
IntelliJ IDEA Open API and Plugin Development
Help Needed: Custom Formatting for <elseif> and <else> in SCXML Intellij Plugin
0 票
已编辑于
2025年02月06日 10:46
Hi,This looks suspicious to me:class DTOValueReference(private val value: DTOValue, element: PsiElement, textRange: TextRange) : PsiReferenceBase<PsiElement>(element, textRange) { ... }This is a ...
社区
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 票
创建于
2025年02月06日 10:24
Hi,It is not possible to do by plugins.Background of all components is overriden in https://github.com/JetBrains/intellij-community/blob/243/platform/platform-impl/src/com/intellij/openapi/wm/impl/...
社区
IntelliJ IDEA Open API and Plugin Development
Setting JPanel colors has no effect in the toolwindow
0 票
创建于
2025年02月05日 16:46
Hi, This is correct approach. I don't get if this is a question. Using both is OK for UAST (it is not OK to call PSI API on UAST objects). Unfortunately, UAST has some limitations. I'm not sure wha...
社区
IntelliJ IDEA Open API and Plugin Development
How well does the UAST system support custom language development?
0 票
创建于
2025年02月03日 07:34
Hi,The correct Java plugin ID is org.intellij.java. See https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#ids-of-bundled-plugins.Also, it is recommended to migrate to IntelliJ Pl...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'java' for IDE:
0 票
创建于
2025年01月31日 15:12
Hi,This method used to be internal, but was uninternalized in https://github.com/JetBrains/intellij-community/commit/86637e85f8e39f42432896b1fc81c839934445ceYou most likely get error for older IDE ...
社区
IntelliJ IDEA Open API and Plugin Development
Dynamicall register toolwindow - Plugin verifier reports internal API usage
0 票
创建于
2025年01月31日 14:53
Hi Arthur,Please try overriding the update() method, which enables and sets the action visible only in your run configuration context.You can find some inspiration here:https://github.com/JetBrains...
社区
IntelliJ IDEA Open API and Plugin Development
How to add a custom action to the RunTab.TopToolbar of a ConsoleView just for my Run Configuration?
0 票
创建于
2025年01月31日 09:58
Hi Daniele,Extending ParserDefinition looks hacky to me. The standard approach is to traverse PSI when you need it. If computations are expensive, you can cache the values for later use: https://pl...
社区
IntelliJ IDEA Open API and Plugin Development
Overriding ParserDefinition vs looking up in PSI when needed
1 票
创建于
2025年01月31日 09:40
Hi,The DynamicPluginListener.beforePluginLoaded() is called here:https://github.com/JetBrains/intellij-community/blob/243/platform/platform-impl/src/com/intellij/ide/plugins/DynamicPlugins.kt#L926I...
社区
IntelliJ IDEA Open API and Plugin Development
Not all DynamicPluginListener methods are called
0 票
创建于
2025年01月31日 09:29
Hi,Your question is unclear. Please clarify what you mean.
社区
IntelliJ IDEA Open API and Plugin Development
How to maximize plug-in compatibility
0 票
下一页
›
最后
»