1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[240745] Fix Terminal Widget Context Descriptions

This commit is contained in:
Martin Oberhuber 2008-07-15 20:43:08 +00:00
parent 09c0662323
commit 16f712be70
5 changed files with 42 additions and 1 deletions

View file

@ -12,7 +12,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
-->
<contexts>
<context id="terminal_page">
<description>The Terminal View supports direct connections to target boards via serial or network connections.
<description>The Terminal View supports direct connections to remote systems via serial or network connections.
</description>
<topic label="Terminal View" href="doc/html/01_terminalview.html" />
<topic label="Terminal Emulation" href="doc/html/04_terminal_emulation.html" />

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
Copyright (c) 2008 Wind River Systems, Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Martin Oberhuber (Wind River) - initial API and implementation
-->
<contexts>
<context id="terminal_view">
<topic label="Terminal View" href="doc/html/01_terminalview.html" />
<topic label="Terminal Emulation" href="doc/html/04_terminal_emulation.html" />
<topic label="Terminal View Quick Reference" href="doc/html/02_terminal_page.html#terminal_page"/>
</context>
</contexts>

View file

@ -83,6 +83,7 @@
<!-- ============================================ -->
<extension point="org.eclipse.help.contexts">
<contexts file="HelpContexts.xml"/>
<contexts file="TerminalContexts.xml" plugin="org.eclipse.tm.terminal"/>
</extension>
<extension point="org.eclipse.help.toc">
<toc file="toc.xml"/>

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
Copyright (c) 2008 Wind River Systems, Inc.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Martin Oberhuber (Wind River) - initial API and implementation
-->
<contexts>
<context id="terminal_view">
<description>The Terminal View supports direct connections to remote systems via serial or network connections.
</description>
</context>
</contexts>

View file

@ -21,4 +21,7 @@
id="org.eclipse.tm.terminal.TerminalContext"
/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="HelpContexts.xml"/>
</extension>
</plugin>