Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya-Marise De Sousa2003-09-29 15:50:44 +0000
committerTanya-Marise De Sousa2003-09-29 15:50:44 +0000
commitaa1f86e596ba1b184a230e419b6133b8a3889330 (patch)
tree99fbf8e7134bcd4af40659e389f77a82dbc0036d
parent3d7835a362aeabd2e079ee6e80d16caabcbfc886 (diff)
downloadorg.eclipse.cdt-aa1f86e596ba1b184a230e419b6133b8a3889330.tar.gz
org.eclipse.cdt-aa1f86e596ba1b184a230e419b6133b8a3889330.tar.xz
org.eclipse.cdt-aa1f86e596ba1b184a230e419b6133b8a3889330.zip
September 29, 2003 updated C/C++ editor preferences F1 IDs for the General,
Annotations, Colors and Content Assist pages.
-rw-r--r--doc/org.eclipse.cdt.doc.user/contexts_CDT.xml8
-rw-r--r--doc/org.eclipse.cdt.doc.user/plugin.properties8
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
index 12002dbd60f..c386ab1c6a2 100644
--- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
+++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml
@@ -27,25 +27,25 @@
label="Target platform, C/C++ Properties window"/>
</context>
-<context id ="new_c_editor_pref_page_context">
+<context id ="c_editor_pref_page">
<description>Customize the appearance of the C/C++ Editor. </description>
<topic href="cdt_u_c_editor_gen.htm"
label="General page, Preferences window"/>
</context>
-<context id ="new_c_editor_annotations_pref_page_context">
+<context id ="c_editor_annotations_pref_page">
<description>Customize the appearance of the C/C++ Editor. </description>
<topic href="cdt_u_c_editor_anno.htm"
label="Annotations page, Preferences window"/>
</context>
-<context id ="new_c_editor_colors_pref_page_context">
+<context id ="c_editor_colors_pref_page">
<description>Customize the appearance of the C/C++ editor. </description>
<topic href="cdt_u_c_editor_color.htm"
label="Colors page, Preferences window"/>
</context>
-<context id ="new_c_editor_pref_page_context">
+<context id ="c_editor_content_assist_pref_page">
<description>Customize how the Content Assist feature works. </description>
<topic href="cdt_u_c_editor_con_assist.htm"
label="Content Assist page, Preferences window"/>
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.properties b/doc/org.eclipse.cdt.doc.user/plugin.properties
index 1153b5c721b..81229ce7d76 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.properties
+++ b/doc/org.eclipse.cdt.doc.user/plugin.properties
@@ -20,10 +20,10 @@
<csHelpTopic viewID="launch_configuration_dialog_environment_tab" helpTopic="cdt_u_run_dbg_env"/>
<csHelpTopic viewID="launch_configuration_dialog_debugger_tab" helpTopic="cdt_u_run_dbg_dbg"/>
<csHelpTopic viewID="launch_configuration_dialog_source_tab" helpTopic="cdt_u_run_dbg_srce"/>
- <csHelpTopic viewID="new_c_editor_pref_page_context" helpTopic="cdt_u_c_editor_gen"/>
- <csHelpTopic viewID="new_c_editor_annotations_pref_page_context" helpTopic="cdt_u_c_editor_anno"/>
- <csHelpTopic viewID="c_editor_colors_pref_page_context" helpTopic="cdt_u_c_editor_color"/>
- <csHelpTopic viewID="C_EDITOR_PREF_PAGE" helpTopic="cdt_u_c_editor_con_assist"/>
+ <csHelpTopic viewID="c_editor_pref_page" helpTopic="cdt_u_c_editor_gen"/>
+ <csHelpTopic viewID="c_editor_annotations_pref_page" helpTopic="cdt_u_c_editor_anno"/>
+ <csHelpTopic viewID="c_editor_colors_pref_page" helpTopic="cdt_u_c_editor_color"/>
+ <csHelpTopic viewID="c_editor_content_assist_pref_page" helpTopic="cdt_u_c_editor_con_assist"/>
<csHelpTopic viewID="new_c_templates_pref_page_context" helpTopic="cdt_u_code_temp"/>
<csHelpTopic viewID="c_search_page" helpTopic="cdt_u_search"/>
</csHelp>

Back to the top