Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aba2b14bd433df8a64c5ba6d5ccfa16259f7e311 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<!--
******************************************************************
**  (C) COPYRIGHT International Business Machines Corp. 2001,2003
**  All Rights Reserved * Licensed Materials - Property of IBM
******************************************************************
-->

<contexts>

<context id ="default_cs_help">
   <description>Click below to see help.</description>
   <topic href="default_cs_help.htm"
   	label="Default Context Sensitive Help"/>
</context>

<context id ="cdt_error_parsers_page">
   <description>Control the build messages displayed in the Tasks view. </description>
   <topic href="reference/cdt_u_newproj_parser_error.htm"
   	label="Error Parsers, C/C++ Properties window"/>
</context>

<context id ="cdt_binary_parser_page">
   <description>Select a binary parser for the target platform. </description>
   <topic href="reference/cdt_u_newproj_parser_binary.htm"
   	label="Binary Parser page, C/C++ Properties window"/>
</context>

<context id ="man_proj_platform_help">
   <description>Select a target deployment platform. </description>
   <topic href="reference/cdt_u_newproj_platf.htm"
   	label="Target platform, C/C++ Properties window"/>
</context>

<context id ="new_c_editor_pref_page_context">
   <description>Customize the appearance of the C/C++ Editor. </description>
   <topic href="reference/cdt_u_c_editor_gen.htm"
   	label="General page, Preferences window"/>
</context>

<context id ="new_c_editor_annotations_pref_page_context">
   <description>Customize the appearance of the C/C++ Editor. </description>
   <topic href="reference/cdt_u_c_editor_anno.htm"
   	label="Annotations page, Preferences window"/>
</context>

<context id ="new_c_editor_colors_pref_page_context">
   <description>Customize the appearance of the C/C++ editor. </description>
   <topic href="reference/cdt_u_c_editor_color.htm"
   	label="Colors page, Preferences window"/>
</context>

<context id ="new_c_editor_content_assist_pref_page_context">
   <description>Customize how the Content Assist feature works. </description>
   <topic href="reference/cdt_u_c_editor_con_assist.htm"
   	label="Content Assist page, Preferences window"/>
</context>

<context id ="new_c_templates_pref_page_context">
   <description>Create, edit, remove, import, or export code templates. </description>
   <topic href="reference/cdt_u_code_temp.htm"
   	label="Code Templates page, Preferences window"/>
</context>

<context id ="c_search_page">
   <description>Search for C/C++ elements. </description>
   <topic href="reference/cdt_u_search.htm"
   	label="C/C++ Search page, Search dialog box"/>
</context>

</contexts>

Back to the top