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
<component xmlns="http://jetbrains.org/intellij/schema/application-info"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://jetbrains.org/intellij/schema/application-info http://jetbrains.org/intellij/schema/ApplicationInfo.xsd">
|
|
<version major="2017" minor="3" eap="true"/>
|
|
<company name="JetBrains s.r.o." url="https://www.jetbrains.com/?fromIDE"/>
|
|
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
|
|
<logo url="/pycharm_core_logo.png" textcolor="000000" progressColor="08f5d6" progressX="114" progressY="278" progressHeight="3"/>
|
|
<about url="/pycharm_core_about.png" logoX="540" logoY="300" logoW="100" logoH="100" foreground="313131"
|
|
copyrightForeground="313131" linkColor="1f29b2"/>
|
|
<icon size32="/PyCharmCore32.png" size16="/PyCharmCore16.png" ico="PyCharmCore.ico"/>
|
|
<package code="__PACKAGE_CODE__"/>
|
|
<names product="PyCharm" edition="Community Edition" script="charm"/>
|
|
|
|
<welcome-screen logo-url="/PyCharmCoreWelcomeScreen.png"/>
|
|
|
|
<plugins url="http://plugins.jetbrains.com/"/>
|
|
<update-urls check="http://www.jetbrains.com/updates/updates.xml"
|
|
patches="http://download.jetbrains.com/python/"/>
|
|
|
|
<help webhelp-url="https://www.jetbrains.com/pycharm/webhelp"/>
|
|
<documentation url="https://www.jetbrains.com/pycharm/documentation"/>
|
|
<support url="https://intellij-support.jetbrains.com/hc/en-us#"/>
|
|
<feedback eap-url="https://youtrack.jetbrains.com/newissue?project=PY&clearDraft=true&c=Affected+versions+$BUILD&description=$DESCR"
|
|
release-url="https://www.jetbrains.com/feedback/feedback.jsp?product=PyCharm&build=$BUILD&timezone=$TIMEZONE&eval=$EVAL"/>
|
|
<whatsnew url="https://www.jetbrains.com/pycharm/whatsnew/index.html"/>
|
|
<third-party url="https://confluence.jetbrains.com/display/PYH/Third-Party+Software+Used+by+PyCharm"/>
|
|
<jetbrains-tv url="https://www.youtube.com/playlist?list=PLQ176FUIyIUY5Ii58pzoZhS_3qIBL80nz"/>
|
|
</component>
|