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 .
- 11 Dec, 2018 1 commit
-
-
Kirill Smelov authored
-
- 10 Dec, 2018 39 commits
-
-
Sergey Malenkov authored
-
Kirill Kirichenko authored
-
Nicolay Mitropolsky authored
-
Eldar Abusalimov authored
Follow-up: IDEA-CR-41069 IDEA-177378: Support string escaping chars in registry key description
-
nik authored
It's not quite correct to show "2019.1 EAP" for such builds (e.g. in About popup and on Welcome page) because these builds aren't published as EAPs.
-
Dmitry Batkovich authored
-
Egor Ushakov authored
-
Dmitry.Krasilschikov authored
-
Dmitry.Krasilschikov authored
-
nik authored
Before there were no sane way to specify a version suffix other than "EAP" (e.g. "Preview", "Beta", or "RC"). (It was possible to append it to 'minor' or 'micro' attribute, but it's a hack which may cause problems.)
-
nik authored
-
Aleksey Pivovarov authored
fix regression after 685c39e4
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Konstantin Ulitin authored
-
Dmitry Batkovich authored
-
Nicolay Mitropolsky authored
`TestDataFilesReferencesContributor`, `TestDataReferenceContributor` made extend `UastInjectionHostReferenceProvider`
-
Nicolay Mitropolsky authored
-
Nicolay Mitropolsky authored
-
Nicolay Mitropolsky authored
-
Nicolay Mitropolsky authored
and `UastInjectionHostReferenceProvider` takes `PsiLanguageInjectionHost` from context
-
Nicolay Mitropolsky authored
[uast] `UastReferenceProviderAdapter` checks that references were added to the requested PSI element
-
Bas Leijdekkers authored
-
Daniil Ovchinnikov authored
-
Kirill Kirichenko authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Anton Tarasov authored
-
Anton Tarasov authored
-
Dmitry Batkovich authored
-
Artem Khvastunov authored
The commit is intended to split single `searchableOptions.xml` between modules, so it's possible for a plugin to provide its own searchable options. As a side effect, searchable options from disabled plugins aren't loaded. In the simple case, a configurable is created directly by a plugin, so it's possible to associate it with a module easily. In the more complex case, a configurable is created by the platform using a provider so the provider should be used to create an association. The new `com.intellij.openapi.options.SearchableConfigurable#getOriginalClass` method is intended to be a bridge between the configurable and the provider. Sometimes several providers are used to create a single configurable. In this case, `com.intellij.openapi.options.CompositeConfigurable` should be extended by the configurable to provide an access to sub-configurables. The build procedure is changed in a way that it adds newly created searchable options to appropriate jar files. It works for both the IDE and its plugins both bundled and non-bundled. The `traverseUI` command now has an additional flag. When set to `true`, it leads to searchable options be split on a per-module basis. Each file is located in a directory which is named after the module. Also, the module's name is used as the file's prefix e.g. `intellij.platform.ide.searchableOptions.xml`. Otherwise, the single `searchableOptions.xml` is created as it used to be before. The second way can be useful when the file is supposed to be stored in the code base. Such files are set to be ignored during the build.
-
Artem Khvastunov authored
-
Artem Khvastunov authored
-
Artem Khvastunov authored
-
Egor Ushakov authored
-
Eugene Petrenko authored
-