Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2004-09-10 01:31:31 +0000
committerKevin Barnes2004-09-10 01:31:31 +0000
commitfdce40f73a646bfd6e631c67abcc3906be832b41 (patch)
treed08d89da22482896c13db1c7a220a00982e4572f /org.eclipse.ui.console/schema
parent3a9eb1f514aad4365c6747b26545c6c9b9c4e32e (diff)
downloadeclipse.platform.debug-fdce40f73a646bfd6e631c67abcc3906be832b41.tar.gz
eclipse.platform.debug-fdce40f73a646bfd6e631c67abcc3906be832b41.tar.xz
eclipse.platform.debug-fdce40f73a646bfd6e631c67abcc3906be832b41.zip
Bug 73576 - Pattern matching in IOConsole is too expensive
Diffstat (limited to 'org.eclipse.ui.console/schema')
-rw-r--r--org.eclipse.ui.console/schema/consolePatternMatchListener.exsd7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.ui.console/schema/consolePatternMatchListener.exsd b/org.eclipse.ui.console/schema/consolePatternMatchListener.exsd
index f91eee840..cad32af12 100644
--- a/org.eclipse.ui.console/schema/consolePatternMatchListener.exsd
+++ b/org.eclipse.ui.console/schema/consolePatternMatchListener.exsd
@@ -74,6 +74,13 @@
</documentation>
</annotation>
</attribute>
+ <attribute name="matchContext" type="string">
+ <annotation>
+ <documentation>
+ Allows extension to decide whether a pattern should be matched against the entire document of each line of the document individually. Acceptable values are &quot;line&quot; and &quot;document&quot;. If not explicitly specified, &quot;line&quot; matching is assumed.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>

Back to the top