diff --git a/org.eclipse.lsp4e/plugin.properties b/org.eclipse.lsp4e/plugin.properties index fb37129e2..2a49a4359 100644 --- a/org.eclipse.lsp4e/plugin.properties +++ b/org.eclipse.lsp4e/plugin.properties @@ -26,6 +26,8 @@ notification.category.label = LSP notification.event.label = LSP Notification command.toggle.highlight.label = Toggle Mark Occurrences command.toggle.highlight.name = Toggle Highlight +command.toggle.outline.collapseAll.name = Collapse All +command.toggle.outline.collapseAll.label = Collapse All command.toggle.outline.sort.name = Sort command.toggle.outline.sort.label = Sort command.toggle.outline.hideFields.name = Hide Fields diff --git a/org.eclipse.lsp4e/plugin.xml b/org.eclipse.lsp4e/plugin.xml index 875b7e10c..8339ddda6 100644 --- a/org.eclipse.lsp4e/plugin.xml +++ b/org.eclipse.lsp4e/plugin.xml @@ -734,6 +734,10 @@ + + + + @@ -786,6 +793,10 @@ + + + + + + + +