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 .
- 16 Apr, 2019 40 commits
-
-
Dmitry Kozhevnikov authored
-
Dmitry Kozhevnikov authored
-
Dmitry Kozhevnikov authored
-
Dmitry Kozhevnikov authored
-
Nikita Skvortsov authored
-
Alexey Kudravtsev authored
add more explaining, warnings and justifications on mySegment is special-cased to null in NULL_FILE (IDEA-CR-46034)
-
Pavel Dolgov authored
Java: Use 'enum' keyword for enums in quick doc. Don't show 'final' and 'static' in that case - JLS 8.9 (IDEA-175215)
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Konstantin Aleev authored
-
Vladimir.Orlov authored
PY-35103 Running "pycharm.bat" complains "cannot find VM options file" if the custom VM options file was created
-
Dmitry Batkovich authored
-
Vladislav.Soroka authored
-
Vladislav.Soroka authored
-
Yann Cébron authored
-
Yann Cébron authored
-
Daniil Ovchinnikov authored
[groovy] check if groovy file is inside sources before checking if `Field` identifier is in this file (IDEA-211117) There are no indexes for files outside source roots and `#hasIdentifierInFile` always returns `false`.
-
Egor Ushakov authored
-
Dennis Ushakov authored
-
Konstantin Aleev authored
-
Konstantin Aleev authored
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Daniil Ovchinnikov authored
It adds tools.jar unnecessarily; and it doesn't make sense in environments without full Groovy SDK (e.g. Maven).
-
Roman Shevchenko authored
-
Sergey Malenkov authored
-
Roman Shevchenko authored
-
Dmitry Jemerov authored
-
Roman Vasiliev authored
-
Tagir Valeev authored
-
nik authored
When 'def' is used the return type is seen as Object from other files leading to unnecessary warnings in code.
-
nik authored
build scripts: publish modules which required to build IntelliJ IDEA from sources as Maven artifacts (IDEA-194151) Newly introduced 'intellij.tools.jps.buildScriptDependencies' module contains all dependencies which are required to invoke build scripts for IntelliJ-based IDEs. The build scripts was updated to support generation of Maven artifacts from modules without sources. antlayout.jar was rebuilt from sources to include changes in JarContainer.
-
Nikita Skvortsov authored
-
Vladislav.Soroka authored
-
Vladislav.Soroka authored
-
Vladimir Krivosheev authored
netty-codec-http2-4.1.34.Final.jar 407 KB
-
Vladimir Krivosheev authored
netty-codec-socks-4.1.34.Final.jar 119 KB netty-handler-proxy-4.1.34.Final.jar 22 KB This year TeamCity plugin will be migrated to REST API and opposite to Upsource will use http client that based on Netty (highly likely). But problem is that since 2018.2 IntelliJ Platform doesn't bundle netty proxy handler classes anymore. Now it is fixed (probably will be cherry-picked to 191). It is tricky question should 3rd-party plugin bundle own plugin version or not, but in case of http client it is not only about reducing plugin download size and final class path, but about reusing resources (in case of netty - threads/buffers/so on).
-
Tagir Valeev authored
-
Tagir Valeev authored
Inline method: automatically convert to "continue"; automatically transform method body to single return when possible Fixes IDEA-37432 "Inline Method refactoring is not supported when return statement interrupts the execution flow" is wrong Fixes IDEA-158665 Support Inline Method refactoring when return statement interrupts the execution flow Fixes IDEA-180007 Inline method with returns should work when inlining point is the only expression in a loop or lambda body
-