Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2852
Last activity
February 06, 2025 11:01
Member since
January 03, 2022 14:12
Following
0 users
Followed by
3 users
Votes
43
Subscriptions
1087
Activity overview
Articles (0)
Posts (0)
Comments (1722)
Sort by recent activity
Recent activity
Votes
Created
February 06, 2025 11:01
Hi,Could you please share your blocks' code?
Community
IntelliJ IDEA Open API and Plugin Development
Help Needed: Custom Formatting for <elseif> and <else> in SCXML Intellij Plugin
0 votes
Edited
February 06, 2025 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
When returning multiple references from PsiReferenceProvider#getReferencesByElement, the highlighting effect is gone
0 votes
Created
February 06, 2025 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/...
Community
IntelliJ IDEA Open API and Plugin Development
Setting JPanel colors has no effect in the toolwindow
0 votes
Created
February 05, 2025 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...
Community
IntelliJ IDEA Open API and Plugin Development
How well does the UAST system support custom language development?
0 votes
Created
February 03, 2025 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot find builtin plugin 'java' for IDE:
0 votes
Created
January 31, 2025 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Dynamicall register toolwindow - Plugin verifier reports internal API usage
0 votes
Created
January 31, 2025 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...
Community
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 votes
Created
January 31, 2025 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...
Community
IntelliJ IDEA Open API and Plugin Development
Overriding ParserDefinition vs looking up in PSI when needed
1 vote
Created
January 31, 2025 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...
Community
IntelliJ IDEA Open API and Plugin Development
Not all DynamicPluginListener methods are called
0 votes
Created
January 31, 2025 09:29
Hi,Your question is unclear. Please clarify what you mean.
Community
IntelliJ IDEA Open API and Plugin Development
How to maximize plug-in compatibility
0 votes
Next
›
Last
»