mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +02:00
Bug #310375 - added links to pref pages missing F1 help using the generic Eclipse preference_dialog_context help context ID.
This commit is contained in:
parent
1e16c43220
commit
848f2b2397
1 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
<?NLS TYPE="org.eclipse.help.contexts"?>
|
||||
<contexts>
|
||||
|
||||
<!--
|
||||
PLUGINS LINKED TO THESE HELP CONTEXT IDs
|
||||
plugin="org.eclipse.cdt.ui"
|
||||
plugin="org.eclipse.ui"
|
||||
-->
|
||||
|
||||
<context id ="projects_view">
|
||||
<description>Click below to see help.</description>
|
||||
<topic href="reference/cdt_u_cproj_view.htm"
|
||||
|
@ -543,4 +549,12 @@
|
|||
<context id="content_outline_context" title="Outline">
|
||||
<topic href="reference/cdt_u_outline_view.htm" label="Outline view"/>
|
||||
</context>
|
||||
<!-- USING ECLIPSE HELP CONTEXT IDs -->
|
||||
<context id="preference_dialog_context" title="Outline">
|
||||
<topic href="reference/cdt_u_console_pref.htm" label="C/C++ Console preferences"/>
|
||||
<topic href="reference/cdt_u_indexer_preference.html" label="C/C++ Indexer preferences"/>
|
||||
<topic href="reference/cdt_u_language_mapping_pref.htm" label="C/C++ Language Mapping preferences"/>
|
||||
<topic href="reference/cdt_u_make_pref.htm" label="C/C++ Make Targets preferences"/>
|
||||
<topic href="reference/cdt_u_make_settings_pref.htm" label="C/C++ Make Settings preferences"/>
|
||||
</context>
|
||||
</contexts>
|
||||
|
|
Loading…
Add table
Reference in a new issue