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
-
-
Ivan Chirkov authored
-
Sergey Patrikeev authored
-
Sergey Patrikeev authored
-
Dmitry.Krasilschikov authored
-
Sergey Patrikeev authored
-
peter authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Kirill Kirichenko authored
-
nik authored
It may look confusing to have parameters 'allowProtected' and 'checkModifiers' (it's not evident that the first one is ignored if the second one is 'false'), so replaced 'checkModifiers' was replaced by 'allowPrivateAndPackagePrivate'. The call sites were updated accordingly.
-
Nikita Skvortsov authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Stanislav Dombrovsky authored
IDEA-CR-42161: IDEA-205502 Main appearance font is not used in several toolwindows and notifications on macOS (cherry picked from commit 7a2156f1)
-
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
-