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 23 commits
-
-
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)
-
Dmitriy.Panov authored
-
Vladislav.Soroka authored
-
Tagir Valeev authored
SimplifyOptionalCallChainsInspection: specify lambda parameter types when converting method reference to lambda Fixes IDEA-201902 Simplify optional chain (use Optional.stream())
-
nik authored
-
Tagir Valeev authored
-
Vladimir.Orlov authored
-
Vladimir.Orlov authored
-
Tagir Valeev authored
-
- 08 Nov, 2018 17 commits
-
-
Dmitry Trofimov authored
-
Dmitry Trofimov authored
-
Dmitry Trofimov authored
-
Ilya.Kazakevich authored
Since 1.10 we use MIDDLEWARE instead of MIDDLEWARE_CLASSES
-
Roman Shevchenko authored
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
-
Anna.Kozlova authored
found by property testing
-
Mikhail Sokolov authored
* javadoc
-
Mikhail Sokolov authored
FUS ticket - FUS-188
-
Anna.Kozlova authored
-
Dmitry Jemerov authored
-
Egor Ushakov authored
-
Egor Ushakov authored
-
Rustam Vishnyakov authored
Fixes IDEA-201610 Popup "Current indent options are overridden by .editorconfig" is shown on every project opening
-
Dmitry Jemerov authored
-
Aleksey Pivovarov authored
`GitHandlerAuthenticationManager` uses `GitVersionSpecialty.existsIn(Project)` that can be NULL if executable hasn't been validated yet. Ex: on WelcomeScreen, as `GitVcs.activate()` is not called for default project.
-