From af52f4e9cf4807e17364ad33ea3665c775d24d99 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Thu, 25 Oct 2012 13:55:27 +0200 Subject: Target Explorer: Bug 392246 - [TERMINALS] no context help for "new terminal" properties dlg --- .../plugins/org.eclipse.tcf.te.ui.terminals/build.properties | 3 ++- .../plugins/org.eclipse.tcf.te.ui.terminals/contexts.xml | 9 +++++++++ .../plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/contexts.xml (limited to 'target_explorer') diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/build.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/build.properties index fc5711e2d..e4c5fea5c 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/build.properties +++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/build.properties @@ -14,5 +14,6 @@ bin.includes = META-INF/,\ plugin.properties,\ plugin.xml,\ about.html,\ - icons/ + icons/,\ + contexts.xml src.includes = schema/ diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/contexts.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/contexts.xml new file mode 100644 index 000000000..612cd7c14 --- /dev/null +++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/contexts.xml @@ -0,0 +1,9 @@ + + + + Select the terminal type and specify the connections settings to connect a new terminal. + + + Select the new encoding for the active terminal. + + diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml index 0045854a9..e6dd40990 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml +++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.xml @@ -156,4 +156,10 @@ + + + + + -- cgit v1.2.1