mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
IDEA-299723 Edit min usage count of the features
GitOrigin-RevId: 1a17321fce8c1ec996f81f25148a2fb8137b0d92
This commit is contained in:
committed by
intellij-monorepo-bot
parent
67c32ff052
commit
ed9c126f63
@@ -3,7 +3,7 @@
|
||||
<feature
|
||||
id="navigation.goto.implementation"
|
||||
tip-id="GoToImplementation"
|
||||
min-usage-count="10"
|
||||
min-usage-count="5"
|
||||
first-show="2"
|
||||
successive-show="5"
|
||||
utility-score="4">
|
||||
@@ -15,7 +15,7 @@
|
||||
<feature
|
||||
id="editing.completion.smarttype.general"
|
||||
tip-id="SmartTypeCompletion"
|
||||
min-usage-count="10"
|
||||
min-usage-count="5"
|
||||
first-show="2"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -24,7 +24,7 @@
|
||||
<feature
|
||||
id="editing.completion.smarttype.afternew"
|
||||
tip-id="SmartTypeAfterNew"
|
||||
min-usage-count="7"
|
||||
min-usage-count="3"
|
||||
first-show="3"
|
||||
successive-show="4"
|
||||
utility-score="3"
|
||||
@@ -32,7 +32,7 @@
|
||||
<feature
|
||||
id="editing.completion.smarttype.casting"
|
||||
tip-id="SmartTypeCasting"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
first-show="5"
|
||||
successive-show="7"
|
||||
utility-score="3"
|
||||
@@ -40,7 +40,7 @@
|
||||
<feature
|
||||
id="editing.completion.second.basic"
|
||||
tip-id="SecondBasicClassNameCompletion"
|
||||
min-usage-count="8"
|
||||
min-usage-count="5"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -50,7 +50,7 @@
|
||||
<feature
|
||||
id="editing.completion.second.smarttype.chain"
|
||||
tip-id="SecondSmartCompletionChain"
|
||||
min-usage-count="8"
|
||||
min-usage-count="3"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -59,7 +59,7 @@
|
||||
<feature
|
||||
id="editing.completion.second.smarttype.toar"
|
||||
tip-id="SecondSmartCompletionToar"
|
||||
min-usage-count="8"
|
||||
min-usage-count="2"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -68,7 +68,7 @@
|
||||
<feature
|
||||
id="editing.completion.second.smarttype.aslist"
|
||||
tip-id="SecondSmartCompletionAsList"
|
||||
min-usage-count="8"
|
||||
min-usage-count="2"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -77,7 +77,7 @@
|
||||
<feature
|
||||
id="editing.completion.second.smarttype.array.member"
|
||||
tip-id="SecondSmartCompletionArrayMember"
|
||||
min-usage-count="8"
|
||||
min-usage-count="2"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -86,7 +86,7 @@
|
||||
<feature
|
||||
id="editing.completion.global.member.name"
|
||||
tip-id="CompletionImportStatic"
|
||||
min-usage-count="8"
|
||||
min-usage-count="3"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -94,7 +94,7 @@
|
||||
<feature
|
||||
id="editing.completion.finishByExclamation"
|
||||
tip-id="FinishByExclamation"
|
||||
min-usage-count="4"
|
||||
min-usage-count="3"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
utility-score="2">
|
||||
@@ -105,7 +105,7 @@
|
||||
<feature
|
||||
id="editing.completion.variable.name"
|
||||
tip-id="VariableNameCompletion"
|
||||
min-usage-count="7"
|
||||
min-usage-count="5"
|
||||
first-show="5"
|
||||
successive-show="3"
|
||||
utility-score="3"
|
||||
@@ -113,7 +113,7 @@
|
||||
<feature
|
||||
id="editing.completion.finishBySmartEnter"
|
||||
tip-id="FinishBySmartEnter"
|
||||
min-usage-count="7"
|
||||
min-usage-count="5"
|
||||
first-show="4"
|
||||
successive-show="8"
|
||||
utility-score="3">
|
||||
@@ -126,6 +126,7 @@
|
||||
<feature
|
||||
id="move.element.left.right"
|
||||
tip-id="ChangeSignatureAfterMovingParameters"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-action id="MoveElementLeft"/>
|
||||
<track-action id="MoveElementRight"/>
|
||||
@@ -156,7 +157,7 @@
|
||||
tip-id="HighlightImplements"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
utility-score="3"
|
||||
/>
|
||||
<feature
|
||||
@@ -164,7 +165,7 @@
|
||||
tip-id="HighlightMethodExitPoint"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
utility-score="3"
|
||||
/>
|
||||
<feature
|
||||
@@ -172,7 +173,7 @@
|
||||
tip-id="HighlightThrows"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
utility-score="3"
|
||||
/>
|
||||
</group>
|
||||
@@ -240,6 +241,7 @@
|
||||
<feature id="intentions.fix.javadoc"
|
||||
tip-id="FixDocComment"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-intention class-name="com.intellij.codeInspection.javaDoc.JavaDocReferenceInspection$RemoveTagFix"/>
|
||||
<track-intention class-name="com.intellij.codeInspection.javaDoc.JavaDocReferenceInspection$RenameReferenceQuickFix"/>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
id="vcs.show.quick.list"
|
||||
tip-id="VcsQuickList"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="Vcs.QuickListPopupAction"/>
|
||||
</feature>
|
||||
@@ -12,6 +13,7 @@
|
||||
id="vcs.pull.requests"
|
||||
tip-id="pull_requests"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-action id="Github.View.Pull.Request"/>
|
||||
</feature>
|
||||
@@ -20,6 +22,7 @@
|
||||
id="vcs.use.integration"
|
||||
tip-id="VCS_general"
|
||||
show-in-guide="false"
|
||||
min-usage-count="5"
|
||||
utility-score="4">
|
||||
<track-action id="ActivateVersionControlToolWindow"/>
|
||||
<track-action id="CheckinProject"/>
|
||||
@@ -29,6 +32,7 @@
|
||||
id="vcs.compare.file.versions"
|
||||
tip-id="Compare"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-action id="Compare.Selected"/>
|
||||
<track-action id="Git.CompareWithBranch"/>
|
||||
@@ -48,6 +52,7 @@
|
||||
id="vcs.annotate"
|
||||
tip-id="AnnotationsAndDiffs"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="Annotate"/>
|
||||
</feature>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
tip-id="SearchEverywhere"
|
||||
first-show="1"
|
||||
successive-show="1"
|
||||
min-usage-count="1"
|
||||
min-usage-count="5"
|
||||
utility-score="5">
|
||||
<track-action id="SearchEverywhere"/>
|
||||
</feature>
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<feature id="navigation.popup.file"
|
||||
tip-id="GoToFile"
|
||||
min-usage-count="2"
|
||||
min-usage-count="3"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
utility-score="4">
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
<feature id="navigation.popup.symbol"
|
||||
tip-id="GoToSymbol"
|
||||
min-usage-count="3"
|
||||
first-show="5"
|
||||
successive-show="8"
|
||||
utility-score="3">
|
||||
@@ -40,7 +41,7 @@
|
||||
tip-id="GoToAction"
|
||||
first-show="7"
|
||||
successive-show="3"
|
||||
min-usage-count="1"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="GotoAction"/>
|
||||
</feature>
|
||||
@@ -88,6 +89,7 @@
|
||||
<feature id="navigation.recent.locations"
|
||||
tip-id="recent-locations"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="4">
|
||||
<track-action id="RecentLocations"/>
|
||||
</feature>
|
||||
@@ -122,13 +124,14 @@
|
||||
<feature id="navigation.find.usages"
|
||||
tip-id="find_usages"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-action id="FindUsages"/>
|
||||
</feature>
|
||||
|
||||
<feature id="navigation.goto.inspection"
|
||||
tip-id="GoToInspection"
|
||||
min-usage-count="3"
|
||||
min-usage-count="1"
|
||||
first-show="5"
|
||||
successive-show="5"
|
||||
utility-score="2">
|
||||
@@ -138,6 +141,7 @@
|
||||
<feature id="navigation.goto.file.line"
|
||||
tip-id="GotoLineInFile"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3"
|
||||
/>
|
||||
|
||||
@@ -180,7 +184,7 @@
|
||||
|
||||
<feature id="navigation.replace"
|
||||
tip-id="FindReplaceToggle"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="Replace"/>
|
||||
</feature>
|
||||
@@ -213,7 +217,7 @@
|
||||
|
||||
<feature id="editing.completion.replace"
|
||||
tip-id="TabInLookups"
|
||||
min-usage-count="10"
|
||||
min-usage-count="5"
|
||||
first-show="6"
|
||||
successive-show="8"
|
||||
utility-score="4">
|
||||
@@ -224,14 +228,14 @@
|
||||
tip-id="CompleteStatement"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
min-usage-count="10"
|
||||
min-usage-count="5"
|
||||
utility-score="3">
|
||||
<track-action id="EditorChooseLookupItemCompleteStatement"/>
|
||||
</feature>
|
||||
|
||||
<feature id="editing.completion.finishByCtrlDot"
|
||||
tip-id="CtrlDotInLookups"
|
||||
min-usage-count="7"
|
||||
min-usage-count="5"
|
||||
first-show="4"
|
||||
successive-show="8"
|
||||
utility-score="3">
|
||||
@@ -240,7 +244,7 @@
|
||||
|
||||
<feature id="editing.completion.finishByDotEtc"
|
||||
tip-id="DotEtcInLookups"
|
||||
min-usage-count="7"
|
||||
min-usage-count="3"
|
||||
first-show="4"
|
||||
successive-show="8"
|
||||
utility-score="3"
|
||||
@@ -256,7 +260,7 @@
|
||||
|
||||
<feature id="editing.completion.cancelByControlArrows"
|
||||
tip-id="CancelByControlArrows"
|
||||
min-usage-count="10"
|
||||
min-usage-count="3"
|
||||
first-show="2"
|
||||
successive-show="3"
|
||||
utility-score="2">
|
||||
@@ -266,7 +270,7 @@
|
||||
|
||||
<feature id="editing.completion.changeSorting"
|
||||
tip-id="ChangeSorting"
|
||||
min-usage-count="10"
|
||||
min-usage-count="1"
|
||||
first-show="2"
|
||||
successive-show="3"
|
||||
utility-score="2">
|
||||
@@ -275,7 +279,7 @@
|
||||
|
||||
<feature id="editing.completion.postfix"
|
||||
tip-id="PostfixCompletion"
|
||||
min-usage-count="10"
|
||||
min-usage-count="5"
|
||||
first-show="2"
|
||||
successive-show="3"
|
||||
utility-score="3"
|
||||
@@ -322,7 +326,7 @@
|
||||
|
||||
<feature id="editor.delete.line"
|
||||
tip-id="DeleteLine"
|
||||
min-usage-count="1"
|
||||
min-usage-count="3"
|
||||
first-show="2"
|
||||
successive-show="1"
|
||||
utility-score="3">
|
||||
@@ -332,13 +336,14 @@
|
||||
<feature id="editing.duplicate"
|
||||
tip-id="CtrlD"
|
||||
show-in-guide="false"
|
||||
min-usage-count="5"
|
||||
utility-score="4">
|
||||
<track-action id="EditorDuplicate"/>
|
||||
</feature>
|
||||
|
||||
<feature id="scratch"
|
||||
tip-id="Scratch"
|
||||
min-usage-count="10"
|
||||
min-usage-count="3"
|
||||
first-show="2"
|
||||
successive-show="3"
|
||||
utility-score="4">
|
||||
@@ -347,6 +352,7 @@
|
||||
|
||||
<feature id="editing.add.carets.using.double.ctrl"
|
||||
tip-id="Multicursor"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-action id="EditorCloneCaretAbove"/>
|
||||
<track-action id="EditorCloneCaretBelow"/>
|
||||
@@ -354,6 +360,7 @@
|
||||
|
||||
<feature id="editing.convert.line.separators"
|
||||
tip-id="LineEndings"
|
||||
min-usage-count="1"
|
||||
utility-score="1">
|
||||
<track-action id="ConvertToMacLineSeparators"/>
|
||||
<track-action id="ConvertToWindowsLineSeparators"/>
|
||||
@@ -363,6 +370,7 @@
|
||||
<feature id="editing.move.statement.up.down"
|
||||
tip-id="MoveUpDown"
|
||||
show-in-guide="false"
|
||||
min-usage-count="5"
|
||||
utility-score="3">
|
||||
<track-action id="MoveStatementUp"/>
|
||||
<track-action id="MoveStatementDown"/>
|
||||
@@ -371,6 +379,7 @@
|
||||
<feature id="editing.join.lines"
|
||||
tip-id="JoinLines"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-action id="EditorJoinLines"/>
|
||||
</feature>
|
||||
@@ -378,6 +387,7 @@
|
||||
<feature id="editing.clipboard.history"
|
||||
tip-id="ClipboardStack"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="PasteMultiple"/>
|
||||
</feature>
|
||||
@@ -385,6 +395,7 @@
|
||||
<feature id="editing.compare.editor.with.clipboard"
|
||||
tip-id="CompareEditorWithClipboard"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-action id="CompareClipboardWithSelection"/>
|
||||
</feature>
|
||||
@@ -392,6 +403,7 @@
|
||||
<feature id="editing.copy.reference"
|
||||
tip-id="CopyPasteReference"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-action id="CopyReference"/>
|
||||
<track-action id="CopyReferencePopupGroup"/>
|
||||
@@ -400,6 +412,7 @@
|
||||
<feature id="editing.copy.line"
|
||||
tip-id="CopyWithNoSelection"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="3"
|
||||
/>
|
||||
|
||||
@@ -415,7 +428,7 @@
|
||||
<group id="codeassists">
|
||||
<feature id="codeassists.quickjavadoc"
|
||||
tip-id="QuickJavaDoc"
|
||||
min-usage-count="3"
|
||||
min-usage-count="5"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
utility-score="4">
|
||||
@@ -424,7 +437,7 @@
|
||||
|
||||
<feature id="codeassists.quickdefinition"
|
||||
tip-id="CtrlShiftI"
|
||||
min-usage-count="9"
|
||||
min-usage-count="5"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
utility-score="4">
|
||||
@@ -433,7 +446,7 @@
|
||||
|
||||
<feature id="codeassists.quickdefinition.lookup"
|
||||
tip-id="CtrlShiftIForLookup"
|
||||
min-usage-count="1"
|
||||
min-usage-count="2"
|
||||
first-show="5"
|
||||
successive-show="7"
|
||||
utility-score="3">
|
||||
@@ -442,7 +455,7 @@
|
||||
|
||||
<feature id="codeassists.quickjavadoc.lookup"
|
||||
tip-id="QuickJavaDocInLookups"
|
||||
min-usage-count="1"
|
||||
min-usage-count="2"
|
||||
first-show="5"
|
||||
successive-show="7"
|
||||
utility-score="3">
|
||||
@@ -451,7 +464,7 @@
|
||||
|
||||
<feature id="codeassists.quickjavadoc.ctrln"
|
||||
tip-id="QuickJavaDocInLookups"
|
||||
min-usage-count="1"
|
||||
min-usage-count="2"
|
||||
first-show="5"
|
||||
successive-show="7"
|
||||
utility-score="3">
|
||||
@@ -462,7 +475,7 @@
|
||||
tip-id="CommentCode"
|
||||
first-show="6"
|
||||
successive-show="5"
|
||||
min-usage-count="3"
|
||||
min-usage-count="7"
|
||||
utility-score="5">
|
||||
<track-action id="CommentByLineComment"/>
|
||||
</feature>
|
||||
@@ -471,13 +484,14 @@
|
||||
tip-id="OverrideImplementMethods"
|
||||
first-show="3"
|
||||
successive-show="6"
|
||||
min-usage-count="7"
|
||||
min-usage-count="3"
|
||||
utility-score="4"
|
||||
/>
|
||||
|
||||
<feature id="codeassists.highlight.usages"
|
||||
tip-id="HighlightUsagesInFile"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="HighlightUsagesInFile"/>
|
||||
</feature>
|
||||
@@ -485,7 +499,7 @@
|
||||
<feature id="codeassist.inspect.batch"
|
||||
tip-id="InspectCode"
|
||||
first-show="3"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
successive-show="5"
|
||||
utility-score="3">
|
||||
<track-action id="InspectCode"/>
|
||||
@@ -493,7 +507,7 @@
|
||||
|
||||
<feature id="codeassists.parameterInfo"
|
||||
tip-id="ParameterInfo"
|
||||
min-usage-count="3"
|
||||
min-usage-count="5"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
utility-score="4">
|
||||
@@ -521,14 +535,14 @@
|
||||
tip-id="SurroundWith"
|
||||
first-show="5"
|
||||
successive-show="5"
|
||||
min-usage-count="4"
|
||||
min-usage-count="3"
|
||||
utility-score="4">
|
||||
<track-action id="SurroundWith"/>
|
||||
</feature>
|
||||
|
||||
<feature id="refactoring.introduceVariable"
|
||||
tip-id="IntroduceVariable"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
first-show="1"
|
||||
successive-show="3"
|
||||
utility-score="4"
|
||||
@@ -536,7 +550,7 @@
|
||||
|
||||
<feature id="refactoring.introduceVariable.incompleteStatement"
|
||||
tip-id="IntroduceVariableIncompleteCode"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
first-show="3"
|
||||
successive-show="7"
|
||||
utility-score="2"
|
||||
@@ -544,7 +558,7 @@
|
||||
|
||||
<feature id="refactoring.rename"
|
||||
tip-id="Rename"
|
||||
min-usage-count="2"
|
||||
min-usage-count="5"
|
||||
first-show="1"
|
||||
successive-show="3"
|
||||
utility-score="5">
|
||||
@@ -554,13 +568,14 @@
|
||||
<feature id="refactoring.show.quick.list"
|
||||
tip-id="RefactorThis"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-action id="Refactorings.QuickListPopupAction"/>
|
||||
</feature>
|
||||
|
||||
<feature id="refactoring.extractMethod"
|
||||
tip-id="ExtractMethod"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
first-show="1"
|
||||
successive-show="3"
|
||||
utility-score="3">
|
||||
@@ -582,7 +597,7 @@
|
||||
tip-id="QuickSwitchScheme"
|
||||
first-show="7"
|
||||
successive-show="3"
|
||||
min-usage-count="1"
|
||||
min-usage-count="2"
|
||||
utility-score="4">
|
||||
<track-action id="QuickChangeScheme"/>
|
||||
</feature>
|
||||
@@ -591,7 +606,7 @@
|
||||
tip-id="RecentChanges"
|
||||
first-show="5"
|
||||
successive-show="5"
|
||||
min-usage-count="1"
|
||||
min-usage-count="2"
|
||||
utility-score="2">
|
||||
<track-action id="RecentChanges"/>
|
||||
</feature>
|
||||
@@ -600,7 +615,7 @@
|
||||
tip-id="HorizontalScrolling"
|
||||
first-show="1"
|
||||
successive-show="1"
|
||||
min-usage-count="1"
|
||||
min-usage-count="3"
|
||||
utility-score="3"
|
||||
/>
|
||||
|
||||
@@ -608,7 +623,7 @@
|
||||
tip-id="RecentSearch"
|
||||
first-show="10"
|
||||
successive-show="3"
|
||||
min-usage-count="5"
|
||||
min-usage-count="3"
|
||||
utility-score="3">
|
||||
<track-action id="com.intellij.find.SearchTextArea$ShowHistoryAction"/>
|
||||
</feature>
|
||||
@@ -616,6 +631,7 @@
|
||||
<feature id="ui.close.other.editors"
|
||||
tip-id="CloseOthers"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-action id="CloseAllEditorsButActive"/>
|
||||
</feature>
|
||||
@@ -623,6 +639,7 @@
|
||||
<feature id="ui.close.all.editors"
|
||||
tip-id="Close_all_editor_tabs"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-action id="CloseAllEditors"/>
|
||||
</feature>
|
||||
@@ -664,18 +681,21 @@
|
||||
<group id="debugger">
|
||||
<feature id="debugger.breakpoint.edit"
|
||||
tip-id="BreakpointSpeedmenu"
|
||||
min-usage-count="5"
|
||||
utility-score="4">
|
||||
<track-action id="com.intellij.xdebugger.impl.actions.EditBreakpointAction$ContextAction"/>
|
||||
</feature>
|
||||
|
||||
<feature id="debugger.evaluate.expression"
|
||||
tip-id="EvaluateExpression"
|
||||
min-usage-count="5"
|
||||
utility-score="4"
|
||||
/>
|
||||
|
||||
<feature id="debugger.breakpoint.non.suspending"
|
||||
tip-id="NonSuspendingBreakpoints"
|
||||
show-in-guide="false"
|
||||
min-usage-count="3"
|
||||
utility-score="4"
|
||||
/>
|
||||
</group>
|
||||
@@ -696,6 +716,7 @@
|
||||
<feature id="vcs.show.local.history"
|
||||
tip-id="local_history"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="4">
|
||||
<track-action id="LocalHistory.ShowHistory"/>
|
||||
</feature>
|
||||
@@ -706,6 +727,7 @@
|
||||
<feature id="intentions.check.regexp"
|
||||
tip-id="CheckRegExp"
|
||||
show-in-guide="false"
|
||||
min-usage-count="2"
|
||||
utility-score="3">
|
||||
<track-intention class-name="org.intellij.lang.regexp.intention.CheckRegExpIntentionAction"/>
|
||||
</feature>
|
||||
|
||||
Reference in New Issue
Block a user