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 .
- 03 Apr, 2019 25 commits
-
-
Kirill Kirichenko authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Egor Ushakov authored
-
nik authored
-
Dmitry Batrak authored
-
Dmitry Batrak authored
-
Yann Cébron authored
-
Dmitry Avdeev authored
-
Rustam Vishnyakov authored
-
Roman.Ivanov authored
-
Tagir Valeev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Artemiy Sartakov authored
CharsetObjectCanBeUsedInspection: suggest replacing Charset.forName(XYZ) with StandardCharsets.XYZ (IDEA-210209)
-
nik authored
build scripts: provide common option to enable injection of URL of custom plugins repository to ApplicationInfo.xml Replace 'intellij.build.prepare.plugin.repository' system property which is used in IDEA only by the common 'intellij.build.use.teamcity.as.plugins.repository' property so we can enable builtin plugin repository in nightly build of other IDEs as well. Also the new property enables only adding reference to TeamCity artifacts into the product, the custom repository xml file is always generated in TeamCity artifacts so it can be used manually even for public builds.
-
nik authored
IDEA project configuration: enable inspection about access to package-private members from different module This is needed to avoid such code because it'll lead to IllegalAccessError if e.g. Java support code is loaded as a plugin via a different classloader (see IDEA-200277). Modules belonging to same plugins are listed in the inspection settings and accessing package-private member between classes from them aren't reported. There are some false-positives because of bugs in the inspection (see IDEA-210216, IDEA-210253), they are temporarily suppressed.
-
Roman.Ivanov authored
-
Roman.Ivanov authored
-
Roman.Ivanov authored
-
Roman.Ivanov authored
-
Tagir Valeev authored
IDEA-210298 Result of method call ignored false-positive on Validate.nonNull check from commons-lang3
-
Tagir Valeev authored
-
Tagir Valeev authored
-
- 02 Apr, 2019 15 commits
-
-
Gregory.Shrago authored
-
Vassiliy.Kudryashov authored
Provide better painting and scrolling for editor tabs, allow to make selected tab temporary invisible while user scrolls
-
Vassiliy.Kudryashov authored
- the last entry is removed
-
Roman Shevchenko authored
-
Ilya.Kazakevich authored
-
Svetlana.Zemlyanskaya authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
-
Svetlana.Zemlyanskaya authored
-
Svetlana.Zemlyanskaya authored
-
Bas Leijdekkers authored
merging "Multiple variables in one declaration" and "Multiple typed variables in one declaration" inspections
-