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 .
- 04 Feb, 2016 40 commits
-
-
Elizaveta Shashkova authored
When the new process is created, the main thread in the new process already has the attribute 'pydevd_id', so the new thread doesn't get new id with its process number and the debugger loses access to both threads. Therefore we should update thread_id for every main thread in the new process.
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
Elizaveta Shashkova authored
-
peter authored
-
Alexey Ushakov authored
Disabled verification of jre bundle if "idea.jre.check" property is not set to "true"
-
Ilya.Kazakevich authored
* PyTest reports error when no tests found * separator added to directory name
-
Ilya.Kazakevich authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
IDEA-148512 Regression: Import/Export Settings no longer supports 'Remote Tools' after upgrade to IntelliJ 15
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
export settings — create missed directories on save
-
Vladimir Krivosheev authored
get rid of APP_CONFIG
-
Egor.Ushakov authored
-
Egor.Ushakov authored
-
Andrey Vlasovskikh authored
-
Andrey Vlasovskikh authored
Added PyFile.multiResolveName() that is a multi-resolve version of getElementNamed(). The same method is added to PyImportedNameDefiner, but there is no need in extracting a super inferface at the moment. Finally, there is the new PyImportElement.multiResolve() in addition to resolve(). Changed some single-resolve usages to multi-resolve acorss the codebase. There are still many less important single-resolve usages that should be converted to multi-resolve eventually. Single-resolve variants are deprecated now.
-
Sergey Malenkov authored
-
Dmitry.Krasilschikov authored
-
Julia Beliaeva authored
-
Dmitry Batrak authored
QuickDocOnMouseOverManager: move code which determines target PSI element (involving resolve) to a pooled thread
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Julia Beliaeva authored
[vcs-log] fix ActionsTreeTest: set some description and presentation in CollapseOrExpandGraphAction constructor
-
Julia Beliaeva authored
-
Dmitry Avdeev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
nik authored
-
Mikhail Golubev authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
with this fix, initial updateRequest() might be performed before rendering the window for the first time, thus eliminating shortly visible "Loading..." panel (this commit partially reverts 8fb202f0)
-
Alexey Kudravtsev authored
(Case of libraries configured as jar folders) IDEA-140074 Find in Path not working in jar file paths - Directory scope not working as before
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-