Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal')
-rw-r--r--bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/actions/ActionContributorXML.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/actions/ActionContributorXML.java b/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/actions/ActionContributorXML.java
index 72ba6c7c1f..56bdd1fad4 100644
--- a/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/actions/ActionContributorXML.java
+++ b/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/actions/ActionContributorXML.java
@@ -210,7 +210,8 @@ public class ActionContributorXML extends ActionContributor {
fFormatActiveElements.setEnabled(enabled);
fOpenFileAction.setEnabled(enabled);
fFindOccurrences.setEnabled(enabled);
-
+
+ fGoToMatchingTagAction.setEnabled(enabled);
fGotoMatchingBracketAction.setEnabled(enabled);
fPreviousSibling.setEnabled(enabled);
fNextSibling.setEnabled(enabled);

Back to the top