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 .
- 17 Oct, 2016 28 commits
-
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
paste reference: ignore binding if reference was not created as it could be e.g. groovy method name = invalid java identifier EA-89854 - IOE: PsiJavaParserFacadeImpl.createExpressionFromText
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
EA-63354 - PIEAE: CompositePsiElement.getContainingFile
-
Sergey Simonchik authored
content entry editor: fast fail if getModel returns null (investigating EA-89693 - NPE: ContentEntryEditor.isExcludedOrUnderExcludedDirectory) (IDEA-CR-14528)
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Tagir Valeev authored
ReplaceWithMapPutIfAbsentFix -> ReplaceConditionalMapPutFix; parameter methodName replaced with boolean (IDEA-CR-14446)
-
Roman Shevchenko authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
It is not default — it is base. Do not add default default profile if there is at least on bundled/custom global profile — as before.
-
Tagir Valeev authored
-
Dmitry Batkovich authored
-
Tagir Valeev authored
-
nik authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Bas Leijdekkers authored
-
Sergey Ignatov authored
-
Konstantin Bulenkov authored
-
Konstantin Bulenkov authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
testng: ensure public test class so gutters and run provider treat classes in the same way (IDEA-162561)
-
Anna.Kozlova authored
EA-89997 - assert: ChangeSignatureProcessorBase.filterUsages
-
- 16 Oct, 2016 7 commits
-
-
Julia Beliaeva authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
use correct serialization implementation in the copyProfile – otherwise when modifiable model of scheme is created, lazy loaded element data is not used (and as result, locked attribute is not correctly set) testPreserveCompatibility is removed because we not DO NOT TOUCH files unless it is really modified In production we "do not preserve compatibility" (flag) since spring 2016
-
Vladimir Krivosheev authored
-
Kirill Likhodedov authored
-
Julia Beliaeva authored
Take into account position of the edges on the other row.
-
Julia Beliaeva authored
-
- 15 Oct, 2016 2 commits
-
-
Yaroslav Lepenkin authored
-
Maxim.Mossienko authored
-
- 14 Oct, 2016 3 commits
-
-
Maxim.Mossienko authored
-
Andrey Vlasovskikh authored
It's quite common to add the project root to sys.path in order to make it available in other Python projects at run-time. Unfortunately, it breaks excluded directories settings since indexing SDK roots in the IntelliJ platform ignores excluded directories since they are project-level, not application-level. Since for most setups having a directory in both SDK roots and project (content and source) roots is redundant, we now delete it from the SDK roots. The user can add it back manually via interpreters settings in PyCharm and via module dependencies in IntelliJ if they need this entry in their SDK roots.
-
Andrey Vlasovskikh authored
We check for the restored root file being contained in the excluded paths and then we used to put the original file instead of the restored one. For example, the restored file a Jar FS for *.egg archive was ignored and the original file was used instead. This resulted in the wrong assumption that our paths had been modified.
-