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
-
-
Viuginov Nickolay authored
RUBY-23795 IDEA-CR-45416
-
Viuginov Nickolay authored
This reverts commit cc49f487
-
Vladimir Krivosheev authored
-
Nicolay Mitropolsky authored
[jvm-lang] `updateMethodParametersRequest` added. `ExistingParameterWrapper` marked as not for public use
-
nik authored
cleanup: use lazy value and extract value into properties bundle for 'New Scratch File' action (IDEA-CR-44459)
-
nik authored
java: move components which should work in Java plugin from JavaIdePlugin.xml to JavaPlugin.xml and JavaActions.xml JavaIdePlugin.xml now contain components which are supposed to be included into Java IDEs (IntelliJ IDEA and Android Studio) but shouldn't be included into Java plugin which may be installed into other IntelliJ-based IDEs (IDEA-195719).
-
nik authored
'WEB_MODULE' resolves to WebModuleType in IntelliJ IDEA and to PlatformWebModuleType in WebStorm and PhpStorm, so WebModuleType.getInstance will fail with ClassCastException if it's invoked in WebStorm/PhpStorm and PlatformWebModuleType.getInstance will fail if it's invoked in IDEA. Now the both methods are deprecated and PlatformWebModuleType.getInstance which work in all IDEs is used instead. This is needed to use Java support as a plugin in WebStorm (IDEA-195719).
-
Daniil Ovchinnikov authored
-
Egor Ushakov authored
-
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
-