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 Nov, 2018 40 commits
-
-
Sergey Malenkov authored
-
Roman Shevchenko authored
-
Egor Ushakov authored
IDEA-198801: Correct key: selectionInactiveForeground does not work in tree - revert the fix for colored tree renderer
-
Ivan Semenov authored
-
Ivan Semenov authored
-
Juan Chen authored
Kotlin 1.3.0 reports such cases as errors.
-
Dmitry Avdeev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Merkulov authored
I still don't know how it is possible
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Vladislav Shishov authored
-
Vladimir.Orlov authored
win installer: silent mode of uninstallation should not be lost when uninstallation starts from UAC dialog.
-
Vassiliy.Kudryashov authored
-
Yann Cébron authored
-
Yann Cébron authored
-
Yann Cébron authored
-
Yann Cébron authored
-
peter authored
-
peter authored
-
Mikhail Sokolov authored
-
Anton Lobov authored
-
alexey.afanasiev authored
-
Dmitry Batrak authored
* Artifact publishing can happen at any time from the printing of directive till the end of run configuration execution, so dump shouldn't be stored in the test-specific folder, which can be deleted at test tear-down. Now the root of Teamcity temp directory will be used for dumps. * Publishing directive should be printed after the dump is created, not before it, so that Teamcity can definitely find the file at advertised place.
-
Egor Ushakov authored
-
Yuriy Solodkyy authored
Also: json5 allows keys to be single-quoted strings. PR: https://github.com/JetBrains/intellij-community/pull/900
-
Yuriy Solodkyy authored
This PR re-implements extraction of '$id' and '$schema' properties from the root level of JSON files. The new implementation is based directly on JsonParser and does not require a full Psi tree to be built. The change improves the performance of the JsonSchemaFileValuesIndex which sometimes makes a substantial part of the overall indexing time. Observed change: from 20 second to 3.5 second spent indexing JSON. Change-Id: If0b4ce8232a6603962606dadbcbb93214034c5ca PR: https://github.com/JetBrains/intellij-community/pull/900
-
Pavel Dolgov authored
-
Pavel Dolgov authored
Java: Highlight identical branches in 'switch' statement, optimize duplicates matching (IDEA-181304)
-