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 .
- 09 Feb, 2019 10 commits
-
-
Julia Beliaeva authored
IDEA-75181
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Vitaliy.Bibaev authored
-
Anton Tarasov authored
Anton Tarasov
-
- 08 Feb, 2019 30 commits
-
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Gregory.Shrago authored
-
Vassiliy.Kudryashov authored
-
Vladimir Krivosheev authored
-
Bas Leijdekkers authored
for "'StringBuilder' can be replaced with 'String'" inspection
-
Bas Leijdekkers authored
-
peter authored
-
peter authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
nik authored
This is needed to get rid of dependency from UrlClassLoader to FileUtil (IDEA-206894).
-
nik authored
platform: refactor FileUtil.toCanonicalPath to extract part which handles symlinks to a separate interface This is needed move the other part to util.rt module and use it from UrlClassLoader to get rid of dependency on util module (IDEA-206894).
-
Dmitry Jemerov authored
-
Gregory.Shrago authored
-
Anna.Kozlova authored
-
Vladimir Krivosheev authored
-
Anna.Kozlova authored
-
nik authored
platform: rewrite code in UrlClassLoader-related classes to get rid of dependencies on classes from util module This is needed to extract UrlClassLoader to a separate module (IDEA-206894).
-
nik authored
This is needed to extract UrlClassLoader to a separate module (IDEA-206894).
-
Yann Cébron authored
-
Rustam Vishnyakov authored
-
Rustam Vishnyakov authored
-
nik authored
cleanup: inline RichPlatformPlugin.xml and RichPlatformActions.xml into JavaIdePlugin.xml and JavaActions.xml These component configuration files were used for Flex IDE, but this isn't actual anymore. By removing them we simplify configuration files and make it easier to extract Java support to a separate plugin (IDEA-195719).
-
Sergey Malenkov authored
-
Nadya Zabrodina authored
* fix the problem: when we modify files a.e. during silent unshelve (in active list by the time of modifications) conflict tracker schedules a separated invokeAfterUpdate task that can't be canceled. The active changelist can be changed after 'files check' scheduling but before CLM.update. So by the time of checking changelist (after update) new conflicts occur;
-
Nadya Zabrodina authored
* add annotations; * cleanup:
-
Nadya Zabrodina authored
-
Nadya Zabrodina authored
* during CLM freezing process everything was OK even for nullable target changelist; but during conflict resolving freezing process was interrupted and some changes may have been applied to active list;
-
Nadya Zabrodina authored
-