1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

From Andrew Niefer: Update the contexts for F1 help. (This is part of the effort to add the F1 help to the actual code)

This commit is contained in:
David Daoust 2004-06-17 20:47:44 +00:00
parent daea0331a2
commit e6e0527c96
3 changed files with 88 additions and 3 deletions

View file

@ -125,7 +125,7 @@
</context> </context>
<context id ="c_editor_hov"> <context id ="c_editor_hov">
<description>Click below to see help.</description> <description>Click below to see help.</description>
<topic href="cdt_u_c_editor_hov.htm" <topic href="reference/cdt_u_c_editor_hov.htm"
label="Editor Hovers Preferences"/> label="Editor Hovers Preferences"/>
</context> </context>
<context id ="c_editor_navigation"> <context id ="c_editor_navigation">
@ -175,7 +175,7 @@
</context> </context>
<context id ="man_prop_build"> <context id ="man_prop_build">
<description>Click below to see help.</description> <description>Click below to see help.</description>
<topic href="cdt_u_mprop_build.htm" <topic href="reference/cdt_u_mprop_build.htm"
label="Build"/> label="Build"/>
</context> </context>
<context id ="man_prop_file_types"> <context id ="man_prop_file_types">

View file

@ -52,4 +52,10 @@
label="&sourcePage;"/> label="&sourcePage;"/>
</context> </context>
<context id ="run_dbg_comm">
<description>Click below to see help.</description>
<topic href="reference/run_dbg_comm"
label="Common"/>
</context>
</contexts> </contexts>

View file

@ -18,7 +18,21 @@
<topic href="default_cs_help.htm" <topic href="default_cs_help.htm"
label="&defaultCSHelp;"/> label="&defaultCSHelp;"/>
</context> </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"> <context id ="cdt_make_builder_page">
<description>Define the build settings for the current project. </description> <description>Define the build settings for the current project. </description>
<topic href="reference/cdt_u_newproj_buildset.htm" <topic href="reference/cdt_u_newproj_buildset.htm"
@ -30,5 +44,70 @@
<topic href="reference/cdt_u_newproj_pathsymb.htm" <topic href="reference/cdt_u_newproj_pathsymb.htm"
label="&pathsSymbols;"/> label="&pathsSymbols;"/>
</context> </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> </contexts>