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 Apr, 2018 40 commits
-
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Ivan Bessonov authored
-
Vladislav.Soroka authored
-
Dmitry Avdeev authored
fixed case with removing association first
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Aleksey Pivovarov authored
We used to put all changes into mappings in worker from ChangeListUpdater, even if there are a partial tracker registered for this path. As such changes are not included into myChangesBeforeUpdateMap mapping, they are always mapped into default list. If the tracker was released during the CLM update, we would use changelist from updatedWorker - and move file into default changelist (instead of the one, that was assigned to this file in `unregisterChangeTracker`). There is still an issue, if the tracker was registered, modified and destroyed during the update (so updatedWorker knows nothing about it).
-
Aleksey Pivovarov authored
-
Anton Lobov authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
so that binding.hasVariable("<name>") can be avoided, because a simple null check suffices
-
Bas Leijdekkers authored
-
Vladimir.Orlov authored
IDEA-189387 Pycharm 2018.1 won't start after patch update IDEA-122925 IntelliJ Fails to apply IDE update patch due to faulty "IOException: No Space Left on Device /tmp" IDEA-162267 Update requires excessive disk space IDEA-167297 After broken update can't run pycharm PY-15478 Error when applying patch 4.0.6 and now can't start PyCharm
-
Roman Shevchenko authored
-
Daniil Ovchinnikov authored
-
Aleksey Pivovarov authored
-
Yaroslav Pankratyev authored
-
Anton Lobov authored
-
peter authored
-
Ivan Bessonov authored
-
Dmitry Jemerov authored
-
Egor Ushakov authored
-
Pavel Dolgov authored
Java: Highlight overwritten assignments of fields in constructors and class initializers (IDEA-189351)
-
Vladislav Rassokhin authored
-
Vladimir Krivosheev authored
-
Aleksey Pivovarov authored
We do not need an actual command here, as affected document is marked with DONT_RECORD_UNDO flag.
-
Dmitry Jemerov authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
inspection which warns about and replaces "thing instanceof DumbAware" with "DumbService.isDumbAware(thing)" since the latter is more correct
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Alexander Zolotov authored
The use case is JSON testing output with escaped ANSI-sequences. Because of escaping, coloring isn't processed with ColoredProcessHandler and can be interpret on the testing console side only.
-
Konstantin Aleev authored
-
Aleksey Pivovarov authored
-