mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 12:05:21 +02:00
[240745] Fix Terminal Widget Context Descriptions
This commit is contained in:
parent
09c0662323
commit
16f712be70
5 changed files with 42 additions and 1 deletions
|
@ -12,7 +12,7 @@ Martin Oberhuber (Wind River) - initial API and implementation
|
||||||
-->
|
-->
|
||||||
<contexts>
|
<contexts>
|
||||||
<context id="terminal_page">
|
<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>
|
</description>
|
||||||
<topic label="Terminal View" href="doc/html/01_terminalview.html" />
|
<topic label="Terminal View" href="doc/html/01_terminalview.html" />
|
||||||
<topic label="Terminal Emulation" href="doc/html/04_terminal_emulation.html" />
|
<topic label="Terminal Emulation" href="doc/html/04_terminal_emulation.html" />
|
||||||
|
|
19
terminal/org.eclipse.tm.terminal.view/TerminalContexts.xml
Normal file
19
terminal/org.eclipse.tm.terminal.view/TerminalContexts.xml
Normal 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>
|
|
@ -83,6 +83,7 @@
|
||||||
<!-- ============================================ -->
|
<!-- ============================================ -->
|
||||||
<extension point="org.eclipse.help.contexts">
|
<extension point="org.eclipse.help.contexts">
|
||||||
<contexts file="HelpContexts.xml"/>
|
<contexts file="HelpContexts.xml"/>
|
||||||
|
<contexts file="TerminalContexts.xml" plugin="org.eclipse.tm.terminal"/>
|
||||||
</extension>
|
</extension>
|
||||||
<extension point="org.eclipse.help.toc">
|
<extension point="org.eclipse.help.toc">
|
||||||
<toc file="toc.xml"/>
|
<toc file="toc.xml"/>
|
||||||
|
|
18
terminal/org.eclipse.tm.terminal/HelpContexts.xml
Normal file
18
terminal/org.eclipse.tm.terminal/HelpContexts.xml
Normal 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>
|
|
@ -21,4 +21,7 @@
|
||||||
id="org.eclipse.tm.terminal.TerminalContext"
|
id="org.eclipse.tm.terminal.TerminalContext"
|
||||||
/>
|
/>
|
||||||
</extension>
|
</extension>
|
||||||
|
<extension point="org.eclipse.help.contexts">
|
||||||
|
<contexts file="HelpContexts.xml"/>
|
||||||
|
</extension>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue