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 Oct, 2019 40 commits
-
-
peter authored
limit Run-like context menu action update by timeout, use last recorded file's runnability when it fails (IDEA-219923) GitOrigin-RevId: 1e6abdab08b03f8ba75f06dd2880d0a6d1ea051a
-
Leonid Mashinskiy authored
Recalculate runner only after actual settings editing, fix typo GitOrigin-RevId: 8d7dbb3405ac25047c66199ef5486f47fac5cd65
-
Aleksey Pivovarov authored
EA-214571 - PCE: GitExecutableManager.lambda$getVersionOrCancel$ GitOrigin-RevId: 835511f6d2f0f993470c53dee8e54e5607fd96f9
-
Aleksey Pivovarov authored
Old 'unfreeze' - O(new_changes * (old_changes + new_changes)) New 'unfreeze' - O(new_changes + old_changes) GitOrigin-RevId: 52b32093f487b0844ebd7d9d7d05152f3c435ae9
-
Dmitriy.Panov authored
GitOrigin-RevId: 4548955999870a58f558a9ae142be25ecb213e04
-
Nikita Skvortsov authored
Update Gradle Manager's event subscription for current project GitOrigin-RevId: 08d1e7bb7afa39716eebb6f0f39bb3b194ae90e6
-
Alexey Kudravtsev authored
GitOrigin-RevId: 96617099e501bf8782c9dc6a07748267abd11338
-
Alexander Lobas authored
GitOrigin-RevId: 5292293976118e667ad3c2a2cf83f3bcca180494
-
Vladimir Krivosheev authored
GitOrigin-RevId: 3dc83e1e754b59012e2f7844cfc36141d9ac4fb0
-
Aleksandr Krasilnikov authored
GitOrigin-RevId: 3dc5aad57403baf57505b94eed1a15251752ea78
-
Aleksandr Krasilnikov authored
per IntelliJ Platform UI Guidelines action links in the empty state should not be underlined https://jetbrains.github.io/ui/principles/empty_state/ GitOrigin-RevId: 33b22a914a40629385282d6a5555fc63d0c7c1b6
-
Aleksandr Krasilnikov authored
github: add the ability to search and navigate repositories at same time without additional focus movement GitOrigin-RevId: 61f8c3d809c9523808fbb03684398f02363bef59
-
Aleksandr Krasilnikov authored
GitOrigin-RevId: 1561e026f51f71eb468947d78081c731a3575be0
-
Aleksandr Krasilnikov authored
GitOrigin-RevId: 4fade58a676e4dd45aec109342a32a45fd198808
-
Aleksandr Krasilnikov authored
GitOrigin-RevId: 88399644c61e3a7cb734b991c9dc354ab91bd7e3
-
graann authored
GitOrigin-RevId: 455418e5053316b1bd5112d81783236891af8cec
-
graann authored
GitOrigin-RevId: 0f7db545634e1dfcd0209139a517eaf54c6216ee
-
Eugene Petrenko authored
GitOrigin-RevId: b1ff93cef170dca1177e7c8e4a87aab82dbf63fe
-
Roman.Ivanov authored
GitOrigin-RevId: 6d3a515b318ab0ff7d036e21765473e772d0a5c0
-
Vladislav.Soroka authored
GitOrigin-RevId: 991fb8966ed8a84188a173d7e8f9b8e64f28b1b4
-
Daniil Ovchinnikov authored
GitOrigin-RevId: ce5a15b906fca2beac9ca09fbe8e32c69c7c87eb
-
Denis Fokin authored
GitOrigin-RevId: 30be09a7ab9b605b323bb5667f03462f6d616526
-
Vladislav.Soroka authored
GitOrigin-RevId: 908b9879086e5f7f87fa745c6a046b368d4e3f9b
-
Michael Golubev authored
- anyOf type finally implemented GitOrigin-RevId: cc4f80c485369822c99634928ee8c7544bc2bb9f
-
Michael Golubev authored
- value completion: don't assume only YamlScalarType may have scalar values, composed types have them too GitOrigin-RevId: 8594f44eb4a51963f5f9504ed109f63d0a841a5e
-
Michael Golubev authored
- YamlScalarType: `#getValueLookups(YAMLScalar)` removed, use `#getValueLookups(YAMLScalar, CompletionContext)` instead GitOrigin-RevId: b2fd34b357be51674907a3d848d76b0bca882f5e
-
Michael Golubev authored
- keys completion: delegate logic to type, allows non-tribvial logic in composed types - don't assume that only YamlMetaClass may have children, composed types shall not extend YamlMetaClass GitOrigin-RevId: 5a073a7edef8e63350ab6ee0f985056c96ca1aff
-
Michael Golubev authored
- refactoring: required fields - - delegate `computeMissingFields` to field's type instead of computing everything in inspection GitOrigin-RevId: 47e6edffdc32bd43d0b0608126703aa10e1db822
-
Michael Golubev authored
- split `YamlMetaType#validateKeyValue` into separate `validateKey` and `validateValue` - call `validateValue` also for sequence items - remove special handling of sequences from YamlScalarType GitOrigin-RevId: 95d9c9531b66757b97cf53142036dee57ba55765
-
Konstantin Bulenkov authored
GitOrigin-RevId: 5d90864d422ef5b3d298d8d27c89f3cce8407a97
-
Svetlana.Zemlyanskaya authored
GitOrigin-RevId: 4608a3b17a5f58d11854519cc1aef20dba0e3f28
-
Nicolay Mitropolsky authored
to be compatible with upcoming idea 2020.1 GitOrigin-RevId: 534dfbfef26203523c87212aad5bc81f3c5b3d42
-
Piotr Tomiak authored
(cherry picked from commit 61964a385e4c72d7efd66ce793cbb4b61347a798) GitOrigin-RevId: 3f5252e138870ed832c0b18c4c4e2b3e4200a0e6
-
Bas Leijdekkers authored
in "Reuse of local variable" inspection GitOrigin-RevId: afa3bcbdacd1be6e36c23011359e50e9aa2c121a
-
Bas Leijdekkers authored
GitOrigin-RevId: d4b11422c3877a6ac72311027818e46f409c4e04
-
Bas Leijdekkers authored
GitOrigin-RevId: 97fd64c6379edd1109bed9b211c4cd26074d7db4
-
Bas Leijdekkers authored
GitOrigin-RevId: 4c3f04dce18ee56fb0a0fe3beeee405fe91f750e
-
Bas Leijdekkers authored
GitOrigin-RevId: 8986c779f8225398170c3c7515301ca818460f38
-
Bas Leijdekkers authored
GitOrigin-RevId: a1838041adb26cd8ae4aa328ff13db8d14047ac3
-
Tagir Valeev authored
GitOrigin-RevId: 15755e36cbdfefdf493ce28c9b2155e7b2daa7d6
-