mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not show empty Refactoring popup group
This commit is contained in:
@@ -260,7 +260,7 @@
|
||||
</group>
|
||||
|
||||
<!-- Refactor -->
|
||||
<group id="RefactoringMenu" popup="true">
|
||||
<group id="RefactoringMenu" class="com.intellij.ide.actions.NonTrivialActionGroup" popup="true">
|
||||
<action id="Refactorings.QuickListPopupAction"
|
||||
class = "com.intellij.refactoring.actions.RefactoringQuickListPopupAction"
|
||||
text = "Refactor This..." description="Context aware popup with list of refactoring actions"/>
|
||||
|
||||
Reference in New Issue
Block a user