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 .
- 26 Oct, 2022 40 commits
-
-
Daniil Ovchinnikov authored
This fixes IDEA-301760, IDEA-301848, IDEA-302008, IDEA-302628, IDEA-302637, IDEA-302639, IDEA-302632, IDEA-302685 GitOrigin-RevId: 88a2928296c139b324845c886d0d429412f82dd7
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 0fbbf44dfffe6711fa1eaa4e5c05e5e63267ca5e
-
Daniil Ovchinnikov authored
GitOrigin-RevId: eb5d01dd8ed1183537064a0d026caaa4f6c4cf4b
-
Daniil Ovchinnikov authored
IDEA-299807 init the docked model with default project item, emit the first activity event immediately instead GitOrigin-RevId: ad891121594f41cfa110358424935fd33bda20e8
-
Daniil Ovchinnikov authored
GitOrigin-RevId: f3f110a4cd054784b8a1b359bd7812e51ed70bbc
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 35b90ec24ae7a7d3d82cf9c0dcc2b140f3ae185e
-
Daniil Ovchinnikov authored
Consider the following: - mouse is pressed on an item component in the bar; - MOUSE_PRESSED triggers activity tick; - the bar is updated from context (which happens immediately because no focus events are in the queue at this point); - item components are changed; - mouse click (which should've requested a focus on the clicked component) is not even invoked because the clicked component does not exist at this point. After this change, the activity will be ticked after MOUSE_CLICKED event, after all listeners are run, one of which can have a chance to request the focus in nav bar, preventing the bar to update its items. GitOrigin-RevId: 542050befde6ca29314c561b4b5a7b4e218ab3cf
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 743834ad524b5068a0c3b1ab71aa829adeedb11e
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 313a31b0bc2f5c3275bace23b2fc5b1ecc9c5f05
-
Alexander Bubenchikov authored
GitOrigin-RevId: 5f436f7e9396ce434c3b478ba94432239e7259dc
-
Alexander Bubenchikov authored
GitOrigin-RevId: 68b2ae61e07a8dbb7d47121400cf876dcdab5cec
-
Alexander Bubenchikov authored
GitOrigin-RevId: 314520324e3a3cc50cea4dabb8414735e35b7ece
-
Mads Ager authored
^KTIJ-22946 Fixed GitOrigin-RevId: e55b08486e9905a4f4eeddc4947681f857c3304a
-
Andrey Lisin authored
(cherry picked from commit e917249dbf3f796f0ebe71012a8eac39e27b2cd6) IJ-MR-97234 GitOrigin-RevId: 6a890342d0ceafaad91c94370a82213b5b379e5d
-
Roman Golyshev authored
GitOrigin-RevId: a9dd3036853e83bfead5bbf5283331d2d8840bf8
-
Roman Golyshev authored
Those two services do not depend on the compiler frontend, and they are both required for the rename refactoring to work as expected in K2 Moreover, `KotlinDeclarationRenameInputValidator` will be used by inplace renaming GitOrigin-RevId: 88631e5b6bc8f2fff030d3c348c764a3e4a67409
-
Bart van Helvert authored
Fixes false positive when JUnit 3 test is parameterized using JUnit 4/5 annotations. GitOrigin-RevId: bbc8383107491dcf68107d9de3a010a8d5d7d530
-
Bart van Helvert authored
GitOrigin-RevId: f8e6f1c0b523f6aa5a5546e88647622658453dfe
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 1f662e1c655d2740221d8c0bd81ad97dbb25a822
-
Daniil Ovchinnikov authored
GitOrigin-RevId: aae5ef9d342b984b7d3bddb63c99bb0b9790e8fd
-
Artem Vasilev authored
GitOrigin-RevId: 53388798907bb99b803c7d22612660ba98e94ef8
-
Pavel Kirpichenkov authored
Replace obsolete JvmTarget 1.6 with 11. Specify JS(IR) GitOrigin-RevId: 1ec860e188cf5a741ff41d468a2d3d8eb65e8a66
-
Sebastian Sellmair authored
[KTIJ-23402] Fix HierarchicalMultiplatformProjectImportingTest.TestBucket9#testKtij20056lowerTransitiveStdlibInPlatformSourceSet - generically allow jdk7&jdk8 stdlib artifacts - Choose IR compiler for js target GitOrigin-RevId: 7a3fbcdc1286af27ab4fe7aba1244212e6a16121
-
Sebastian Sellmair authored
[KTIJ-23402] Fix NewMultiplatformProjectImportingTest.TestBucket1#testDetectAndroidNonEmptyResources - src/androidTest/resources shall belong to the unitTest module - AGP version was not set properly GitOrigin-RevId: e94ae90b84096aad183431a3c637fd3915d4f88e
-
Sebastian Sellmair authored
GitOrigin-RevId: faeb5365d2125dd2b7f0a5868b05233d2590d598
-
Sebastian Sellmair authored
GitOrigin-RevId: d5702cf713e16abbf84805b9981280e9c5809efe
-
Alexander Lobas authored
GitOrigin-RevId: eecac32ff48e3760c613d73fdad912188ecc56c7
-
Vladimir Krivosheev authored
GitOrigin-RevId: 4e5fcc0b4eb1da783f1c84fd96f7b5e0c9233b82
-
Vladimir Krivosheev authored
GitOrigin-RevId: 96a14d439af5a70c79a008cdef04a541ffda0cce
-
Mikhail Sokolov authored
GitOrigin-RevId: 83a6afa7a69cca4de472a9f7da4bd152124d7283
-
Mikhail Sokolov authored
GitOrigin-RevId: 0ba3cfcf34ec7fe4188fdb895e634ee07090be8b
-
Mikhail Sokolov authored
GitOrigin-RevId: b27a58969c918694df9483a311973498014a95e4
-
Vladimir Krivosheev authored
GitOrigin-RevId: 82e394f43131c7cdadbc957f31098cc8a3f15d66
-
Vladimir Krivosheev authored
GitOrigin-RevId: 14958376a9ab770c1d99bae55f12724e84b04cf9
-
Vladimir Krivosheev authored
GitOrigin-RevId: c5fde4046470262a6468c52896b8ee9c6fa26358
-
Vladimir Krivosheev authored
GitOrigin-RevId: f24ddad7609f9e7cc876b775b7106fddd97dec47
-
Vladimir Krivosheev authored
GitOrigin-RevId: 8cfafa275befc809c629ab2c21f2a716ea1271e6
-
Anton Makeev authored
[maven+workspace] [IDEA-288545]: add FUS metric to 'build.maven.state' group for project storage format (.idea / *.ipr) GitOrigin-RevId: ccf36b17990ff31febc9754226c140326f2e7baf
-
Anton Makeev authored
GitOrigin-RevId: fc65aae7d3a43095553fec9cf68642fdba1a63dc
-
Daniil Ovchinnikov authored
GitOrigin-RevId: a543d20697410bc676f752ae923b61f15fa511ca
-