mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Make "Show Log in Finder" available outside of internal mode via Goto Action (IDEA-CR-57361)
GitOrigin-RevId: 8f34211b827b2e7165f10416ccefdd2e9654faef
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0d7aeed597
commit
39dd388b4a
@@ -382,6 +382,8 @@
|
||||
|
||||
<action id="IconsLoadTime" internal="true" class="com.intellij.internal.IconsLoadTime"/>
|
||||
|
||||
<action id="ShowLog" class="com.intellij.ide.actions.ShowLogAction"/>
|
||||
|
||||
<group id="MainMenu">
|
||||
<group id="FileMenu" popup="true">
|
||||
<group id="FileOpenGroup">
|
||||
@@ -727,7 +729,6 @@
|
||||
<action id="Performance.DumpThreads" class="com.intellij.ide.actions.DumpThreadsAction" internal="true"/>
|
||||
<separator/>
|
||||
<action id="LogDebugConfigure" class="com.intellij.ide.actions.DebugLogConfigureAction"/>
|
||||
<action id="ShowLog" class="com.intellij.ide.actions.ShowLogAction" internal="true"/>
|
||||
<action id="CollectTroubleshootingInformation" class="com.intellij.ide.actions.CollectTroubleshootingInformationAction" internal="true"/>
|
||||
</group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user