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
-
-
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
-
Tagir Valeev authored
Excluded merging by containing state as superseded by isSuperState checks implemented before
-
Elizaveta Shashkova authored
Update sys.path value to make extension's folder available during import
-
fitermay authored
-
Dennis Ushakov authored
-
Elizaveta Shashkova authored
Distinguish interpreter option and script arg
-
Elizaveta Shashkova authored
-
Anna.Kozlova authored
-