Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Karol Lewandowski
Total activity
2682
Last activity
December 05, 2024 15:36
Member since
January 03, 2022 14:12
Following
0 users
Followed by
2 users
Votes
43
Subscriptions
1016
Activity overview
Articles (0)
Posts (0)
Comments (1623)
Sort by recent activity
Recent activity
Votes
Created
September 11, 2024 14:01
You target platformVersion = 2024.2, which doesn't work properly with 1.x. 2.x is required to target 2024.2+. I don't know whether lack of these classes is directly caused by using 1.x with 2024.2,...
Community
IntelliJ IDEA Open API and Plugin Development
How can I import "com.intellij.openapi.vcs.ui.CommitMessage" and "com.intellij.vcs.commit.AbstractCommitWorkflowHandler" in IDEA 2024.2+
0 votes
Created
September 11, 2024 13:37
According to https://plugins.jetbrains.com/docs/intellij/explore-api.html#26-refrain-from-using-internal-classes, you should refrain from using classes from an impl package.If you use it, please ke...
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains. jps.builders.impl.java.JavaoCmpilerTool available
0 votes
Created
September 11, 2024 11:01
Hi,Do you have your custom Executor implementation? If yes, you can do it in com.intellij.execution.Executor#getStartActionText().If not, I don't see such a possibility.
Community
IntelliJ IDEA Open API and Plugin Development
Action name generated from the LazyRunConfigurationProducer
0 votes
Created
September 11, 2024 06:28
Hi,I'm sorry, but I don't understand your question. Please rephrase it or provide more information.
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains. jps.builders.impl.java.JavaoCmpilerTool available
0 votes
Created
September 11, 2024 06:26
Inheriting an existing action unrelated to your action is a very hacky and bad solution. Please don't do it.
Community
IntelliJ IDEA Open API and Plugin Development
Deprecation warning with ActionUpdateThread
0 votes
Created
September 10, 2024 15:22
Hi,I'm afraid it is not possible. See git4idea.config.GitExecutable. It is a sealed class, so it is impossible to contribute custom subclasses.
Community
IntelliJ IDEA Open API and Plugin Development
Running custom CLI command before Commit
1 vote
Created
September 10, 2024 13:25
Thank you for clarifying.I understand that the change in SVN is provided by SVN maintainer, not your local modifications. In this case, I still suggest reporting it on the issue tracker and asking ...
Community
IntelliJ IDEA Open API and Plugin Development
How to build svn4idea as a plugin
0 votes
Created
September 10, 2024 11:44
You probably forgot to attach a screenshot.Instrumented JAR should be included. As stated in the link I pasted:The code instrumentation scans the compiled Java and Kotlin classes for JetBrains Anno...
Community
IntelliJ IDEA Open API and Plugin Development
Confused with an instrumented jar present in the final plugin zip
0 votes
Created
September 10, 2024 10:25
Hi,Targeting 2024.2 requires using IntelliJ Platform Gradle Plugin 2.x.Also, even if you stick to 1.x, please always use the latest version (1.17.4). If you used it, you would get the information a...
Community
IntelliJ IDEA Open API and Plugin Development
How can I import "com.intellij.openapi.vcs.ui.CommitMessage" and "com.intellij.vcs.commit.AbstractCommitWorkflowHandler" in IDEA 2024.2+
0 votes
Created
September 10, 2024 10:15
Hi,Please elaborate about why do you want to actually fork the plugin. Did you consider posting a feature request at https://youtrack.jetbrains.com/?
Community
IntelliJ IDEA Open API and Plugin Development
How to build svn4idea as a plugin
1 vote
«
First
‹
Previous
Next
›
Last
»