Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Daoust2004-06-17 20:47:44 +0000
committerDavid Daoust2004-06-17 20:47:44 +0000
commite6e0527c96f1306ed034b03efc611d51c1787f98 (patch)
treed8c0481d0f92f843a47ca3fc96e0ccde4f674e2d /doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml
parentdaea0331a232475bedc66aa27b1e0cc524729dcb (diff)
downloadorg.eclipse.cdt-e6e0527c96f1306ed034b03efc611d51c1787f98.tar.gz
org.eclipse.cdt-e6e0527c96f1306ed034b03efc611d51c1787f98.tar.xz
org.eclipse.cdt-e6e0527c96f1306ed034b03efc611d51c1787f98.zip
From Andrew Niefer: Update the contexts for F1 help. (This is part of the effort to add the F1 help to the actual code)
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml')
-rw-r--r--doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml81
1 files changed, 80 insertions, 1 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml
index 6e1cc71a9b0..cad4a1558cc 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT_make.xml
@@ -18,7 +18,21 @@
<topic href="default_cs_help.htm"
label="&defaultCSHelp;"/>
</context>
-
+<context id ="newproj_buildset">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_newproj_buildset.htm"
+ label="Make Builder"/>
+</context>
+<context id ="discovery_preferences">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_discovery_preferences.htm"
+ label="Discovery Options"/>
+</context>
+<context id ="std_prop_discovery">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_sprop_mdiscovery.htm"
+ label="Discovery Options"/>
+</context>
<context id ="cdt_make_builder_page">
<description>Define the build settings for the current project. </description>
<topic href="reference/cdt_u_newproj_buildset.htm"
@@ -30,5 +44,70 @@
<topic href="reference/cdt_u_newproj_pathsymb.htm"
label="&pathsSymbols;"/>
</context>
+<context id ="make_targets_view">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_make_targets_view.htm"
+ label="Make Targets view"/>
+</context>
+<context id ="new_proj_wiz_s_name">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_name.htm"
+ label="Name"/>
+</context>
+<context id ="new_proj_wiz_s_proj">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_proj.htm"
+ label="Referenced Projects"/>
+</context>
+<context id ="new_proj_wiz_s_mbuilder">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_mbuilder.htm"
+ label="Make Builder"/>
+</context>
+<context id ="new_proj_wiz_s_errorp">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_errorp.htm"
+ label="Error Parsers"/>
+</context>
+<context id ="new_proj_wiz_s_binary">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_binary.htm"
+ label="Binary Parser"/>
+</context>
+<context id ="new_proj_wiz_s_discovery">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_discovery.htm"
+ label="Discovery Options"/>
+</context>
+<context id ="new_proj_wiz_s_cindexer">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_new_proj_wiz_s_cindexer.htm"
+ label="C/C++ Indexer"/>
+</context>
+<context id ="std_prop_build">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_sprop_mbuild.htm"
+ label="Make Builder"/>
+</context>
+<context id ="std_prop_error">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_sprop_merror.htm"
+ label="Error Parser"/>
+</context>
+<context id ="std_prop_binary">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_sprop_mbinary.htm"
+ label="Binary Parser"/>
+</context>
+<context id ="newproj_parser_error">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_newproj_parser_error.htm"
+ label="Error Parser"/>
+</context>
+<context id ="newproj_parser_binary">
+ <description>Click below to see help.</description>
+ <topic href="reference/cdt_u_newproj_parser_binary.htm"
+ label="Binary Parser"/>
+</context>
</contexts>

Back to the top