mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
switch pycharm edu to webhelp
This commit is contained in:
-13
@@ -62,13 +62,6 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
|
||||
"PyCharm Edu"
|
||||
}
|
||||
|
||||
@Override
|
||||
void copyAdditionalFiles(BuildContext context, String targetDirectory) {
|
||||
super.copyAdditionalFiles(context, targetDirectory)
|
||||
context.ant.copy(file: "$context.paths.projectHome/help/pycharm-eduhelp.jar", todir: "$targetDirectory/help",
|
||||
failonerror: false, quiet: true)
|
||||
}
|
||||
|
||||
@Override
|
||||
String getBaseDownloadUrlForJre() { "https://download.jetbrains.com/python" }
|
||||
}
|
||||
@@ -86,11 +79,6 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
|
||||
"pycharm-edu-${applicationInfo.isEAP ? buildNumber : applicationInfo.fullVersion}"
|
||||
}
|
||||
|
||||
@Override
|
||||
void copyAdditionalFiles(BuildContext context, String targetDirectory) {
|
||||
context.ant.copy(file: "$context.paths.projectHome/help/pycharm-eduhelp.jar", todir: "$targetDirectory/help",
|
||||
failonerror: false, quiet: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,7 +88,6 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
|
||||
{
|
||||
icnsPath = "$pythonCommunityPath/educational-python/resources/PyCharmEdu.icns"
|
||||
bundleIdentifier = "com.jetbrains.pycharm"
|
||||
helpId = "PE"
|
||||
dmgImagePath = "$pythonCommunityPath/educational-python/build/DMG_background.png"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<update-urls check="http://www.jetbrains.com/updates/updates.xml"
|
||||
patches="http://download.jetbrains.com/python/"/>
|
||||
|
||||
<help file="pycharmhelp.jar" root="pycharm"/>
|
||||
<help webhelp-url="https://www.jetbrains.com/help/pycharm-edu"/>
|
||||
<documentation url="https://www.jetbrains.com/pycharm-edu/quickstart/"/>
|
||||
<support url="https://intellij-support.jetbrains.com/hc/en-us#"/>
|
||||
<feedback eap-url="https://youtrack.jetbrains.com/newissue?project=EDU&clearDraft=true&c=Affected+versions+$BUILD&description=$DESCR"
|
||||
|
||||
Reference in New Issue
Block a user