diff --git a/platform/platform-resources-en/src/messages/ActionsBundle.properties b/platform/platform-resources-en/src/messages/ActionsBundle.properties index 8d2bc387ca29..2a2007dd1296 100644 --- a/platform/platform-resources-en/src/messages/ActionsBundle.properties +++ b/platform/platform-resources-en/src/messages/ActionsBundle.properties @@ -888,6 +888,34 @@ group.MacrosGroup.text=Macro Actions action.ValidateXml.text=_Validate action.ValidateXml.description=Validate the current XML file action.GenerateDTD.text=Generate DTD from _XML File +action.EmmetPreviousEditPoint.text=Previous Emmet Edit Point +action.EmmetPreviousEditPoint.description=Go to previous Emmet edit point +action.EmmetNextEditPoint.text=Next Emmet Edit Point +action.EmmetNextEditPoint.description=Go to next Emmet edit point +action.EmmetUpdateTag.text=Update tag with Emmet +action.EmmetUpdateTag.description=Update existing HTML tag with Emmet abbreviation +action.EmmetPreview.text=Emmet Preview +action.EmmetPreview.description=Show preview for emmet abbreviation +action.SurroundWithEmmet.text=Surround with Emmet +action.SurroundWithEmmet.description=Surround selected code with Emmet abbreviation +group.Emmet.text=Emmet +group.OpenInBrowserEditorContextBarGroupAction.description=Open In... +action.OpenInBrowser.text=Open in default _browser +action.OpenInBrowser.description=Open selected file in default browser +action.EscapeEntities.text=Encode XML/HTML Special Characters +action.EscapeEntities.description=Escape XML/HTML special characters with entities +action.GenerateXmlTag.text=XML Tag... +action.GenerateXmlTag.description=Generate a new XML tag according to schema information +group.NewXmlDescriptor.text=XML Configuration File +group.NewXml.text=XML +action.DomCollectionControl.Remove.text=Remove +action.DomCollectionControl.Edit.text=Edit +action.DomCollectionControl.Add.text=Add +action.DomElementsTreeView.DeleteElement.text=Delete element +action.DomElementsTreeView.AddElement.text=Insert element +action.DomElementsTreeView.GotoDomElementDeclarationAction.text=Goto Element +action.Document2XSD.text=Generate XML Document from XSD Schema... +action.XSD2Document.text=Generate XSD Schema from XML File... group.ExternalToolsGroup.text=External Tools action.PsiViewer.text=_View PSI Structure... action.PsiViewerForContext.text=View PSI Structure of Cu_rrent File... diff --git a/platform/platform-resources/src/META-INF/XmlActions.xml b/platform/platform-resources/src/META-INF/XmlActions.xml index d2d82c5c27b6..4bfe02269c10 100644 --- a/platform/platform-resources/src/META-INF/XmlActions.xml +++ b/platform/platform-resources/src/META-INF/XmlActions.xml @@ -4,8 +4,8 @@ - - + + @@ -29,15 +29,13 @@ - + + use-shortcut-of="$Delete"/> @@ -50,37 +48,32 @@ - + - - + + - + - + - + - + @@ -89,18 +82,14 @@ + class="com.intellij.ide.browsers.actions.OpenInBrowserBaseGroupAction$OpenInBrowserEditorContextBarGroupAction"> - - - - + + + + @@ -108,15 +97,13 @@ - + - +