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

First submission of CDT Help.

This commit is contained in:
Tanya-Marise De Sousa 2003-04-29 18:59:35 +00:00
parent 9020239eb7
commit 98ee69d34c
6 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.cdt.doc.user</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

View file

@ -0,0 +1,8 @@
<contexts>
<context id ="default_cs_help">
<description>Click below to see help.</description>
<topic href="default_cs_help.htm"
label="Default Context Sensitive Help"/>
</context>
</contexts>

Binary file not shown.

View file

@ -0,0 +1,4 @@
<?xml version="1.0"?>
<csHelp>
<csHelpTopic viewID="default_help" helpTopic="com.rational.xtools.umlvisualizer.doc.default_cs_help"/>
</csHelp>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ================================================= -->
<!-- This is the plugin for declaring the help -->
<!-- contributions of a doc component plugin. -->
<!-- ================================================= -->
<plugin
name = "C/C++ Development User Guide"
id = "org.eclipse.cdt.doc.user"
version = "1.0"
provider-name = "Rational Software: IBM Software Group">
<!-- Configure the help contribution for this plugin -->
<!-- This part should be in a documentation plugin -->
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true" />
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.debug.ui"/>
</extension>
<extension point="org.eclipse.help.contexts">
<contexts file="contextHelp.xml" plugin="org.eclipse.cdt.debug.ui"/>
</extension>
</plugin>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
<toc id="cdt" label="C/C++ Development User Guide" topic="cdt_o_home.htm">
<topic label="Tutorial" href="cdt_o_tutorial.htm">
<topic label="Automatically building your project" href="cdt_w_autobuild.htm"/>
<topic label="Creating your project" href="cdt_w_newproj.htm"/>
<topic label="Creating your C++ file" href="cdt_w_newcpp.htm"/>
<topic label="Creating your make file" href="cdt_w_newmake.htm"/>
<topic label="Building your project" href="cdt_w_build.htm"/>
<topic label="Debugging your project" href="cdt_w_debug.htm"/>
</topic>
<topic label="What's new" href="cdt_o_whatnew.htm"/>
</toc>