Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-27 10:20:44 +0000
committerUwe Stieber2012-10-27 10:20:44 +0000
commit036d9cca6006eab1f21e0bfeaee59602a767774c (patch)
tree8eb0402bb4294b5a6c7452ea452e9aa19a04f26b /target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf
parent49469979688a580b6b5dad00d8e929c9ea1dfd0e (diff)
downloadorg.eclipse.tcf-036d9cca6006eab1f21e0bfeaee59602a767774c.tar.gz
org.eclipse.tcf-036d9cca6006eab1f21e0bfeaee59602a767774c.tar.xz
org.eclipse.tcf-036d9cca6006eab1f21e0bfeaee59602a767774c.zip
Target Explorer: Fix Bug 392242 - [TERMINALS] terminals in a secondary view don't get restored on quit and restart
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/constants/ITerminalsConnectorConstants.java5
1 files changed, 5 insertions, 0 deletions
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
@@ -21,6 +21,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.
*/
public static final String PROP_TITLE = "title"; //$NON-NLS-1$

Back to the top