diff options
author | Anton Leherbauer | 2006-11-13 09:44:14 +0000 |
---|---|---|
committer | Anton Leherbauer | 2006-11-13 09:44:14 +0000 |
commit | 908501d4a69f3fee484b0b984717170a67786a2c (patch) | |
tree | dbb07d8fd29c7f962a82b99ab55e676f2f72b0e4 /doc | |
parent | c7d8278a6a6dd3bf7785eb3e8ed1fb27f07beabc (diff) | |
download | org.eclipse.cdt-908501d4a69f3fee484b0b984717170a67786a2c.tar.gz org.eclipse.cdt-908501d4a69f3fee484b0b984717170a67786a2c.tar.xz org.eclipse.cdt-908501d4a69f3fee484b0b984717170a67786a2c.zip |
80104 - Maintain consistency with JDT UI
Extracted Folding and Hovers tab pages into separate preference pages
Diffstat (limited to 'doc')
-rw-r--r-- | doc/org.eclipse.cdt.doc.user/contexts_CDT.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml index 03145983967..961e91a8df8 100644 --- a/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml +++ b/doc/org.eclipse.cdt.doc.user/contexts_CDT.xml @@ -128,6 +128,16 @@ <topic href="reference/cdt_u_c_editor_hov.htm" label="Editor Hovers Preferences"/> </context> +<context id ="c_editor_typing"> + <description>Click below to see help.</description> + <topic href="reference/cdt_u_c_pref.htm" + label="C/C++ Preferences"/> +</context> +<context id ="c_editor_folding"> + <description>Click below to see help.</description> + <topic href="reference/cdt_u_c_pref.htm" + label="C/C++ Preferences"/> +</context> <context id ="c_editor_navigation"> <description>Click below to see help.</description> <topic href="reference/cdt_u_c_editor_navigation.htm" |