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 .
- 09 Jun, 2017 25 commits
-
-
Egor.Ushakov authored
-
Egor.Ushakov authored
IDEA-173268 Emulated wildcard method breakpoint may be triggered on any lambda - fix for subinterfaces
-
Ekaterina Tuzova authored
so reduced cpu for PY-18625
-
Ekaterina Tuzova authored
-
Ekaterina Tuzova authored
-
Vladislav.Soroka authored
Gradle: attach sources and javadoc from gradle cache even if idea.module.downloadSources = false and/or idea.module.downloadJavadoc = false
-
Roman Shevchenko authored
-
Egor.Ushakov authored
-
nik authored
This is needed to allow referencing ModuleDescription from GlobalSearchScope. The classes were converted to Java because we cannot use Kotlin in core-api module which is used inside the Kotlin compiler. Properties were converted to functions in implementations because Kotlin doesn't allow overriding Java getters with properties (KT-6653).
-
Liana.Bakradze authored
values in dataframes were rounded when applying formatting, but max and min values weren't, so values saved as column max/min became less/more than an actual max/min column value
-
Anna Kozlova authored
when there is no applicable interfaces (IDEA-174045)
-
Anna Kozlova authored
-
Anna Kozlova authored
IDEA-174168: intention was available on wider range and looks like when no highlighting is visible the range could be preserved as it was
-
Anna Kozlova authored
enable it for extract method object only
-
Alexey Kudravtsev authored
Otherwise weak warnings are at the same layer as semantic highlighting, that provides strange effects like KT-18212
-
Alexey Kudravtsev authored
This reverts commit 54783eda
-
Alexey Kudravtsev authored
fixed yellow code in PersistentFSImpl where VEvent was casted to subclass for the method different not-nullness
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
Bas Leijdekkers authored
-
peter authored
-
peter authored
-
- 08 Jun, 2017 15 commits
-
-
Dmitry Trofimov authored
-
Sergey Simonchik authored
-
Julia Beliaeva authored
-
Julia Beliaeva authored
IDEA-174129
-
Rustam Vishnyakov authored
See IDEA-170096 Settings|Code Style: "Set from" should be above the separator
-
Egor.Ushakov authored
IDEA-173562 "Log message to console" for emulated method breakpoints prints an empty line - fix for wildcard method breakpoints
-
Elizaveta Shashkova authored
Since IPython 5 a new check was added to pager in onder to handle mime-bundle form. We need to add it to our custom pager too.
-
Roman Shevchenko authored
-
nik authored
We need to show a warning about possible incomplete results if there is an unloaded module which depends on a module from the project and e.g. 'Find Usages' is invoked on an element from such module. In order to implement that we need to quickly determine if there exists an unloading module which depends on a given loaded module.
-
Ilya.Kazakevich authored
```myProvider.fun(context)``` should not be called under lock (see PY-24625, PY-24300)
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
set stress flag as early as possible before e.g. VirtualFileManagerImpl init which checks the flag to add all sorts of slow debug logging
-
Kirill Kirichenko authored
-
Pavel Dolgov authored
-
Konstantin Bulenkov authored
-