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 .
- 03 Jul, 2023 1 commit
-
-
Vladislav.Yaroshchuk authored
GitOrigin-RevId: 0d80fbc2c5c9b04f9ca962168b978f774e7f3b26
-
- 23 Jun, 2023 39 commits
-
-
Vladislav.Yaroshchuk authored
GitOrigin-RevId: 1839dae322fe78848141e6ad8481f789eb7a8b21
-
Dmitry Avdeev authored
GitOrigin-RevId: 7eda920240ffe1ef6d60eec9afce91fd32334be0
-
Aydar Mukhametzyanov authored
GitOrigin-RevId: c821171b8a70217a4d78bdb2845117aa1b1d456c
-
Ivan Semenov authored
GitOrigin-RevId: 6f75f2b01a67f80e4cd8cbf52b2ea1a81635d7c9
-
Ivan Semenov authored
GitOrigin-RevId: 19dccf7919448fabb8f0fa1eec566b89b2ae5348
-
Pavel Porvatov authored
GitOrigin-RevId: a1db5dfbcd990ed5d9f49c6edbc06448820daedb
-
Pavel Porvatov authored
GitOrigin-RevId: 5163639a949418588fce2bda1696383c80d3a97c
-
sergey.vasiliev authored
Assert: the expensive method should not be called inside the highlighting pass (IDEA-321237, IDEA-320645, IDEA-320723) GitOrigin-RevId: 9cb6198fde8b736d44d90d9722d0794197a40540
-
Ivan Semenov authored
GitOrigin-RevId: 46a388fc91531acb5299e94acf4252e010522c9b
-
Ivan Semenov authored
GitOrigin-RevId: fd0158e0ee6ea26892a78199cd4296945667dafd
-
Ivan Semenov authored
GitOrigin-RevId: 9c12ab907ef9fe1f22a85cb1450facba49062345
-
Ivan Semenov authored
GitOrigin-RevId: 3fb66b0cb2ac4bf8be3ec16ececd4538ebe3ac02
-
Ivan Semenov authored
IDEA-319412 Fixed GitOrigin-RevId: e20a2a41918dd697b540391c488f25a5b6a2d8a1
-
Vojtech Balik authored
The inspection will now report in more cases. It will try register problems at offsets with visible characters. It will also avoid bugs in ec4j (at the cost of sometimes not reporting subsequent errors in the file). (cherry picked from commit a0f9d79246c0f8419066f4f9f3bd138e3824a2aa) IJ-CR-109103 GitOrigin-RevId: afc7f8008cef704f6353483e10e123472304708c
-
Vojtech Balik authored
WEB-59434 IDEA-320631 Ec4j, our new EditorConfig core, will fail if there are spaces in property names. We add this inspection to make sure this error is visible. (cherry picked from commit 867f5073a9904a6efeb8cb940c486c0844b4c29c) IJ-CR-109103 GitOrigin-RevId: 4bcfd0736154961c7f893e9a3decb8fec27a6098
-
Vladimir Krivosheev authored
GitOrigin-RevId: f4c41db1b3c446bb69a564330255e4d35c467a41
-
Mikhail Sokolov authored
GitOrigin-RevId: 7d9f6ad7c325cf206c10930cab08c40f6378ed0b
-
Mikhail Sokolov authored
IDEA-323276 Hover area of the project widget doesn't have left padding when the main menu is shown in a separate toolbar GitOrigin-RevId: 13464eda99fc116a1a51aff62f4a494dbbedf397
-
Alexander Bubenchikov authored
GitOrigin-RevId: 45b7cb976df16955911216cd98cfd1b00d3ee643
-
Aleksey Pivovarov authored
Disposable might be disposed between 'registerIfParentNotDisposed' and 'runProcess' calls. In this case, 'indicator.isRunning() == true' and indicator will never be disposed. GitOrigin-RevId: 8e2b3577cf5de4fa935b24703ffeb5981b0203ad
-
Aleksey Pivovarov authored
GitOrigin-RevId: 6ed843654aae251c528badb28a0475b7e663e9b5
-
Aleksey Pivovarov authored
GitOrigin-RevId: 3d682d6dd62bfbe8b3496d0e625295f973659b2c
-
Aleksey Pivovarov authored
Disposable might be disposed between 'registerIfParentNotDisposed' and 'runProcess' calls. In this case, 'indicator.isRunning() == true' and indicator will never be disposed. This might be one of the causes of 'EA-342548 NPE: GitVcs.getInstance'. GitOrigin-RevId: 52683470ad33e153b679c0ca350e022bfe62cf63
-
Bart van Helvert authored
GitOrigin-RevId: 0cfcf88671d5dfd6d009127120d9109790e44540
-
Bart van Helvert authored
Makes it so full configuration name is displayed and improves preview. #IDEA-322471 Fixed GitOrigin-RevId: 5adfa2dc8d4093c9282930a8a84506afc3be2039
-
Bart van Helvert authored
#KTIJ-25962 Fixed GitOrigin-RevId: 14fcd35d064364be7fe3d5d6e953dbb50467e177
-
Bart van Helvert authored
#IDEA-322601 Fixed GitOrigin-RevId: bc715043bf9e4ba4fca16149a5e51936a51cd806
-
Bart van Helvert authored
GitOrigin-RevId: 7bc281cab9f0f65f470eefe20939337442ae2938
-
Bart van Helvert authored
Makes test inspections that report code that will give a guaranteed runtime error be at error level by default. GitOrigin-RevId: 5fd05b4e8e9f9f1f80fa87280eb8166e6dd497f6
-
Vladimir Lagunov authored
The function is still convenient and useful even without SDK. GitOrigin-RevId: 74ec152fa833eb64a5fd25a59f447c05d990d8a8
-
Vladimir Lagunov authored
The most expected way would be changing the type of parameters: ```kotlin val parameters: MutableList<TargetEnvironmentFunction<String>> = mutableListOf() ``` However, such change would break a plugin, which seems to be quite popular, despite the fact that it uses @Experimental API. See also a similar change fcefe89536d4c310503d4b6666aec7ab76df5132 GitOrigin-RevId: 2bc7096ff54ab5e8cdf64779f2438a1ea89f86d3
-
Vladimir Lagunov authored
Despite former absence of the nullability parameter, every combo box may have `null` as the selected item. This commit brings no changes in logic, but allows to use nullable properties from UI DSL with PySkkComboBox. GitOrigin-RevId: d635beb217ed07e5f0ba61714e29a64d0b217f49
-
Vladimir Lagunov authored
GitOrigin-RevId: f16a2752cffa81dab8593146caa770af8631d5e1
-
Alexander.Danilov authored
More test data to check parameter position and same-name functions for `Search in overridings` option KTIJ-21368 GitOrigin-RevId: eaa71d5114e81e3e646bc4aa6b3caa0d8166f218
-
Andrey Cherkasov authored
IJ-CR-102810 GitOrigin-RevId: 49d74d790ee90f75a248413f5ae16b504c9d8afb
-
Nikolay Chashnikov authored
GitOrigin-RevId: 0b3c75c4b18fdec491313f582c381b38fff3697c
-
Nikolay Chashnikov authored
It just delegates to another class, and also it uses a non-standard package name. If we add new icons to this module, it'll be better to put the new icons class to the standard package (com.intellij.sh.core.icons). GitOrigin-RevId: 79b98f8c70ed93fd4e17c0938732b7bccdb6e326
-
Nikolay Chashnikov authored
There are no icons in that module anymore, and if we add one, it'll be better to use the default package instead. GitOrigin-RevId: aa6e6248af05e5410bd95351de7ec501ca459e44
-
Andrei.Kuznetsov authored
GitOrigin-RevId: cec0829e39d2b03de293d50dbe8086519b4a9739
-