mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IDEA-299725 Move common navigation features to platform
GitOrigin-RevId: 6da3d6aa72e46eff4bae10c244b66e715f82c1ba
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dc45f07ac7
commit
5b3a9cc434
@@ -1,85 +1,4 @@
|
||||
<component>
|
||||
<group id="navigation">
|
||||
<feature
|
||||
id="navigation.popup.class"
|
||||
tip-id="GoToClass"
|
||||
min-usage-count="3"
|
||||
first-show="1"
|
||||
successive-show="5"/>
|
||||
<feature
|
||||
id="navigation.popup.file"
|
||||
tip-id="GoToFile"
|
||||
min-usage-count="2"
|
||||
first-show="3"
|
||||
successive-show="5"/>
|
||||
<feature
|
||||
id="navigation.popup.symbol"
|
||||
tip-id="GoToSymbol"
|
||||
first-show="5"
|
||||
successive-show="8"/>
|
||||
<feature
|
||||
id="SearchEverywhere"
|
||||
tip-id="SearchEverywhere"
|
||||
first-show="1"
|
||||
successive-show="1"
|
||||
min-usage-count="1"
|
||||
/>
|
||||
<feature
|
||||
id="navigation.popup.camelprefix"
|
||||
tip-id="CamelPrefixesInNavigationPopups"
|
||||
min-usage-count="3"
|
||||
first-show="4"
|
||||
successive-show="7">
|
||||
<dependency id="navigation.popup.class"/>
|
||||
<dependency id="navigation.popup.file"/>
|
||||
<dependency id="navigation.popup.symbol"/>
|
||||
</feature>
|
||||
<feature
|
||||
id="navigation.popup.wildcards"
|
||||
tip-id="WildcardsInNavigationPopups"
|
||||
min-usage-count="2"
|
||||
first-show="3"
|
||||
successive-show="5">
|
||||
<dependency id="navigation.popup.class"/>
|
||||
<dependency id="navigation.popup.file"/>
|
||||
<dependency id="navigation.popup.symbol"/>
|
||||
</feature>
|
||||
<feature
|
||||
id="navigation.popup.file.structure"
|
||||
tip-id="FileStructurePopup"
|
||||
min-usage-count="3"
|
||||
first-show="2"
|
||||
successive-show="5"
|
||||
/>
|
||||
<feature
|
||||
id="navigation.recent.files"
|
||||
tip-id="RecentFiles"
|
||||
min-usage-count="3"
|
||||
first-show="3"
|
||||
successive-show="5"
|
||||
/>
|
||||
<feature
|
||||
id="navigation.select.in"
|
||||
tip-id="SelectIn"
|
||||
min-usage-count="3"
|
||||
first-show="4"
|
||||
successive-show="7"
|
||||
/>
|
||||
<feature
|
||||
id="navigation.goto.declaration"
|
||||
tip-id="GoToDeclaration"
|
||||
min-usage-count="15"
|
||||
first-show="1"
|
||||
successive-show="4"
|
||||
/>
|
||||
<feature
|
||||
id="navigation.goto.usages"
|
||||
tip-id="ShowUsages"
|
||||
min-usage-count="3"
|
||||
first-show="5"
|
||||
successive-show="5"/>
|
||||
</group>
|
||||
|
||||
<group id="completion">
|
||||
<feature
|
||||
id="editing.completion.basic"
|
||||
@@ -259,12 +178,6 @@
|
||||
first-show="7"
|
||||
successive-show="3"
|
||||
min-usage-count="1"/>
|
||||
<feature
|
||||
id="navigation.goto.inspection"
|
||||
tip-id="GoToInspection"
|
||||
min-usage-count="3"
|
||||
first-show="5"
|
||||
successive-show="5"/>
|
||||
<feature id="find.recent.search"
|
||||
tip-id="RecentSearch"
|
||||
first-show="10"
|
||||
|
||||
Reference in New Issue
Block a user