mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
i18n "java ide customization" actions
GitOrigin-RevId: adad43f1f44e8a1a800b3968d06ea5eea7129a7d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d6c0c74bee
commit
c6fa1bca8a
@@ -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>
|
||||
|
||||
|
||||
@@ -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...
|
||||
Reference in New Issue
Block a user