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 .
- 27 Oct, 2022 5 commits
-
-
Mads Ager authored
Make it an inspections instead of an intention to highlight the redundant constructor in the IDE. ^KTIJ-22945 Fixed
-
Ilya.Kazakevich authored
For modules resided on ``\\wsl$`` you can only use python from the same WSL distribution GitOrigin-RevId: 719f3fc8871bb4e7b2e8726b4b1888f3dbd49807
-
Eldar Abusalimov authored
GitOrigin-RevId: bbd5d8faf6826f267ae20cf7a29ff8d0f6a03248
-
Eldar Abusalimov authored
GitOrigin-RevId: 708d36f8962ce673268575baf1a4944d8cb522cd
-
Alexey Merkulov authored
Before icon was rendering on every component size calculation IJ-CR-97153 GitOrigin-RevId: aab9e2dc3839cc080a6e83dc41b92f04c076a94c
-
- 26 Oct, 2022 35 commits
-
-
Konstantin Bulenkov authored
GitOrigin-RevId: 89a5c70b1eaeb8ae6ae1be2dc852d6b8c569f5ba
-
Henry Wylde authored
When an injected fragment is edited and the last character is deleted, the localInsideFile is empty, but we still want to update the host to ensure the edit is propagated. (cherry picked from commit 564bd0a9c1705fa3e2089d7d6232b824409c1a2c) IJ-CR-96737 GitOrigin-RevId: 927e394c6152f6704f44081603110fb4f507b8ea
-
Ilya.Kazakevich authored
WSL config is ``TargetConfigurationWithLocalFsAccess``. If module resides on it, we convert "local" path to "remote" (``\\wsl$\foo\bar`` -> ``/foo/bar``). TargetAdditionalData should also be stored GitOrigin-RevId: c301686d0e6fac17744a2bfd156777c165191172
-
Ilya.Kazakevich authored
GitOrigin-RevId: 0bcc9f2085503f6be40bfbb69e4910c4cc76eff8
-
Ilya.Kazakevich authored
Conda is not "local python" anymore, hence can't be detected. We could detect conda binary, but there is no reason to create SDK for all its envs GitOrigin-RevId: 294b15963c39a8ca1c7f880539a0758eddf1adab
-
Ilya.Kazakevich authored
GitOrigin-RevId: af1a29aa02a943a5b2a952363ac9d9e53c56a6bc
-
Konstantin Bulenkov authored
GitOrigin-RevId: 72b34eb2a972869a59e668b226f5f10b64ad7e3d
-
Michail Plushnikov authored
GitOrigin-RevId: 6cdfa706f1d0c0925ec250207c01b6adf38ac56c
-
Michail Plushnikov authored
GitOrigin-RevId: c1069181c1e0fcf593a940d08f1a971043d503cb
-
Michail Plushnikov authored
GitOrigin-RevId: c65aaaa3789c74cc0c697a6ca2fd7d66dd50f774
-
Aleksey Pivovarov authored
GitOrigin-RevId: 1bea17f02f891ed8a53a870a9583131f9d314c95
-
Aleksey Pivovarov authored
Follow-up: d589c04f GitOrigin-RevId: 18b57c0f3140eb23dcd9daf087ce759bd1391091
-
andrei.kuznetsov authored
Actually, we want `package-private` visibility, but kotlin does not have it. `internal` does not work either, because tests are compiled as a separate module. GitOrigin-RevId: b2a04b068222061bfc45b16f08ac174c4f758dd2
-
Daniil Ovchinnikov authored
GitOrigin-RevId: 2c31982a34a6e167604e760cdd24f035ad6a048e
-
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
-