diff options
author | Kevin Barnes | 2004-09-10 01:31:31 +0000 |
---|---|---|
committer | Kevin Barnes | 2004-09-10 01:31:31 +0000 |
commit | fdce40f73a646bfd6e631c67abcc3906be832b41 (patch) | |
tree | d08d89da22482896c13db1c7a220a00982e4572f /org.eclipse.ui.console/schema | |
parent | 3a9eb1f514aad4365c6747b26545c6c9b9c4e32e (diff) | |
download | eclipse.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.exsd | 7 |
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 "line" and "document". If not explicitly specified, "line" matching is assumed. + </documentation> + </annotation> + </attribute> </complexType> </element> |