Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Bubenchikov
Total activity
38
Last activity
December 18, 2024 15:21
Member since
March 07, 2019 10:52
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
18
Activity overview
Posts (0)
Comments (19)
Sort by recent activity
Recent activity
Votes
Edited
September 17, 2020 14:40
1. Use a TaskCallback parameter, start next task onSuccess/onFailure event - pretty common pattern in async programming 2. Not clear for me. Do you want to pass password as a parameter in a command...
Community
IntelliJ IDEA Open API and Plugin Development
Run multiple gradle-tasks via plugin
0 votes
Created
September 08, 2020 16:21
Unfortunately no. Maven plugin, by historic reasons, have another codebase than other build systems. Could you please create a feature request, it is not hard to add support for RunConfigurationExt...
Community
IntelliJ IDEA Open API and Plugin Development
How to include my own RunConfigurationExtension in MavenRunConfiguration?
0 votes
Edited
September 03, 2020 12:27
Please, do not use GradleProjectImportProvider, neither JavaGradleProjectImportProvider directly, this classes are for internal use. ProjectUtil.openOrImport is designed to be used for this. Th...
Community
IntelliJ IDEA Open API and Plugin Development
Correct way to import Maven/Gradle project
0 votes
Edited
June 05, 2020 15:36
Hi Stephan. The answer is simple - you did not imported project. I'd recommend you to make your class extends MavenImportingTestCase, you can look at https://github.com/JetBrains/intellij-community...
Community
IntelliJ IDEA Open API and Plugin Development
Testing a plugin: No file in project
0 votes
Edited
May 26, 2020 15:40
Not clear what API do you need. I see you are aware of MavenProjectsManager. If I understood correctly, I think you have to change pom.xml file programmatically, and add <exclusions> tag, then reim...
Community
IntelliJ IDEA Open API and Plugin Development
Excluding transitive dependency in a Maven project from an IDEA plugin
0 votes
Edited
December 13, 2019 10:29
Hi Alexander. There are some steps in pom re-importing, and project reading, dependency resolving are splitted across this steps, MavenProjectTree manages project structure, not maven dependencies...
Community
IntelliJ IDEA Open API and Plugin Development
Maven pom.xml changed events listener
0 votes
Created
July 09, 2019 12:51
Hi Rudi. Could you please run maven from command line terminal? Is there the same error?
Community
IntelliJ IDEA EAP Users
IntelliJ EAP 192.5587.17
0 votes
Created
March 11, 2019 12:38
Well, you can look into other third-party implmenetations of external system api plugin. https://github.com/cbeust/kobalt-intellij-plugin Could you please confirm, do you want to create 2000+ modu...
Community
IntelliJ IDEA Open API and Plugin Development
More compete documentation and/or examples for external system api
0 votes
Created
March 07, 2019 10:53
please find my comments in this thread https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003290900-More-compete-documentation-and-or-examples-for-external-system-api
Community
IntelliJ IDEA Open API and Plugin Development
Custom build system plugin and weird directory layouts
0 votes
Edited
March 07, 2019 12:15
Hi Thomas. You can find documentation here http://www.jetbrains.org/intellij/sdk/docs/welcome.html Yes, unfortunately External System API documented less than one would like, so the best way is to ...
Community
IntelliJ IDEA Open API and Plugin Development
More compete documentation and/or examples for external system api
0 votes
«
First
‹
Previous