mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
36 lines
1.7 KiB
XML
36 lines
1.7 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"/>
|
|
|
|
<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>
|