From 036d9cca6006eab1f21e0bfeaee59602a767774c Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Sat, 27 Oct 2012 12:20:44 +0200 Subject: Target Explorer: Fix Bug 392242 - [TERMINALS] terminals in a secondary view don't get restored on quit and restart --- .../services/interfaces/constants/ITerminalsConnectorConstants.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services') diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java index a7ccdde83..20c140b65 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java +++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java @@ -20,6 +20,11 @@ public interface ITerminalsConnectorConstants { */ public static final String PROP_ID = "id"; //$NON-NLS-1$ + /** + * Property: The unique secondary id of the terminals view to open. + */ + public static final String PROP_SECONDARY_ID = "secondaryId"; //$NON-NLS-1$ + /** * Property: The title of the terminal tab to open. */ -- cgit v1.2.3