Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladislav Soroka
Total activity
406
Last activity
January 13, 2021 10:27
Member since
September 02, 2013 09:27
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
163
Activity overview
Articles (0)
Posts (0)
Comments (243)
Sort by votes
Recent activity
Votes
Created
March 24, 2015 10:37
Hi Michael,There is a limited support for gradle custom sourcesets in IDEA.During gradle project import, IntelliJ creates one IDEA module per gradle project, but gradle project supports several sou...
Community
IntelliJ IDEA Users
Problem Setting Classpath For System Tests in IntelliJ
1 vote
Edited
June 06, 2016 16:20
Hi, this base test class was intended to use mostly in a headless mode. However you could try to add assertions for GUI models after the import. You can find some samples in com.intellij.ide.projec...
Community
IntelliJ IDEA Open API and Plugin Development
Testing GUI component
1 vote
Edited
January 13, 2021 10:27
I see, thanks for the use-case description. The tasks coming from `AbstractProjectTask#getDependsOn` api are not handled somehow separately and hence can be run in parallel. It has not been exposed...
Community
IntelliJ IDEA Open API and Plugin Development
dependencies of AbstractProjectTask are being executed in parallel with owner
0 votes
Edited
January 11, 2021 11:13
Hi Demyan, Can you elaborate on the usecase? What are you trying to achieve?
Community
IntelliJ IDEA Open API and Plugin Development
dependencies of AbstractProjectTask are being executed in parallel with owner
0 votes
Edited
March 19, 2020 07:23
Hi Thomas! It should be possible to report interim sync process steps via `ExternalSystemTaskNotificationListener#onStatusChange`. E.g. you can use `ExternalSystemTaskExecutionEvent` with `External...
Community
IntelliJ IDEA Open API and Plugin Development
Better output in project sync tool window?
0 votes
Created
February 11, 2020 12:30
Hi, '--recompile-scripts' option was added by IntellliJ import for 'application.isUnitTestMode()' in old IntelliJ versions.This has been fixed since 183.6156 build. If the problem is actual for you...
Community
IntelliJ IDEA Open API and Plugin Development
Gradle unit test error: "Unknown command-line option '--recompile-scripts'"
0 votes
Created
October 12, 2019 08:05
> One strange bit is that it seems to configure/build buildSrc twice. Gradle tooling doesn't provide anything about implicit Gradle `buildSrc` projects.However IDEA import supports importing `build...
Community
IntelliJ IDEA Users
How long should gradle project sync take for a project with hundreds of modules?
0 votes
Edited
August 09, 2019 07:11
If the a bug or a feature request is specific only to "gradle-idea-ext-plugin" it's better to file it on github. For general issues related to importing/configuration of Gradle projects (or when yo...
Community
IntelliJ IDEA Users
Modify idea project after import from gradle
0 votes
Created
December 17, 2018 11:29
Yes, the text you sent using `onTaskOutput` should be presented on the Build tool window switched to console mode. Can I recreate the issue on my machine using your plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Logging in ExternalSystemProjectResolver
0 votes
Created
December 05, 2018 14:54
Hi, It looks like a bug, thanks for reporting, you can follow the issue at https://youtrack.jetbrains.com/issue/IDEA-203656
Community
IntelliJ IDEA Open API and Plugin Development
'Gradle projects need to be imported' notification for already refreshed project
0 votes
«
First
‹
Previous
Next
›
Last
»