mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
29 lines
2.0 KiB
XML
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&product=PyCharm&build=$BUILD&os=$OS&timezone=$TIMEZONE"/>
|
|
<youtrack url="https://youtrack.jetbrains.com/newissue?project=PY&clearDraft=true&description=$DESCR"/>
|
|
<feedback url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
|
|
<whatsnew url="https://www.jetbrains.com/pycharm/whatsnew/"/>
|
|
<jetbrains-tv url="https://www.youtube.com/playlist?list=PLCTHcU1KoD99eyuXqUJHZy90-9jU2H2Y2"/>
|
|
</component>
|