mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
First submission of CDT Help.
This commit is contained in:
parent
9020239eb7
commit
98ee69d34c
6 changed files with 66 additions and 0 deletions
11
doc/org.eclipse.cdt.doc.user/.project
Normal file
11
doc/org.eclipse.cdt.doc.user/.project
Normal 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>
|
8
doc/org.eclipse.cdt.doc.user/contextHelp.xml
Normal file
8
doc/org.eclipse.cdt.doc.user/contextHelp.xml
Normal 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>
|
BIN
doc/org.eclipse.cdt.doc.user/doc.zip
Normal file
BIN
doc/org.eclipse.cdt.doc.user/doc.zip
Normal file
Binary file not shown.
4
doc/org.eclipse.cdt.doc.user/plugin.properties
Normal file
4
doc/org.eclipse.cdt.doc.user/plugin.properties
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<csHelp>
|
||||
<csHelpTopic viewID="default_help" helpTopic="com.rational.xtools.umlvisualizer.doc.default_cs_help"/>
|
||||
</csHelp>
|
28
doc/org.eclipse.cdt.doc.user/plugin.xml
Normal file
28
doc/org.eclipse.cdt.doc.user/plugin.xml
Normal 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>
|
15
doc/org.eclipse.cdt.doc.user/toc.xml
Normal file
15
doc/org.eclipse.cdt.doc.user/toc.xml
Normal 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>
|
Loading…
Add table
Reference in a new issue