diff options
author | Paul Pazderski | 2019-07-05 12:09:35 +0000 |
---|---|---|
committer | Paul Pazderski | 2019-07-05 15:30:50 +0000 |
commit | c22842de830236a075c1df69c63db21ad4cbc7dc (patch) | |
tree | d7d2fe2ea8ad1ed554aa69b7de4a8c4fa9a9e1a8 /org.eclipse.debug.core/schema | |
parent | f78e7e1356098a74bd1019d95fc6808dcb6ebdc7 (diff) | |
download | eclipse.platform.debug-c22842de830236a075c1df69c63db21ad4cbc7dc.tar.gz eclipse.platform.debug-c22842de830236a075c1df69c63db21ad4cbc7dc.tar.xz eclipse.platform.debug-c22842de830236a075c1df69c63db21ad4cbc7dc.zip |
Bug 32205 - Move "merge output" launch attribute constant from ui toY20190708-0900I20190708-1035I20190708-0800I20190707-1800I20190707-0110I20190706-1800
core
Change-Id: I8c3c6be953954443f4be3adb053b404140d83816
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'org.eclipse.debug.core/schema')
-rw-r--r-- | org.eclipse.debug.core/schema/launchConfigurationTypes.exsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd index b16af6f70..e630fe0ad 100644 --- a/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd +++ b/org.eclipse.debug.core/schema/launchConfigurationTypes.exsd @@ -173,7 +173,7 @@ Since 3.3, the <code>sourceLocatorId</code> can also be specified vi <attribute name="allowOutputMerging" type="boolean"> <annotation> <documentation> - specifies whether this launch configuration type supports output merging. A launch configuration which singals support must check the launch configuration attribute "org.eclipse.debug.ui.ATTR_MERGE_OUTPUT" and if its value is true perform the launch in a way that stderr and stdout are merged and both can be read through stdout. + specifies whether this launch configuration type supports output merging. A launch configuration which singals support must check the launch configuration attribute "org.eclipse.debug.core.ATTR_MERGE_OUTPUT" and if its value is true perform the launch in a way that stderr and stdout are merged and both can be read through stdout. Defaults to <code>false</code> if not specified. This attribute was added in 4.13 release. </documentation> </annotation> |