mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
Quick Change Inspection Profile
This commit is contained in:
@@ -431,7 +431,7 @@
|
||||
<action id="InspectCode" class="com.intellij.codeInspection.actions.CodeInspectionAction" text="_Inspect Code..." description="Inspect code"/>
|
||||
<action id="ViewOfflineInspection" class="com.intellij.codeInspection.actions.ViewOfflineResultsAction" text="View _Offline Inspection Results..." description="Load offline inspection results"/>
|
||||
<action id="ShowPackageDeps" class="com.intellij.packageDependencies.actions.AnalyzeDependenciesAction" text="Analyze _Dependencies..." description="Browse code choosen analysis item depends on" />
|
||||
<action id="ShowBackwardPackageDeps" class="com.intellij.packageDependencies.actions.BackwardDependenciesAction" text="Analyze _Backward Dependencies..." description="Browse code choosen analysis item depends on" />
|
||||
<action id="ShowBackwardPackageDeps" class="com.intellij.packageDependencies.actions.BackwardDependenciesAction" text="Analyze _Backward Dependencies..." description="Browse code choosen analysis item used in" />
|
||||
<action id="DupLocate" class="com.intellij.dupLocator.DuplocateAction" text="_Locate Duplicates..." description="Locate duplicate code in project" />
|
||||
</group>
|
||||
|
||||
@@ -765,6 +765,7 @@
|
||||
<action id="ChangeCodeStyleScheme" class="com.intellij.ide.actions.QuickChangeCodeStyleSchemeAction" text="Switch Code Style Scheme" description="Change current code style scheme"/>
|
||||
<action id="ChangeKeymap" class="com.intellij.ide.actions.QuickChangeKeymapAction" text="Switch Keymap" description="Change current keymap"/>
|
||||
<action id="ChangeLaf" class="com.intellij.ide.actions.QuickChangeLookAndFeel" text="Switch Look&Feel" description="Change current Look&Feel"/>
|
||||
<action id="ChangeInspectionProfile" class="com.intellij.ide.actions.QuickChangeInspectionProfileAction" text="Switch Editor Highlighting" description="Change current editor inspection profile"/>
|
||||
</group>
|
||||
|
||||
<group id="EditorTabPopupMenu">
|
||||
|
||||
Reference in New Issue
Block a user