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
-
-
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
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
These actions can cause different hard-to-debug issues in UndoManager. One of the known issues is mishandling of transparent actions. Redo action is being registered only at the end of command. If the document was modified in a transparent command, redo action will not be registered until when next (completely unrelated) command is finished. As a result, it causes "Can't Undo" errors, if that other command was not supposed to be undoable (and was performed on workspace.xml or some lightweight temporal file)
-
Tagir Valeev authored
Mark as unknown only values compared with null
-
Tagir Valeev authored
Fixes IDEA-189237 False positive "'Optional.get()' without 'isPresent()' check" in combination with Hamcrest
-