Files
openide/python/ideCoreSrc/idea/PyCharmCoreApplicationInfo.xml
Roman Shevchenko dd69ab1be1 [project] deprecating the unused //welcome-screen app. info element; dropping corresponding artwork
GitOrigin-RevId: 348ec027d82f8d98c3b99f69f7fbae95fe0f883b
2023-06-15 08:17:12 +00:00

29 lines
2.0 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. -->
<component xmlns="http://jetbrains.org/intellij/schema/application-info">
<version major="2023" minor="2" eap="true"/>
<company name="JetBrains s.r.o." url="https://www.jetbrains.com" copyrightStart="2010"/>
<build number="PC-__BUILD__" date="__BUILD_DATE__"/>
<logo url="/pycharm_core_logo.png"/>
<about url="/pycharm_core_about.png" logoX="540" logoY="300" logoW="100" logoH="100" foreground="ffffff"
copyrightForeground="ffffff" linkColor="589bf2"/>
<icon ico="PyCharmCore.ico" svg="/pycharm-ce.svg" svg-small="/pycharm-ce_16.svg"/>
<icon-eap svg="/pycharm-ce-eap.svg" svg-small="/pycharm-ce-eap_16.svg"/>
<names product="PyCharm" edition="Community Edition" script="pycharm" motto="Python IDE for Professional Developers"/>
<essential-plugin>PythonCore</essential-plugin>
<essential-plugin>com.jetbrains.pycharm.community.customization</essential-plugin>
<plugins url="https://plugins.jetbrains.com/"
builtin-url="__BUILTIN_PLUGINS_URL__"/>
<update-urls check="https://www.jetbrains.com/updates/updates.xml"
patches="https://download.jetbrains.com/python/"/>
<help webhelp-url="https://www.jetbrains.com/pycharm/webhelp"/>
<documentation url="https://www.jetbrains.com/pycharm/learn/"/>
<support url="https://intellij-support.jetbrains.com/hc/en-us/requests/new?ticket_form_id=66731&amp;product=PyCharm&amp;build=$BUILD&amp;os=$OS&amp;timezone=$TIMEZONE"/>
<youtrack url="https://youtrack.jetbrains.com/newissue?project=PY&amp;clearDraft=true&amp;description=$DESCR"/>
<feedback url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&amp;build=$BUILD&amp;timezone=$TIMEZONE&amp;eval=$EVAL"/>
<whatsnew url="https://www.jetbrains.com/pycharm/whatsnew/"/>
<jetbrains-tv url="https://www.youtube.com/playlist?list=PLCTHcU1KoD99eyuXqUJHZy90-9jU2H2Y2"/>
</component>