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 .
- 22 Mar, 2019 40 commits
-
-
Dmitry Batrak authored
-
Dmitry Zhuravlev authored
-
Roman Shevchenko authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Dennis Ushakov authored
-
Ilya.Kazakevich authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Roman Shevchenko authored
-
Maxim.Mossienko authored
Use lazy classloading of stub index extensions with iterator in background thread instead of eager point.getExtensionList() during initComponent
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Vladimir Krivosheev authored
-
Rustam Vishnyakov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
find extension by class - efficient implementation, if no listeners, simply use iterator (so, only extensions from 0 to index of wanted are created) do not register interface extensions in pico container
-
Nikita Skvortsov authored
-
Nikita Skvortsov authored
-
Sergey Simonchik authored
terminal bash: remove unneeded export, unset __INTELLIJ_COMMAND_HISTFILE__ to not garbage environment
-
Maxim.Mossienko authored
Use lazy classloading of stub index extensions with iterator in background thread instead of eager point.getExtensionList() during initComponent
-
Alex Plate authored
The problem is that additional listener (that was removed with this commit) overrides existing esc listeners of content. Additional listener for esc is redundant because it's never get called. `com.intellij.ui.popup.AbstractPopup#dispatchKeyEvent` prevents listeners execution if it returns true. So, if `myCancelKeyEnabled` is `false`, listener is not executed because of `if` condition and in case of `true` listeners are not executed. As long as this additional listener doesn't override existing listeners, `hide()` function is called with `myEscListener`. Review: IDEA-CR-45219
-
Dmitry Kozhevnikov authored
-
Viktoria Shirunova authored
-
Konstantin Aleev authored
-
Alexander Koshevoy authored
-
peter authored
-
Vitaliy.Bibaev authored
[memory-agent] IDEA-209121 Running tests in debugger broken on non Linux/Mac/Windows (minor: fix a typo)
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
peter authored
-