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 .
- 02 Nov, 2018 14 commits
-
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
EA-116084 Raise Python debugger connection time out exception earlier than the late precondition check
-
Alexander Koshevoy authored
-
Aleksey Pivovarov authored
`TextMergeViewer.MyInnerDiffWorker.launchRediff()` uses `isRunning()` flag to check that callback was not performed synchronously. Prior to this fix, `indicator.start()` was called by `runProcess()` on pooled thread, causing data race.
-
Aleksey Pivovarov authored
Ensure that callback from `MyInnerDiffWorker` will not access `MergeModelBase` after it has been disposed (causing AIOOB exception).
-
Egor Ushakov authored
-
Dennis Ushakov authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Sergey Ignatov authored
-
Anton Tarasov authored
-
Vladimir.Orlov authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
- 01 Nov, 2018 26 commits
-
-
Sergey Simonchik authored
-
http://plugins.jetbrains.com`Ivan Chirkov authored
`ApplicationInfoImpl.getShadowInstance().getPluginManagerUrl()` allows configuring server url for testing and customization purposes
-
Ilya.Kazakevich authored
-
Anton Tarasov authored
-
Sergey Ignatov authored
@davdeev is agreed
-
Gregory.Shrago authored
-
Aleksey Rostovskiy authored
also additional test added
-
Sergey Ignatov authored
see the original issue - IDEA-103199 Undo: UTF problem
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Sergey Ignatov authored
-
Sergey Ignatov authored
-
Aleksey Pivovarov authored
-
Alexander Lobas authored
-
nik authored
-
Viktor Shatrov authored
-
Semyon Proshev authored
-
Dmitry Avdeev authored
-
Alexander Koshevoy authored
Wrap checked exceptions in TTransportException in TNettyClientTransport.open() to follow signature of the base method
-
Alexander Koshevoy authored
PY-32247 Response with KeyboardInterruptException in Python Console's requestInput() when hitting Ctrl+C in the IDE
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
-
Alexander Koshevoy authored
PY-32147 Fix hanging of the IDE after clicking on Stop button when connection to Python console process is impossible Do not use `PydevConsoleCommunication.interrupt()` because it locks up until Python console backend client is available, i.e. the connection to Python console process is established.
-
Dennis Ushakov authored
-