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 .
- 14 Jan, 2019 40 commits
-
-
Vassiliy.Kudryashov authored
After-review optimisation
-
Konstantin Bulenkov authored
-
Alexander Lobas authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
give some unexpected background threads (like "Zip Handle Janitor") more time to finish to avoid leaks
-
Dmitry Batrak authored
-
Nikita Skvortsov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
Currently, all save sessions save() called under ONE write action, so, it is important to make sure that save() actually does ONLY flush on disk and nothing more
-
Viktor Shatrov authored
-
peter authored
let FrozenDocument.lineSet be gc-able to decrease memory pressure when somebody holds too many of them (IDEA-205347)
-
peter authored
async console highlighter: don't hold references to frozen documents after they've been processed (IDEA-205347)
-
Dmitry Batrak authored
-
Viktoria.Shirunova authored
-
Daniil Ovchinnikov authored
-
Dmitry Avdeev authored
save credentials on configurable's commit
-
Dmitry Avdeev authored
-
Dmitry Avdeev authored
-
Dmitry Avdeev authored
-
Dmitry Avdeev authored
-
Rustam Vishnyakov authored
-
Daniil Ovchinnikov authored
[groovy] tests: split RepositoryProjectDescriptor into TestLibrary and LibraryLightProjectDescriptor
-
Semyon Proshev authored
Inspection does not register `CompatibilityVisitor` problems for its opened file language because in such a case `UnsupportedFeatures` will annotate them. Also `registerOnFirstMatchingVersion` methods were removed because they could lead to duplication even if languages to register were different.
-
Nicolay Mitropolsky authored
-
Semyon Proshev authored
-
Sergey Simonchik authored
-
Eldar Abusalimov authored
-
alexey.afanasiev authored
-
Roman Shevchenko authored
-
Alex Plate authored
-
Eldar Abusalimov authored
-
Vladimir Krivosheev authored
-
Sergey Simonchik authored
-
Aleksey Rostovskiy authored
-
Aleksey Rostovskiy authored
-
Vladimir Krivosheev authored
-
Marc Philipp authored
Although `TestPlan` exposes an `add(TestIdentifier)` method, it was only ever intended for internal use by JUnit's `DefaultLauncher` which already adds dynamic test identifiers to the `TestPlan`. The JUnit team is going to make the `add()` throw an exception on modifications from listeners. Thus, this commit removes the unnecessary call.
-