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 Dec, 2017 25 commits
-
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Sergey Simonchik authored
-
Dennis Ushakov authored
-
Konstantin Bulenkov authored
-
Irina.Chernushina authored
- reuse code for "standard tag" detection from Angular - for IDEA-CR-27352 vue.js, support components from frameworks
-
nik authored
Otherwise its zip file is built incorrectly in 'IC-plugins' artifacts.
-
nik authored
Add EditorTextFieldProvider.getInstance method and convert EditorTextFieldProvider to application service (it doesn't use Project instance anyway).
-
Tagir Valeev authored
-
Roman Shevchenko authored
-
Kirill Timofeev authored
move to ultimate extract DTraceProcessAdapter
-
Roman Shevchenko authored
-
Dmitry Batkovich authored
java spellchecker: @NonNls suppresses spell checking when applied to method return type (IDEA-180639)
-
nik authored
Stop iteration as soon as first extension is found (IDEA-CR-27532).
-
nik authored
-
Kirill Kirichenko authored
-
Anton Tarasov authored
-
Nikita Skvortsov authored
-
Yaroslav Pankratyev authored
-
Tagir Valeev authored
Review ID: IDEA-CR-27215
-
Tagir Valeev authored
-
Roman Ivanov authored
-
Tagir Valeev authored
-
Ilya.Kazakevich authored
-
Ilya.Kazakevich authored
-
- 03 Dec, 2017 13 commits
-
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Alexander Zolotov authored
-
Kirill Likhodedov authored
It is OK not to find some files by path, because the method is used e.g. to get local changes from a `git diff <other branch>` output, which contains file absent in the current working tree. On the other hand, the log didn't prove itself as useful yet, so it's OK to silence it. If we find that we should warn about the absent file in certain cases, we can introduce a different method for that.
-
Kirill Likhodedov authored
If the "Local changes would be overwritten by merge/checkout" error happens in one of repositories, we collect the changes which would produce this error in subsequent repositories, to show the smart checkout/merge dialog only once. To identify these changes, the code used to get the diff between the current branch and the branch to checkout: `git diff master..feature` and then check for local changes among these files. However, it is more correct to get the diff between the current working tree and the branch to checkout: `git diff feature` The difference is subtle, but new behavior is more correct.
-
Dmitry.Krasilschikov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
- 02 Dec, 2017 2 commits
-
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-