i18n "java ide customization" actions

GitOrigin-RevId: adad43f1f44e8a1a800b3968d06ea5eea7129a7d
This commit is contained in:
Dmitry.Krasilschikov
2020-01-09 13:24:30 +02:00
committed by intellij-monorepo-bot
parent d6c0c74bee
commit c6fa1bca8a
2 changed files with 5 additions and 4 deletions

View File

@@ -98,12 +98,11 @@
<group>
<action class="com.intellij.platform.templates.SaveProjectAsTemplateAction" text="Save Project as Template..."/>
<action id="ManageProjectTemplates" class="com.intellij.platform.templates.ManageProjectTemplatesAction"
text="Manage Project Templates..."/>
<action id="ManageProjectTemplates" class="com.intellij.platform.templates.ManageProjectTemplatesAction"/>
<add-to-group group-id="ToolsBasicGroup" anchor="after" relative-to-action="SaveFileAsTemplate"/>
</group>
<action id="ConsoleView.FoldLinesLikeThis" class="com.intellij.execution.console.FoldLinesLikeThis" text="Fold Lines Like This">
<action id="ConsoleView.FoldLinesLikeThis" class="com.intellij.execution.console.FoldLinesLikeThis">
<add-to-group group-id="ConsoleEditorPopupMenu" anchor="after" relative-to-action="$SearchWeb"/>
</action>

View File

@@ -2269,4 +2269,6 @@ action.ExternalSystem.ExpandAll.text=Expand All
action.GotoClass.text=Table/Class...
action.NewDatabaseProject.text=Project...
action.DBE.DetachDirectory.text=Detach Directory...
action.DBE.AttachDirectory.text=Attach Directory
action.DBE.AttachDirectory.text=Attach Directory
action.ConsoleView.FoldLinesLikeThis.text=Fold Lines Like This
action.ManageProjectTemplates.text=Manage Project Templates...