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 .
- 24 Jan, 2019 40 commits
-
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
* Do not walk modules every time on `getMappingFor`. * Ensure that all `getMappingFor` methods return same mappings. * Remove duplicated methods from DefaultVcsRootPolicy.
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
-
Aleksey Pivovarov authored
We will override existing mappings in `myMappings.setDirectoryMappings()` anyway.
-
Aleksey Pivovarov authored
* Avoid unnecessary "AbstractVcs -> Name -> AbstractVcs" conversions * Do not ignore exceptions
-
Liana Bakradze authored
-
Egor Ushakov authored
-
Ivan Chirkov authored
-
Egor Zhdan authored
-
Egor Ushakov authored
-
peter authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Roman Shevchenko authored
... to ensure their inclusion into the distribution.
-
Dmitry Jemerov authored
-
Roman Shevchenko authored
-
Ekaterina Tuzova authored
PY-33673 AttributeError: 'FigureCanvasInterAgg' object has no attribute 'renderer' when trying to save plot to numpy array.
-
Ekaterina Tuzova authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
found by property testing
-
Roman Shevchenko authored
-
Amaury Medeiros authored
We don't need to check if we're in unit test mode, as we're going to return executionResult anyway. There used to be a block of code (now commented) to be executed in case we were not testing but it has not been changed in the past several years, so it's unlikely it will ever be uncommented. This commit removes this commented block as well.
-
Daniil Ovchinnikov authored
[groovy] remove JavaStylePropertiesInvocationIntention, set level of inspection to INFORMATION, enable it by default
-
nik authored
-
Rustam Vishnyakov authored
-
Svetlana.Zemlyanskaya authored
-
Tagir Valeev authored
-
Artemiy Sartakov authored
JavaFolding: added folding for multiline comments (IDEA-106702), added header for javadocs foldings (IDEA-144788)
-
Pavel Dolgov authored
-
Sergei Vorobyov authored
cleanup content entries
-
Nicolay Mitropolsky authored
-
Dmitry Batkovich authored
-
Tagir Valeev authored
-
Tagir Valeev authored
CreateLocalFromUsageFix, ExpectedTypesProvider fixes (incl. EA-134473 - assert: CreateLocalFromUsageFix.getAnchor)
-
Tagir Valeev authored
-
Daniil Ovchinnikov authored
- don't even create reference for binary expressions which are interactions: *, >> and >>>; - skip type check highlighting of such binary expressions; - skip type check highlighting of methods which are method constraints (method call references are still resolved).
-
Daniil Ovchinnikov authored
-