mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Remove Import Project action from the Welcome Screen, rename "Open" to "Open or Import": IDEA-222368
"Import" is not needed anymore, since "Open" is able to handle most of import features automatically. The action is going to stay in the main menu, at least, for a while, to cover cases which might be missing from the "Open" implementation. "Open" is renamed to "Open or Import" to help people who used to the "Import Project" action. GitOrigin-RevId: 288b89a9ca26d884c5a061db53291d8941b54b95
This commit is contained in:
committed by
intellij-monorepo-bot
parent
484694e4a6
commit
9402c92bf4
@@ -88,8 +88,6 @@
|
||||
<group id="WelcomeScreen.QuickStart.IDEA">
|
||||
<action id="WelcomeScreen.CreateNewProject" class="com.intellij.ide.actions.NewProjectAction"
|
||||
icon="AllIcons.Welcome.CreateNewProject"/>
|
||||
<action id="WelcomeScreen.ImportProject" class="com.intellij.ide.actions.ImportProjectAction"
|
||||
icon="AllIcons.ToolbarDecorator.Import"/>
|
||||
<action id="WelcomeScreen.OpenProject" class="com.intellij.ide.actions.OpenFileAction$OnWelcomeScreen" icon="AllIcons.Actions.Menu_open"/>
|
||||
<add-to-group group-id="WelcomeScreen.QuickStart" anchor="first"/>
|
||||
</group>
|
||||
|
||||
@@ -1514,7 +1514,7 @@ action.FileChooser.GotoModule.description=Go to module directory
|
||||
|
||||
action.WelcomeScreen.DevelopPlugins.text=Plugin Development
|
||||
action.WelcomeScreen.DevelopPlugins.description=Get started developing plugins.
|
||||
action.WelcomeScreen.OpenProject.text=Open...
|
||||
action.WelcomeScreen.OpenProject.text=Open or Import...
|
||||
action.WelcomeScreen.OpenProject.description=Open file or project. You can also open a project or edit a file by drag and drop onto Welcome screen.
|
||||
action.WelcomeScreen.CreateNewProject.text=Create New Project
|
||||
action.WelcomeScreen.CreateNewProject.description=Start the \"New Project\" Wizard that will guide you through the steps necessary for creating a new project.
|
||||
|
||||
Reference in New Issue
Block a user