Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Nikita Skvortsov
Total activity
69
Last activity
October 16, 2024 09:02
Member since
September 22, 2017 16:47
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
26
Activity overview
Articles (0)
Posts (0)
Comments (43)
Sort by recent activity
Recent activity
Votes
Created
December 16, 2019 10:16
This will not work either, unfortunately. IDEA will not allow a two nested content roots for same module.So only current option is adding the third module, with single content root at foo/bar/frob/...
Community
IntelliJ IDEA Open API and Plugin Development
External System Plugin Module with multiple source roots
0 votes
Created
December 13, 2019 12:26
Official comment
Indeed, IntelliJ Idea does not support overlapping source folders structure.While content roots can be nested, one can not mark a folder that belongs to nested module as a source for outer module. ...
Community
IntelliJ IDEA Open API and Plugin Development
External System Plugin Module with multiple source roots
0 votes
Created
August 05, 2019 11:58
Looks like, during import a dependency on Intellij own libraries was not resolved properly.Alian, when you remove `version` property from `intellij` section, can you still build project from comman...
Community
IntelliJ IDEA Open API and Plugin Development
package does not exists issue when removing my graddle version '2018.3' option
0 votes
Created
July 24, 2019 07:33
Thank you! Let's continue working on this in the YouTrack.
Community
IntelliJ IDEA Open API and Plugin Development
Sources root mistakenly being marked as resources root
0 votes
Edited
July 23, 2019 15:57
The `cuba-gradle` plugin sets same directory for sources and resources. Obviously, Idea-gradle import does not handle this case well. Would you mind opening an issue in our tracker?
Community
IntelliJ IDEA Open API and Plugin Development
Sources root mistakenly being marked as resources root
0 votes
Created
June 20, 2019 09:33
You are welcome. Please do not hesitate to ask further questions!
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains.intellij version 0.4.9 not found by gradle
0 votes
Created
June 19, 2019 16:45
Unfortunately, removing the plugin definition will not help. The plugin is required to handle sections of the build.gradle related to IntelliJ Plugin and to setup proper dependencies (e.g. on idea ...
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains.intellij version 0.4.9 not found by gradle
0 votes
Created
June 19, 2019 14:11
this snippet:plugins { // ... id 'org.jetbrains.intellij' version '0.4.9'}instructs a Gradle to download the plugin from https://plugins.gradle.orgIt will not work without the network access
Community
IntelliJ IDEA Open API and Plugin Development
org.jetbrains.intellij version 0.4.9 not found by gradle
0 votes
Created
May 20, 2019 13:33
There is an Android Studio specific topic:com.android.tools.idea.project.AndroidProjectBuildNotifications#TOPICcom.android.tools.idea.project.AndroidProjectBuildNotifications.AndroidProjectBuildLis...
Community
IntelliJ IDEA Open API and Plugin Development
Listen for Compilation event in Android Studio
0 votes
Created
December 03, 2018 13:26
"External annotations" is not yet complete, (e.g., https://youtrack.jetbrains.com/issue/IDEA-200003) and will be removed from the UI in 2018.3.1
Community
IntelliJ IDEA Users
Unknown Option On Gradle Import
0 votes
«
First
‹
Previous
Next
›
Last
»