We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f59ce commit 4c5fcccCopy full SHA for 4c5fccc
bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/messages.properties
@@ -15,3 +15,6 @@ DefaultWordHighlightStrategy_OccurrencesOf=Occurrence of ''{0}''
15
16
TextViewer_open_hyperlink_error_title=Open Hyperlink
17
TextViewer_open_hyperlink_error_message=The operation is not applicable to the current selection. Select a hyperlink target.
18
+
19
+GotoMatchingBracket_error_noMatchingBracket=No matching bracket found
20
+GotoMatchingBracket_error_bracketOutsideSelectedElement=Matching bracket is outside the selected element
0 commit comments