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 Semeniouta authored
AC/C++: LightPSI: CPP-15784 Introduce multi-PSI provider for C-family with lightweight language as main - proper support for large files
-
peter authored
remove ApplicationImpl#myWriteActionThread serving no practical purpose but confusing curious readers
-
Viuginov Nickolay authored
RUBY-23795
-
Nikita Skvortsov authored
-
Daniil Ovchinnikov authored
This fixes `project.someProperty` cases where `someProperty` is a property of some convention. Also conventions doesn't support setter invocation via method call, so they are ignored.
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
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
-