This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 12 Jul, 2022 26 commits
-
-
sebastian.sellmair authored
[Kotlin][Import] KotlinMPPGradleProjectResolver: Create 'ExternalSourceSet' for root or intermediate Android source sets ^KTIJ-21525 Verification Pending (cherry picked from commit 84a47a6d8f94e0aea4cfe6dae3b22a630a940696) (cherry picked from commit 0c84a6aa62c8b5281983ac45d26309995a1d501e) GitOrigin-RevId: 727690c02cc42e6f4c0a5dde0cbbf7429ffb587a
-
sebastian.sellmair authored
^KTIJ-21525 Verification Pending (cherry picked from commit 13bde282cc59ebe0560b6d199ab6261167deab5c) (cherry picked from commit c761dce125f04a226ead991aa7182a404c44e83e) GitOrigin-RevId: cc69e603b350c2ff749128399e9980709653ac0e
-
sebastian.sellmair authored
[Kotlin][Import] populateModuleDependenciesByPlatformPropagation: propagate for common Android source sets ^KTIJ-21525 Verification Pending (cherry picked from commit 08d4afbf81173b67626db4c7bf0c69e3f97a89ba) (cherry picked from commit 6d1b50aac2005dd78f31a6351bcf92115060ccfb) GitOrigin-RevId: 48818cc35a1f499ee38cdcb571ca10247a8004b3
-
sebastian.sellmair authored
[Kotlin][Import] populateModuleDependenciesByPlatformPropagation: Let source set contribute source set dependencies ^KTIJ-21525 Verification Pending (cherry picked from commit 1dbef849e1d47690e72aa6d97e2addd07aeabf36) (cherry picked from commit 4f73b06b0a2375b1995cf1d4b5fb122f555d467b) GitOrigin-RevId: 465c4f2114838d9b8937ef809006407e620c437a
-
sebastian.sellmair authored
[Kotlin][Import] populateModuleDependenciesBySourceSetVisibilityGraph: Drop dependenciesFromNativePropagation KTIJ-21525 (cherry picked from commit 51e12d10decf477e02a7bd0cb5dbc33f81757a24) (cherry picked from commit cf0308d87ce26a23013936b47ef02ecac1be8970) GitOrigin-RevId: 002f3063888d972b4dd30deae0f723e5e56936e1
-
sebastian.sellmair authored
(cherry picked from commit 75b39103f9d3289100fb7e13bc1008b76ce61205) (cherry picked from commit 6ebf3aead59b989c9bc4926149b30f538d2ec681) GitOrigin-RevId: 5ff648b5c7bc367d840378083a6578b4645df69a
-
sebastian.sellmair authored
After changes from KTIJ-21525 (cherry picked from commit 29408be7e49040b5513ca9a257ce203aa8886bce) (cherry picked from commit fa52ad24867f9490c0c09439854c2d9b2920567b) (cherry picked from commit 9eb8237238b57120e458cd37b7b38062b76fac20) GitOrigin-RevId: 205d0dd3c8862dc4cd7b9f395d12f20195470b46
-
sebastian.sellmair authored
After changes from KTIJ-21525 (cherry picked from commit bdefe9bc4070f46e8e881d3284fda1d0cbdc5746) (cherry picked from commit b584008ce50d30c213425a829c40d2e10a347792) (cherry picked from commit d4546fbe58a4bec0eeda27544827e667041e3120) GitOrigin-RevId: 804960398124bed8ae41b4f9b640177fdfc825a4
-
sebastian.sellmair authored
This will prevent many useless requests to "mavenCentral" when KGP is coming from mavenLocal. (cherry picked from commit f70c1c8d9ef8445f767664401aee12ae75c9f7a7) (cherry picked from commit b3f20fe8459f9f878355f35ffc83360d47a323dc) (cherry picked from commit 739045b61052ccbd1413221130872e2d4b9daf76) GitOrigin-RevId: 9c54944599f19a7b22f2772cc627df7bb0a95cdc
-
sebastian.sellmair authored
Test for KTIJ-21525 (cherry picked from commit 42ae3c1b090b27b869ececbdb3cfdea9a7f00e63) (cherry picked from commit b4a0a0020d81afda582f0d3b2943852fe02491a0) (cherry picked from commit 8a904ab7c1ef584fc2a17ffa388fe144503a1848) GitOrigin-RevId: c1a0763221fcf391c75e9b26a0890fc276992aff
-
sebastian.sellmair authored
^KTIJ-21525 Verification Pending Some targets (Android) might not list dependencies coming from their associate compilations. This commit will add the associateCompilations to the KotlinCompilation model. Dependencies from those associateCompilations will be treated as dependencies directly coming from the KotlinCompilation itself for the propagation algorithm. (cherry picked from commit e14e5c7b56c5203848cfbf8f84f83981f8ba8528) (cherry picked from commit fb9be5237db7e6a67eafeaa17963615233fab031) (cherry picked from commit 6023bfd1a2ca866407ab58e6237d17013f85a39c) GitOrigin-RevId: 48371efb2d20597cc5e78597ee44ca4a368c617b
-
sebastian.sellmair authored
[Kotlin][Import] populateModuleDependenciesByPlatformPropagation: Use KotlinMPPGradleModel.getCompilations The behaviour is expected to be the same. Duplicated util functions got removed. (cherry picked from commit a398df315b57f629e7d188c2ae63a066be6461a3) (cherry picked from commit 926d4bf3f3655f3d617da398cb75aedd2a11b3b4) (cherry picked from commit da73128139c82dec5211080f2bb3ffdbbedb41dc) GitOrigin-RevId: b3b0acfbb21ebf51a1a9786874e75a1d5a219eba
-
sebastian.sellmair authored
(cherry picked from commit f25447b7c9501877aa439c469b031f0dd371d22f) (cherry picked from commit e22f1a79cd0366755fb1466f9af5971d76c5f990) (cherry picked from commit ab9c518df54921b3a57d5b7a02ea1db9ae764518) GitOrigin-RevId: bad92867ab5ad186fbe072eeb5cd64f5511cd51c
-
sebastian.sellmair authored
^KTIJ-21525 Verification Pending This commit will introduce a new dependency population method called populateModuleDependenciesByPlatformPropagation. This will replace a similar mechanism previously contained within populateModuleDependenciesBySourceSetVisibilityGraph, which only supported the android + jvm use case. Note: Since this propagation was previously contained in populateModuleDependenciesBySourceSetVisibilityGraph means, that previously propagation was adding dependencies. The new approach considers this dependency population mechanism as first class member and marks the module as processed when the dependencies got propagated. This new behaviour is desirable, since the common metadata dependencies could be problematic for such single platform source sets anyways. (cherry picked from commit 5f078bab164e7ebf7d08760e54ed09a0b9786919) (cherry picked from commit 7cc214e983c8e46c3b2385cb611cb9db0b6b257e) (cherry picked from commit 16e3b7b0f5ad529b346d280ae5c2a6562cc8db0b) GitOrigin-RevId: fbe2d9b36000fafe07b14e1b960fbd7a85de537a
-
sebastian.sellmair authored
[Kotlin][Import] Fix KotlinCompilation.dependsOnSourceSet(mppModel: KotlinMPPGradleModel, sourceSet: KotlinSourceSet) ^KTIJ-21525 In Progress (cherry picked from commit 65b57953b9898e39792c57912efcad26e0f71059) (cherry picked from commit 18c34b14ee636bf99135d48e0216b2f5266e001c) (cherry picked from commit c565b01b63995276bc53d0e8d3d818202f5b6417) GitOrigin-RevId: c3aa72ef2ed3bb8be017134205e647b5fd67a334
-
Andrew Kozlov authored
(cherry picked from commit fa45ed10da64fab8a9163bae7a4bf23bc32f1ab4) IJ-CR-27093 GitOrigin-RevId: ab3a11b81b8d80c8dda94f24be7219c4b5adb610
-
Egor Eliseev authored
Add patching only from main thread. Prevent data racing. IJ-CR-26395 (cherry picked from commit 0b42546d76836636297f2bd4587809fb7b0fa3f9) GitOrigin-RevId: 08f6abaf1820c9842e3ed224fa4c901d520e5c4e
-
Alexander Koshevoy authored
Disable creating Conda interpreters on non-local targets because of numerous issues leading to practical inability to use such interpreters. (cherry picked from commit 6627a425837844d128212002e801f58c2a618dc4) IJ-CR-27082 GitOrigin-RevId: 9ccca0092fac4ee8c747cb976385ba5697863568
-
Egor Eliseev authored
When requests focus for Debug Console it's PythonConsoleView is not initialized. Therefore Debug Console is out of focus. IJ-CR-26669 GitOrigin-RevId: 0ba2561884cb24977999c1faff8e081bae4559c5
-
Louis Vignier authored
(cherry picked from commit 25ea520f3708a568a7b54ac189b8d22d1fdd535d) IJ-CR-26829 GitOrigin-RevId: ee93eb5a4454914bb3c2bf9df03a35affc41cfb6
-
Louis Vignier authored
(cherry picked from commit 8efadd76b7ce2b6e4e43364654f0864458694489) IJ-CR-26829 GitOrigin-RevId: 3f2c4b4db90ab79f4327d3bf9aa97264007bffa2
-
Louis Vignier authored
(cherry picked from commit f74f84d683c592c0901dc5af2cdf32b02ec6d725) IJ-CR-26829 GitOrigin-RevId: f7f76150f40a0ec062abdddeecfb070d1d9803c3
-
Gregory.Shrago authored
(cherry picked from commit e6e1f6b2d433fc4b40b7747848e63eaaf0f486d6) (cherry picked from commit 4a360c7242c3888bd8f5d0284b222039828e2557) GitOrigin-RevId: 7612cb47be970970f446c9a128c10748b57921b0
-
Gregory.Shrago authored
(cherry picked from commit c096d4c06272eda17bc4d501c702a99d5f25d2ed) (cherry picked from commit e6b0e76bfcc7cf181611cbfdc44da348a8c6f932) GitOrigin-RevId: 955d704954da811f187ed1df27adc07c0c58d83d
-
Gregory.Shrago authored
(cherry picked from commit 53d1b03263386a674a79e13b5e9b6325f74017c6) (cherry picked from commit 1b24e2ad32aec511e0225c48391a037c27ed9908) GitOrigin-RevId: 79e621660a4754229c8db408159d5661bba29ffd
-
Gregory.Shrago authored
(cherry picked from commit 3193c5fe8de1fce986367b50032c61ea0a7a766c) IJ-CR-26906 (cherry picked from commit e4e7fe7acd90a32815bced55680d8e8eaccc28d0) GitOrigin-RevId: 66d1070d84c9719a14ddd5fff85e70b28a21aef8
-
- 11 Jul, 2022 14 commits
-
-
Louis Vignier authored
(cherry picked from commit de91b60329c75d78b604695f3b7ff7611447941a) IJ-CR-26830 GitOrigin-RevId: c4ccb5969f9b78c6f6876e3e3d8ed16f8d3b064c
-
Louis Vignier authored
(cherry picked from commit 1657a1dbbe84443998325c4b31d8c0f7f31e05df) IJ-CR-26830 GitOrigin-RevId: 486c5371efd7dcf59cb3a4297b70ea4d089c4179
-
Gregory.Shrago authored
IDEA-297728 Tool window header buttons are shifted up IDEA-297485 Tool window header is redrawn incorrectly after docking a floating tool window (cherry picked from commit 87406a9c877537d15b6ef583848c099c059c433e) IJ-CR-26974 GitOrigin-RevId: 14c1704e9800205af7769e2639cfe8c7296df5df
-
Gregory.Shrago authored
Reverts 394f471b34af565d3c65ff7752f0bd26712bcecc (cherry picked from commit cf2369258e0dd6d9b421352cbb0bb42e724379cb) IJ-CR-26974 GitOrigin-RevId: 2da0df9485269640d5ec01544529312bfbd657f0
-
Louis Vignier authored
(cherry picked from commit e52eb895533d03c22e5e709cac40d6689e4db5a4) IJ-CR-26765 GitOrigin-RevId: e265eb837bee5f3cd4ed8c4f0544453775ac08b2
-
Louis Vignier authored
(cherry picked from commit 80b06d99ca255c7c06da45727bc6318e845d689a) IJ-CR-26765 GitOrigin-RevId: 232bf69914675862131ce41ccc5442608a9f2f2e
-
Louis Vignier authored
(cherry picked from commit a582aa00b69997f2ca27351a659daf4985843edf) IJ-CR-26765 GitOrigin-RevId: 4bc3914456d932ed56fb5f4858d9a0d5ecb5cc0d
-
Louis Vignier authored
(cherry picked from commit 2223fb1d53d6632034add04b7d2f89e5cc5f21f8) IJ-CR-26765 GitOrigin-RevId: 7d6e1fa87a9233f1d8b2808ae8ffcdbacf49a250
-
Alexey Merkulov authored
It seems in some cases exit mouse event can be lost in macOS. As workaround let's redraw all items on mouse enter/exit events. IDEA-294884 (cherry picked from commit 29cf0efa1c420003b359c60bce93919771c61e3a) IJ-CR-27043 GitOrigin-RevId: 321e9017e3d92fcb62cecbbbb77a09939867f1a8
-
Pavel Gromov authored
(cherry picked from commit a62dd8fc05f5629563741479c90a3a377c2abf0e) IJ-CR-26979 GitOrigin-RevId: ea964450582840cf4991a019194fead6545217b4
-
Konstantin Hudyakov authored
Sometimes because of unknown reason sources roots can be not configured during project initialization. Also removed configuration of language level because it has no effect and seems that is not needed. IJ-CR-26953 (cherry picked from commit 766901f9e24c36c26b8a71359f64adb56c31a509) GitOrigin-RevId: a18a5e435ca89cc2df93006a82cb7200e0fe6f59
-
Mikhail Filippov authored
(cherry picked from commit bdb32c9162e82291735fd1b97f76afecccc00933) IJ-CR-26997 GitOrigin-RevId: e152d5e3e0e6a041668142f82a039a633617e7be
-
Mikhail Zarechenskiy authored
^KTIJ-21635 GitOrigin-RevId: 4bc133c07ee863aff3bc83e719ba6941481af239
-
Anna Kozlova authored
(cherry picked from commit 07e44c38acb6d54ec60698e3fdab590e66148dbe) IJ-CR-26991 GitOrigin-RevId: e4f2b84040c3dc6e89a6bf78d59c0680f5b9ebc2
-