mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:39:13 +07:00
(cherry picked from commit 675a1b5828c4b2570c386b469a440d5512713d02)
(cherry picked from commit a114659a11)
39 lines
1.8 KiB
XML
39 lines
1.8 KiB
XML
<!-- Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru).
|
|
Any modifications are available on the same license terms as the original source code.
|
|
-->
|
|
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<module value="com.intellij.modules.pycharm.community"/>
|
|
<module value="com.intellij.modules.python-core-capable"/>
|
|
<!-- for compatibility -->
|
|
<module value="com.intellij.platform.ide.provisioner"/>
|
|
<!-- for compatibility -->
|
|
|
|
<content>
|
|
<module name="intellij.platform.ide.newUiOnboarding"/>
|
|
<module name="intellij.ide.startup.importSettings"/>
|
|
<module name="intellij.platform.tips"/>
|
|
</content>
|
|
|
|
<xi:include href="/META-INF/common-ide-modules.xml"/>
|
|
|
|
<!--suppress XmlPathReference -->
|
|
<xi:include href="/META-INF/community-extensions.xml">
|
|
<xi:fallback/>
|
|
</xi:include>
|
|
|
|
<xi:include href="/META-INF/pycharm-core.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationService serviceInterface="com.intellij.openapi.application.IdeUrlTrackingParametersProvider"
|
|
serviceImplementation="com.intellij.ide.customization.UtmIdeUrlTrackingParametersProvider"
|
|
overrides="true"/>
|
|
<applicationService serviceInterface="com.intellij.platform.ide.customization.ExternalProductResourceUrls"
|
|
serviceImplementation="com.intellij.pycharm.community.customization.PyCharmExternalResourceUrls"
|
|
overrides="true"/>
|
|
<ide.newUiOnboarding ideHelpName="pycharm">
|
|
<remove stepId="codeWithMe"/>
|
|
</ide.newUiOnboarding>
|
|
</extensions>
|
|
</idea-plugin>
|