Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 637e2bebb1d0791183a877d53ab908b2cf25d380 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?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
******************************************************************
-->
<!DOCTYPE contexts 	[
	<!ENTITY defaultCSHelp "Default Context Sensitive Help">
	
	<!ENTITY errorParsers "Error Parsers, C/C++ Properties window">
	<!ENTITY binaryParser "Binary Parser page, C/C++ Properties window">
	<!ENTITY targetPlatform "Target platform, C/C++ Properties window">
	
	<!ENTITY generalPage "General page, Preferences window">
	<!ENTITY annotationsPage "Annotations page, Preferences window">
	<!ENTITY colorsPage "Colors page, Preferences window">
	<!ENTITY contentAssist "Content Assist page, Preferences window">
	<!ENTITY codeTemplates "Code Templates page, Preferences window">
	<!ENTITY searchPage "C/C++ Search page, Search dialog box">
	
	<!ENTITY outlineView "Outline view">
	<!ENTITY projectsView "C/C++ Projects view">
	<!ENTITY commonPage "Common page, Run/Debug dialog box">
	
]>
<contexts>

<context id ="default_cs_help">
   <description>Click below to see help.</description>
   <topic href="default_cs_help.htm"
   	label="&defaultCSHelp;"/>
</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="&errorParsers;"/>
</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="&binaryParser;"/>
</context>

<context id ="man_proj_platform_help">
   <description>Select a target deployment platform. </description>
   <topic href="reference/cdt_u_newproj_platf.htm"
   	label="&targetPlatform;"/>
</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="&generalPage;"/>
</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="&annotationsPage;"/>
</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="&colorsPage;"/>
</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="&contentAssist;"/>
</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="&codeTemplates;"/>
</context>

<context id ="c_search_page">
   <description>Search for C/C++ elements. </description>
   <topic href="reference/cdt_u_search.htm"
   	label="&searchPage;"/>
</context>

</contexts>

Back to the top