mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tips (PY-1292)
This commit is contained in:
@@ -151,36 +151,36 @@
|
||||
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"
|
||||
tip-file="Surround.html"
|
||||
first-show="5"
|
||||
successive-show="5"
|
||||
min-usage-count="4"
|
||||
/>
|
||||
<!--
|
||||
<feature
|
||||
id="codeassists.surroundwith.expression"
|
||||
tip-file="RSurroundWith.html"
|
||||
tip-file="Surround.html"
|
||||
first-show="6"
|
||||
successive-show="5"
|
||||
min-usage-count="3"
|
||||
/>
|
||||
<feature
|
||||
id="codeassists.comment.block"
|
||||
tip-file="RCommentCode.html"
|
||||
tip-file="CommentCode.html"
|
||||
first-show="6"
|
||||
successive-show="5"
|
||||
min-usage-count="3"
|
||||
/>
|
||||
-->
|
||||
<feature
|
||||
id="codeassists.comment.line"
|
||||
tip-file="RCommentCode.html"
|
||||
tip-file="Comment.html"
|
||||
first-show="6"
|
||||
successive-show="5"
|
||||
min-usage-count="3"
|
||||
/>
|
||||
-->
|
||||
</group>
|
||||
|
||||
<group id="refactoring">
|
||||
|
||||
Reference in New Issue
Block a user