Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2667
Last activity
December 02, 2024 13:04
Member since
January 03, 2022 14:12
Following
0 users
Followed by
2 users
Votes
43
Subscriptions
1009
Activity overview
Articles (0)
Posts (0)
Comments (1615)
Karol Lewandowski
commented,
December 02, 2024 13:04
Hi Marcin,I could find a way of disabling it. The actions are created here:https://github.com/JetBrains/intellij-community/blob/dfa683d35b59941989c5cb19eea621364c71ddcf/java/java-impl/src/com/intel...
Community
IntelliJ IDEA Open API and Plugin Development
Conditional display of ExecutorAction
0 votes
Karol Lewandowski
commented,
December 02, 2024 12:32
Hi,It seems that your custom image widths stretch the description panel width. I suggest creating images in the size you want to display and not using the width attribute.
Community
IntelliJ IDEA Open API and Plugin Development
Text not breaking in plugin description
0 votes
Karol Lewandowski
commented,
December 02, 2024 12:09
Regarding 1), in this particular case, the getters were added for testing purpose only. Elements annotated with @VisibleForTesting should be considered as non-visible and must never be used by plug...
Community
IntelliJ IDEA Open API and Plugin Development
@VisibleForTesting Annotation
0 votes
Karol Lewandowski
commented,
December 02, 2024 11:53
Hi,Regarding 2), this sounds like a bug. Please create an issue at https://youtrack.jetbrains.com/issues/IJPL with Subsystem: DevKit and provide more details.Regarding 1), we will get back to it. P...
Community
IntelliJ IDEA Open API and Plugin Development
@VisibleForTesting Annotation
0 votes
Karol Lewandowski
commented,
December 02, 2024 10:24
Hi,I can't reproduce this.Could you please share your sources to reproduce it and provide information about the IDE you use for developing the plugin?
Community
IntelliJ IDEA Open API and Plugin Development
additionalTextAttributes marked with @ApiStatus.Internal, how to provide additional colors to color schemes?
0 votes
Karol Lewandowski
commented,
December 02, 2024 09:53
Hi,The Planned tag means that the question is being processed. It was forwarded to a person responsible for WSL implementation. Please be patient.
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ and WSL 2 configuration
0 votes
Karol Lewandowski
commented,
November 28, 2024 13:03
I don't understand what the problem and the question are. If you use Kotlin, you must add the Kotlin plugin to the build script:https://github.com/JetBrains/intellij-platform-plugin-template/blob/...
Community
IntelliJ IDEA Open API and Plugin Development
Right Build Configuration
0 votes
Karol Lewandowski
commented,
November 28, 2024 11:45
Hi,Unfortunately, we don't provide such an API and the team doesn't have it in their plan.Anyway, you can create an API request at https://youtrack.jetbrains.com/issues/IDEA. Please set the Subsyst...
Community
IntelliJ IDEA Open API and Plugin Development
How to add sub-nodes to the Kubernetes services view tree
0 votes
Karol Lewandowski
commented,
November 28, 2024 11:34
Hi,Could you please clarify what the problem is?Only the extension point bean is internal, which shouldn't affect its usage.
Community
IntelliJ IDEA Open API and Plugin Development
additionalTextAttributes marked with @ApiStatus.Internal, how to provide additional colors to color schemes?
0 votes
Karol Lewandowski
commented,
November 27, 2024 15:28
I'm sorry, but I don't understand the second problem.It seems to me that you are debugging it and asking about low-level code conditions and evaluation flows. It's quite hard to help here.
Community
IntelliJ IDEA Open API and Plugin Development
There is an issue with the com.intellij.project.converterProvider extension point
0 votes