mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove some of the duplicate action registrations for Welcome screen (IDEA-218905)
GitOrigin-RevId: 6790155e07939aede3c11bc6d0b7b372038be882
This commit is contained in:
committed by
intellij-monorepo-bot
parent
eee874a12e
commit
b3a471390c
@@ -1117,6 +1117,7 @@ action.Help.JetBrainsTV.text=_Demos and Screencasts
|
||||
action.Help.JetBrainsTV.description=View short live demos introducing features of JetBrains products.
|
||||
action.CheckForUpdate.text=_Check for Updates...
|
||||
action.CheckForUpdate.description=Checks for available IDE and plugin updates
|
||||
action.CheckForUpdate.WelcomeScreen.text=Check for Updates
|
||||
action.CheckForUpdate.text.plugins=_Check for Plugin Updates...
|
||||
action.CheckForUpdate.description.plugins=Checks for available plugin updates
|
||||
action.About.text=_About
|
||||
@@ -1491,9 +1492,6 @@ action.WelcomeScreen.Plugins.description=Manage installed plugins and download n
|
||||
action.WelcomeScreen.Configure.Import.text=Import Settings...
|
||||
action.WelcomeScreen.Configure.Export.text=Export Settings
|
||||
action.WelcomeScreen.Configure.RestoreDefault.text=Restore Default Settings...
|
||||
action.WelcomeScreen.Configure.CollectZippedLogs.text=Collect Logs and Diagnostic Data
|
||||
action.WelcomeScreen.Configure.Properties.text=Edit Custom Properties...
|
||||
action.WelcomeScreen.Configure.VMOptions.text=Edit Custom VM Options...
|
||||
action.WelcomeScreen.Configure.DesktopEntry.text=Create Desktop Entry
|
||||
action.WelcomeScreen.Configure.DesktopEntry.description=Create a desktop entry for integration with system application menu
|
||||
|
||||
@@ -1929,7 +1927,6 @@ action.NextTemplateParameter.text=Next Live Template Parameter
|
||||
action.PrevTemplateParameter.text=Previous Live Template Parameter
|
||||
action.Performance.DumpThreads.text=Dump Threads
|
||||
action.CollectTroubleshootingInformation.text=Collect Troubleshooting Information
|
||||
action.WelcomeScreen.Update.text=Check for Updates
|
||||
action.WelcomeScreen.OpenSelected.text=Open Selected
|
||||
action.WelcomeScreen.NewGroup.text=New Project Group
|
||||
action.WelcomeScreen.EditGroup.text=Edit...
|
||||
|
||||
@@ -768,7 +768,9 @@
|
||||
<action id="EditCustomProperties" class="com.intellij.ide.actions.EditCustomPropertiesAction"/>
|
||||
<action id="EditCustomVmOptions" class="com.intellij.ide.actions.EditCustomVmOptionsAction"/>
|
||||
<separator/>
|
||||
<action id="CheckForUpdate" class="com.intellij.openapi.updateSettings.impl.CheckForUpdateAction"/>
|
||||
<action id="CheckForUpdate" class="com.intellij.openapi.updateSettings.impl.CheckForUpdateAction">
|
||||
<override-text place="WelcomeScreen"/>
|
||||
</action>
|
||||
<action id="About" class="com.intellij.ide.actions.AboutAction"/>
|
||||
<separator/>
|
||||
</group>
|
||||
@@ -876,25 +878,25 @@
|
||||
icon="AllIcons.ToolbarDecorator.Export"/>
|
||||
<action id="WelcomeScreen.Configure.RestoreDefault" class="com.intellij.configurationStore.RestoreDefaultSettingsAction"/>
|
||||
|
||||
<action id="WelcomeScreen.Configure.CollectZippedLogs" class="com.intellij.ide.actions.CollectZippedLogsAction"/>
|
||||
<reference ref="CollectZippedLogs"/>
|
||||
|
||||
<action id="WelcomeScreen.Configure.Properties" class="com.intellij.ide.actions.EditCustomPropertiesAction"/>
|
||||
<action id="WelcomeScreen.Configure.VMOptions" class="com.intellij.ide.actions.EditCustomVmOptionsAction"/>
|
||||
<reference ref="EditCustomProperties"/>
|
||||
<reference ref="EditCustomVmOptions"/>
|
||||
|
||||
<action id="WelcomeScreen.Configure.DesktopEntry" class="com.intellij.ide.actions.CreateDesktopEntryAction"
|
||||
icon="AllIcons.Welcome.CreateDesktopEntry"/>
|
||||
|
||||
<action id="WelcomeScreen.Update" class="com.intellij.openapi.updateSettings.impl.CheckForUpdateAction"/>
|
||||
<reference ref="CheckForUpdate"/>
|
||||
</group>
|
||||
|
||||
<group id="WelcomeScreen.Help">
|
||||
<reference ref="WelcomeScreen.Documentation"/>
|
||||
<separator/>
|
||||
<reference ref="WelcomeScreen.Configure.Properties"/>
|
||||
<reference ref="WelcomeScreen.Configure.VMOptions"/>
|
||||
<reference ref="WelcomeScreen.Configure.CollectZippedLogs"/>
|
||||
<reference ref="EditCustomProperties"/>
|
||||
<reference ref="EditCustomVmOptions"/>
|
||||
<reference ref="CollectZippedLogs"/>
|
||||
<separator/>
|
||||
<reference ref="WelcomeScreen.Update"/>
|
||||
<reference ref="CheckForUpdate"/>
|
||||
</group>
|
||||
|
||||
<group id="WelcomeScreenRecentProjectActionGroup">
|
||||
|
||||
Reference in New Issue
Block a user