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 .
- 15 Aug, 2016 19 commits
-
-
Nadya Zabrodina authored
-
Nadya Zabrodina authored
-
Vladislav.Soroka authored
-
nik authored
build scripts: code which prints log message about created artifact moved to BuildMessageLogger and implemented properly for TeamCity
-
Sergey Simonchik authored
AtomicNotNullLazyValue#createValue overrides NotNullLazyValue#createValue intentionally (following IDEA-CR-13011)
-
Roman Shevchenko authored
-
nik authored
build scripts: 'brandingModule' property replaced by 'brandingResourcePaths' to support cases when resources aren't located under module source roots (e.g. in PhpStorm)
-
nik authored
build scripts: replace 'until-build' during build if it is already set in plugin.xml (some plugins set it to 999.999)
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Nadya Zabrodina authored
-
Roman Shevchenko authored
-
Yaroslav Lepenkin authored
-
Yaroslav Lepenkin authored
When retrieving language indent options use LanguageUtil.getLanguageForPsi instead of FileType.getLanguage, since for scratches it is always plain text (fixes IDEA-156091)
-
Egor.Ushakov authored
-
Egor.Ushakov authored
-
- 14 Aug, 2016 4 commits
-
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Nadya Zabrodina authored
* make prompt hooks extension compatible with hg > 3.8.3; * password manager -> find user password method signature was changed; * module urllib2 usages were changed to urlreq and urlerr;
-
Konstantin Bulenkov authored
-
- 13 Aug, 2016 14 commits
-
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
peter authored
-
peter authored
-
peter authored
* filter inapplicable expressions without loading AST if possible, via approximate resolve * for that, store the approximate call chains in index * iterate over files once, not for each empty marker Runnable interface separately * don't rely on generic method parameter index: it's huge, memory-hungry and works only in Java
-
peter authored
-
John Hui authored
-
- 12 Aug, 2016 3 commits
-
-
Roman Shevchenko authored
-
Andrey Vlasovskikh authored
According to PEP 420, if any non-namespace package is found in the Python paths, then it is used as the import result. If several namespace packages are found, then the import result is a namespace package that contains every module within them.
-
Sergey Simonchik authored
-