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 Dec, 2017 1 commit
-
-
Daniil Ovchinnikov authored
(cherry picked from commit 54e8d422)
-
- 06 Dec, 2017 1 commit
-
-
Vladimir.Orlov authored
(cherry picked from commit 759c9082)
-
- 14 Nov, 2017 1 commit
-
-
Vladimir.Orlov authored
(cherry picked from commit df9fe451) (cherry picked from commit b59e4cad)
-
- 13 Nov, 2017 2 commits
-
-
Ivan Chirkov authored
(cherry picked from commit fa618c74)(Reviewed by Roman Shevchenko and Vladimir Krivosheev)
-
Gregory.Shrago authored
(cherry picked from commit 276d27c5) (cherry picked from commit 3c481325)
-
- 07 Nov, 2017 1 commit
-
-
Tagir Valeev authored
(cherry picked from commit 8e19d90c)
-
- 06 Nov, 2017 1 commit
-
-
- 01 Nov, 2017 1 commit
-
-
Artem Khvastunov authored
(cherry picked from commit 4af803cb)
-
- 23 Oct, 2017 2 commits
-
-
Maxim.Mossienko authored
-
Maxim.Mossienko authored
(cherry picked from commit dc0a2903), IDEA-CR-25878
-
- 20 Oct, 2017 7 commits
-
-
Aleksey Rostovskiy authored
(cherry picked from commit e214b837) IDEA-CR-25505
-
Aleksey Rostovskiy authored
(cherry picked from commit 5954ef17) IDEA-CR-25050
-
Aleksey Rostovskiy authored
(cherry picked from commit 1b2e03a7) IDEA-CR-24775
-
Roman Shevchenko authored
(cherry picked from commit 63399396)
-
Roman Shevchenko authored
(cherry picked from commit 9754b97e)
-
Roman Shevchenko authored
(cherry picked from commit d5757454)
-
Roman Shevchenko authored
(cherry picked from commit d7fc83aa)
-
- 19 Oct, 2017 4 commits
-
-
Andrey Vlasovskikh authored
Unfortunately, neither the reporters nor me have a reproducible example for this one. (cherry picked from commit c264ec31)
-
Andrey Vlasovskikh authored
Since the switch to the builtins from Typeshed we no longer have the definitions for True, False, None for PY2. We have to ignore these references via null highlighting severity as we do in the base method for PyReferenceImpl. (cherry picked from commit cb22683f)
-
Elizaveta Shashkova authored
(cherry picked from commit 85ace079)
-
Andrey Vlasovskikh authored
We already to it for regular (positional/keyword) parameters even though (**kwargs) is not strictly compatible with (arg1, arg2, ...). Now we do it for (*, kwarg1, kwarg2, ...). We don't know much about **kwargs so it's better not to show any warnings here. (cherry picked from commit 235b76c5)
-
- 18 Oct, 2017 1 commit
-
-
Irina.Chernushina authored
no editor notifications for default project IDEA-178618 Command line diff between directories: can't show diff error for files (cherry picked from commit a068a32f) IDEA-CR-25697
-
- 16 Oct, 2017 5 commits
-
-
Gregory.Shrago authored
(cherry picked from commit df6616eb) (cherry picked from commit 6e78e2fa)
-
Gregory.Shrago authored
(cherry picked from commit 70071f1f) (cherry picked from commit b7f3a6d5)
-
Gregory.Shrago authored
(cherry picked from commit 50364fb8)
-
Gregory.Shrago authored
(cherry picked from commit ab9e7cff)
-
Gregory.Shrago authored
(cherry picked from commit e333f2e6)
-
- 09 Oct, 2017 1 commit
-
-
Vladislav.Soroka authored
(cherry picked from commit c8cc8596)
-
- 04 Oct, 2017 3 commits
-
-
Daniil Ovchinnikov authored
(cherry picked from commit 2da62ed2)
-
Daniil Ovchinnikov authored
(cherry picked from commit 15bd966b) (IDEA-CR-24753)
-
Daniil Ovchinnikov authored
(cherry picked from commit 86ed23d5) (IDEA-CR-24753)
-
- 02 Oct, 2017 4 commits
-
-
Kirill Likhodedov authored
It mistakenly used to pass the changes from the original commit, thus the changes were shown in the dialog (because there were in the correct changelist), but not preselected. IDEA-179546, IDEA-179546 (cherry picked from commit 8a270376)
-
Vladislav.Soroka authored
(cherry picked from commit b1e9e7d5)
-
Liana.Bakradze authored
-
liana.bakradze authored
(cherry picked from commit 684c3300)
-
- 28 Sep, 2017 1 commit
-
-
Kirill Likhodedov authored
This reverts commits 9ace3e70, a23fc196, 8b234f15, e2860061 The fix was to move VFS events processing to a pooled thread. But instances of GitRepositoryUpdater and GitUntrackedFilesHolder are created per repository => in a multi-repo project there will be twice as many pooled threads as there are repositories, which can lead to performance degradation instead of improvement. Reported in several issues e.g. in IDEA-179723
-
- 27 Sep, 2017 1 commit
-
-
pasynkov authored
-
- 26 Sep, 2017 2 commits
-
-
Vladimir.Orlov authored
(cherry picked from commit 02fc9988)
- 25 Sep, 2017 1 commit
-
-
Dmitry Avdeev authored
-