You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use "selected elements" instead of "selected element" in all
implementations
* use "their children" due to the plural form of "elements"
* remove double blank in working set related scope
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.ide/schema/markerSupport.exsd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ If this value is not set the value is ON_ANY
591
591
<meta.section type="examples"/>
592
592
</appinfo>
593
593
<documentation>
594
-
The following is an example of a problem filter definition in the marker support. This example only shows java warnings on the selected element and its children and filters out those with the String NON-NLS
594
+
The following is an example of a problem filter definition in the marker support. This example only shows java warnings on the selected elements and their children and filters out those with the String NON-NLS
0 commit comments