mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
correctly package Python tips (PY-429, PY-772)
This commit is contained in:
@@ -370,7 +370,7 @@ def layoutFull(String target, Set usedJars) {
|
||||
jar("extensions.jar") { module("extensions")}
|
||||
|
||||
jar("pycharm.jar") {
|
||||
implementationModules.each { module it}
|
||||
implementationModules.each { module it }
|
||||
zipfileset(src: "${home}/lib/client-api.jar")
|
||||
zipfileset(src: "${home}/lib/ideaLicenseDecoder.jar")
|
||||
}
|
||||
@@ -386,6 +386,7 @@ def layoutFull(String target, Set usedJars) {
|
||||
|
||||
jar("resources_en.jar") {
|
||||
module("platform-resources-en")
|
||||
zipfileset(src: "$home/python/resources/tips", prefix: "tips")
|
||||
}
|
||||
|
||||
jar("icons.jar") { module("icons") }
|
||||
|
||||
@@ -151,6 +151,7 @@
|
||||
successive-show="7">
|
||||
<dependency id="codeassists.quickjavadoc"/>
|
||||
</feature>
|
||||
<!-- TODO uncomment when Python specific tips are provided (PY-1292)
|
||||
<feature
|
||||
id="codeassists.surroundwith.statement"
|
||||
tip-file="RSurroundWith.html"
|
||||
@@ -179,6 +180,7 @@
|
||||
successive-show="5"
|
||||
min-usage-count="3"
|
||||
/>
|
||||
-->
|
||||
</group>
|
||||
|
||||
<group id="refactoring">
|
||||
|
||||
Reference in New Issue
Block a user