2
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<?eclipse version="3.0"?>
|
|
3 |
<plugin>
|
|
4 |
|
|
5 |
<extension
|
|
6 |
point="org.eclipse.help.toc">
|
|
7 |
<toc
|
|
8 |
file="toc.xml"
|
|
9 |
primary="true"/>
|
|
10 |
<toc
|
|
11 |
file="tocconcepts.xml"
|
|
12 |
primary="false"/>
|
|
13 |
<toc
|
|
14 |
file="tocgettingstarted.xml"
|
|
15 |
primary="false"/>
|
|
16 |
<toc
|
|
17 |
file="tocreference.xml"
|
|
18 |
primary="false"/>
|
|
19 |
<toc
|
|
20 |
file="toctasks.xml"
|
|
21 |
primary="false"/>
|
|
22 |
|
|
23 |
<!-- Moved release notice to manual (20080517)
|
|
24 |
<toc
|
|
25 |
file="tocRelease.xml"
|
|
26 |
primary="false"/>
|
|
27 |
-->
|
|
28 |
|
|
29 |
<index path="index" />
|
|
30 |
</extension>
|
|
31 |
|
|
32 |
<!-- UI Designer cheatsheets extension -->
|
|
33 |
<!--
|
|
34 |
<extension
|
|
35 |
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
|
|
36 |
|
|
37 |
<category
|
|
38 |
id="com.nokia.carbide.cpp.uidesigner.cheatsheets"
|
|
39 |
name="UI Designer Development" />
|
|
40 |
|
|
41 |
<cheatsheet
|
|
42 |
category="com.nokia.carbide.cpp.uidesigner.cheatsheets"
|
|
43 |
contentFile="html/cheatsheets/uid_getStarted_cs.xml"
|
|
44 |
id="com.nokia.carbide.cpp.uidesigner.doc.user.uid_GetStarted"
|
|
45 |
name="Getting Started with UI Designer" />
|
|
46 |
|
|
47 |
<cheatsheet
|
|
48 |
category="com.nokia.carbide.cpp.uidesigner.cheatsheets"
|
|
49 |
contentFile="html/cheatsheets/uid_custom_components_cs.xml"
|
|
50 |
id="com.nokia.carbide.cpp.uidesigner.doc.user.uid_CustComponents"
|
|
51 |
name="Creating Custom Components" />
|
|
52 |
|
|
53 |
</extension>
|
|
54 |
-->
|
|
55 |
|
|
56 |
<!-- Add UI Designer info to Welcome pages to extend content -->
|
|
57 |
|
|
58 |
<extension
|
|
59 |
point="org.eclipse.ui.intro.configExtension">
|
|
60 |
|
|
61 |
<configExtension
|
|
62 |
configId="org.eclipse.ui.intro.universalConfig"
|
|
63 |
content="intro/overviewUIDesignerExtContent.xml" />
|
|
64 |
|
|
65 |
<configExtension
|
|
66 |
configId="org.eclipse.ui.intro.universalConfig"
|
|
67 |
content="intro/tutorialsUIDesignerExtContent.xml" />
|
|
68 |
|
|
69 |
<configExtension
|
|
70 |
configId="org.eclipse.ui.intro.universalConfig"
|
|
71 |
content="intro/newsUIDesignerExtContent.xml" />
|
|
72 |
|
|
73 |
<!--
|
|
74 |
<configExtension
|
|
75 |
configId="com.nokia.carbide.cpp.introConfig"
|
|
76 |
content="intro/samplesUIDesignerExtContent.xml" />
|
|
77 |
-->
|
|
78 |
|
|
79 |
</extension>
|
|
80 |
|
|
81 |
<!-- CONTEXT IDs for extending CONTEXTUAL HELP in windows, dialogs, and views -->
|
|
82 |
|
|
83 |
<extension point="org.eclipse.help.contexts" >
|
|
84 |
|
|
85 |
<contexts
|
|
86 |
file="html/context_help/com_nokia_sdt_symbian_ui.xml"
|
|
87 |
plugin="com.nokia.carbide.cpp.symbian.ui" />
|
|
88 |
|
|
89 |
<contexts
|
|
90 |
file="html/context_help/com_nokia_sdt_uidesigner.xml"
|
|
91 |
plugin="com.nokia.carbide.cpp.uidesigner" />
|
|
92 |
|
|
93 |
<contexts
|
|
94 |
file="html/context_help/org_eclipse_ui.xml"
|
|
95 |
plugin="org.eclipse.ui" />
|
|
96 |
|
|
97 |
<contexts
|
|
98 |
file="html/context_help/com_nokia_sdt_uimodel.xml"
|
|
99 |
plugin="com.nokia.carbide.cpp.uimodel" />
|
|
100 |
|
|
101 |
<!-- ADD UID INFO TO CARBIDE.C++ PREF PANEL -->
|
|
102 |
<contexts file="html/context_help/com_symbian_cdt_sdk.xml"
|
|
103 |
plugin="com.symbian.cdt.sdk" />
|
|
104 |
|
|
105 |
<!-- UID WIZARDS F1 HELP -->
|
|
106 |
<contexts
|
|
107 |
file="html/context_help/carbide_wizards_uid.xml"
|
|
108 |
plugin="com.nokia.carbide.cpp.series60.componentlibrary" />
|
|
109 |
|
|
110 |
<contexts
|
|
111 |
file="html/context_help/com_nokia_carbide_templatewizard.xml"
|
|
112 |
plugin="com.nokia.carbide.templatewizard" />
|
|
113 |
|
|
114 |
</extension>
|
|
115 |
|
|
116 |
<extension point="org.eclipse.help.index">
|
|
117 |
<index file="html/index.xml"/>
|
|
118 |
</extension>
|
|
119 |
|
|
120 |
</plugin> |