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 .
- 28 Jan, 2019 25 commits
-
-
Dmitriy.Panov authored
-
Mikhail Golubev authored
-
Vladislav Rassokhin authored
Otherwise injected file may be chosen for a QuickFix which was reported for a host PsiElement and supported only for host language
-
Ivan Buryak authored
-
Daniil Ovchinnikov authored
-
Dmitriy.Panov authored
-
Anton Lobov authored
RUBY-23470, RUBY-23469 - YAML: don't treat numeric values as strings for JSON-schema based validation
-
Sergey Simonchik authored
Since node_modules/ contains dependencies only (not actual project code), detecting roots/frameworks from these files is not needed, moreover, it takes time to traverse. https://upsource.jetbrains.com/IDEA/review/IDEA-CR-42501
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
Before the change jar file used to find home folder, which was used to find jar file, and the second jar file might even not be found because of layout, i.e. default layout differs from maven layout.
-
Alexander Bubenchikov authored
-
Daniil Ovchinnikov authored
-
Vladimir Krivosheev authored
-
Daniil Ovchinnikov authored
-
Alexey Utkin authored
-
Semyon Kolton authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Alexandr Evstigneev authored
IDEA-CR-42202
-
Tagir Valeev authored
CreateDefaultBranchFix: fixed handling of expression statements+rule-based format when template is empty (IDEA-CR-42361)
-
Tagir Valeev authored
Catch Statement Declaration.java.html, Switch Default Branch.java.html: cosmetic fixes (IDEA-CR-42361)
-
Tagir Valeev authored
-
Tagir Valeev authored
On maybe unassigned variable: try to fix the switch statement which assigns given variable (IDEA-193906)
-
Tagir Valeev authored
-
- 27 Jan, 2019 6 commits
-
-
Ivan Chirkov authored
This should improve logs in case of simultaneous requests in several threads
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
The neighbour method uses ISE, and it feels more logical here. Follow-up: f34f8f77 IDEA-CR-42498
-
Sergey Ignatov authored
-
Sergey Ignatov authored
-
Sergey Ignatov authored
-
- 26 Jan, 2019 9 commits
-
-
Dmitriy.Panov authored
-
Kirill Likhodedov authored
The parallel fetch feature makes Git ask these kind of questions N times at once. The password is saved in the Password Safe after the first prompt, and then is taken from there for subsequent prompts. But other prompts, such as generic confirmation questions were not stored anywhere. This commit stores the already-asked questions in the AuthenticationGate together with the answers which were given.
-
Svetlana.Zemlyanskaya authored
-
Kirill Likhodedov authored
In this case throw a PCE instead of ISE, which pollutes the log and fails tests.
-
Kirill Likhodedov authored
Otherwise already disposed and similar exceptions may appear: IDEA-205978
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
Otherwise already disposed and similar exceptions may appear.
-
Dmitriy.Panov authored
-
Dmitriy.Panov authored
This reverts commit 5276e242
-