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 .
- 11 Mar, 2019 40 commits
-
-
Maxim.Mossienko authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
This reverts commit c0aac757
-
Dmitry Jemerov authored
-
Dmitry Jemerov authored
-
Yann Cébron authored
-
Alexander Zolotov authored
-
Konstantin Bulenkov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
Current implementation of getModifiedPaths and getRenamedPaths for unparsed changes is not zero-cost. So it makes sense to have a fast size method to determine whether or not a commit can be shown in change browser.
-
Julia Beliaeva authored
-
Julia Beliaeva authored
[vcs-log] do not automatically show changes if one of the selected commits has more of them than the specified limit
-
Dmitry Jemerov authored
-
Alexander Lobas authored
-
Mikhail Golubev authored
We used to implicitly rely on PyTypingTypeProvider.getClassType() for this purpose that, in turn, uses normal resolve machinery of a PyReference. But it (rightfully) didn't work for references inside fragments created from text of alias RHS parts as we prohibit resolving in them to avoid unstubbing of their containing files.
-
Sergei Vorobyov authored
-
Sergei Vorobyov authored
-
Ivan Semenov authored
Issue: IDEA-206881
-
Ivan Semenov authored
Issue: IDEA-203790
-
Ivan Semenov authored
-
Ivan Semenov authored
-
Ivan Semenov authored
Easier to use just one key
-
Ivan Semenov authored
-
Ivan Semenov authored
Extract interface
-
Ivan Semenov authored
-
Ivan Semenov authored
-
Ivan Semenov authored
-
Ivan Semenov authored
Extract PR list model, make loader implement it Rename components to panel+holder where applicable This will simplify refresh since we won't have to update data in multiple places or call methods on UI panels
-
Dennis Ushakov authored
-
Julia Beliaeva authored
follow-up: 3f2a08e0
-
Julia Beliaeva authored
-
Dmitriy Panov authored
Dmitriy Panov
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Leonid Shalupov authored
clearSubscriberCache uses O(numberOfModules) time to clear caches. If we're creating a lot of MessageBuses (like loading of a project model) it leads to O(numberOfModules^2) operations. IDEA-CR-43553
-
Alexey Kudravtsev authored
avoid treating strange long hangups in newer JDKs in Unsafe.unpark() in FutureTask.finishCompletion() as leaking threads
-
Alexey Kudravtsev authored
-