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 .
- 06 Mar, 2019 40 commits
-
-
Alexey Kudravtsev authored
do not use default project to fix IDEA-194554 AE at com.intellij.codeInsight.documentation.DocumentationManager.assertSameProject
-
Alexey Kudravtsev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Dmitry Zhuravlev authored
-
Dmitry Zhuravlev authored
-
Dmitry Zhuravlev authored
-
peter authored
fix PsiTestUtil.removeContentEntry to remove the content entry with the given root, not just any entry containing it
-
Vladimir Krivosheev authored
Problem is that modal task doesn't mean that another modal task cannot be run in parallel. As our tasks call invokeAndWait, some another UI events can be processed and as result, `closeProjectAndShowWelcomeFrameIfNoProjectOpened` will be called several times
-
Roman Shevchenko authored
-
Vladislav.Soroka authored
-
nik authored
Accordingly to JLS 8.8.9 default constructor is implicitly declared if there are no constructor declarations. If the superclass doesn't have an accessible no-arg constructor, it'll be a compile-time error which shouldn't bother those who tries to use the derived class. This also fixes incorrect behavior when super-class declares package-private constructor (IDEA-208482).
-
Viktor Shatrov authored
-
Alexander Bubenchikov authored
-
Gregory.Shrago authored
-
Vasily Romanikhin authored
-
Vasily Romanikhin authored
-
Egor Ushakov authored
-
nik authored
Now it checks classes even if they don't have plugin.xml files in their modules, don't report error if an element and its class are declared in different modules included into the same plugin (IDEA-208472), show name of problematic class in error message, check serviceInterfaces attributes unless service is marked with 'overrides'.
-
Roman.Ivanov authored
-
Artem Bochkarev authored
for example, git-branches popup of IDEA-project has thousands of items
-
Artem Bochkarev authored
-
Nikita Skvortsov authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
This reverts commit 4a04dbe3
-
Dmitry Batkovich authored
-
Roman.Ivanov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Rustam Vishnyakov authored
fall back to some other color scheme
-
Roman.Ivanov authored
EnhancedSwitchMigrationInspection: generate assignment if declaration is not previous statement: IDEA-208192
-
Roman.Ivanov authored
-
Dmitry Trofimov authored
-
Dmitry Trofimov authored
-
Vladislav.Soroka authored
-
Vladislav.Soroka authored
-
Vladimir Krivosheev authored
* add module level items (`module` prefix). * add extensions (with level prefix, e.g. `appExtensions`). * add total number of plugins, components and services (`stats`).
-
Dmitry Avdeev authored
-
Dmitry Batkovich authored
-
Gregory.Shrago authored
-