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 .
- 19 Nov, 2018 40 commits
-
-
Alexander Koshevoy authored
-
Aleksey Pivovarov authored
-
Dmitry Batkovich authored
-
Aleksey Pivovarov authored
Lightweight hints are closed by `myEscListener` keyboard action on `myComponent`. Heavyweight hints handle this event separately (and ignore it if `setCancelKeyEnabled` is `false`).
-
Aleksey Pivovarov authored
-
Dmitry Jemerov authored
Rider uses highlighters to manage all editor data including inlays, so it needs a possibility to create a highlighter that behaves exactly like an inlay associated with following text.
-
Roman Shevchenko authored
-
Sergey Malenkov authored
-
peter authored
update menu and toolbar actions with timeout, display non-updated actions using their default/previous presentation
-
peter authored
-
peter authored
-
peter authored
it probably was a bearded typo that it wasn't honored
-
peter authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Alexander Kass authored
-
Egor Ushakov authored
IDEA-202380 Can't assign non-array value to an array in Expression Evaluation window - can use the fix for bridge methods as well IDEA-CR-39995
-
Vladislav.Soroka authored
IDEA-199623 High CPU load by "DisconnectableInputStream source reader" threads when debugging gradle task
-
Anton Makeev authored
reference: CPP-13028 Build system API: OCMockWorkspace moved to the new OCWorkspace API
-
Roman Shevchenko authored
-
Vladislav.Soroka authored
-
Sergey Simonchik authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Roland Illig authored
An AnAction must not be reused for multiple shortcuts, or all but the last shortcut will be ignored.
-
Mikhail Sokolov authored
-
Anna.Kozlova authored
-
Egor Ushakov authored
-
Dmitriy.Panov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
prefer to use ArchiveFileType.INSTANCE directly to avoid possible earlier initialization due to FileTypeManager.getInstance call
-
Vladimir Krivosheev authored
-
Dmitriy.Panov authored
-
nik authored
project structure dialog: show scrollbars in custom artifacts properties editors if necessary (IDEA-183544)
-
Mikhail Golubev authored
It happened because interpreter paths inside excluded virtualenv directory are not considered excluded themselves. Now we stop going deeper into the project structure once we've found a directory that is not a valid traditional style package (unless it's a root).
-
Tagir Valeev authored
Otherwise red code `x instanceof Unresolved` produces also "always false" warning which is quite useless.
-
Tagir Valeev authored
-