# HG changeset patch # User fturovic # Date 1240328019 18000 # Node ID aa8d5ca0cab24c156ce2915f2268b289f74f40d5 # Parent 7d51a76036fba05e2187ac45c2fa2e17d154242c removed splash screen commit diff -r 7d51a76036fb -r aa8d5ca0cab2 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/extension-points/com_nokia_carbide_templatewizard_wizardTemplate.html --- a/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/extension-points/com_nokia_carbide_templatewizard_wizardTemplate.html Mon Apr 20 10:53:36 2009 -0500 +++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/extension-points/com_nokia_carbide_templatewizard_wizardTemplate.html Tue Apr 21 10:33:39 2009 -0500 @@ -1,65 +1,62 @@ - - - -Wizard Template - - - - -

Wizard Template

-

-
Identifier:
com.nokia.carbide.templatewizard.wizardTemplate

-
Since:
Carbide.c++ 1.2 -

- -
Description:
The wizard template extension point registers a template with the Carbide.c++ template wizard. Templates may create projects or classes. - -See the the documentation under Tasks > Creating Wizard Templates for more information.

-
Configuration Markup:
-

-

<!ELEMENT extension (template+)>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

-

- -

<!ELEMENT template EMPTY>

-

<!ATTLIST template

-

templateId         CDATA #REQUIRED

location           CDATA #REQUIRED

wizardId           CDATA #REQUIRED

groupLabel         CDATA #REQUIRED

filterArguments    CDATA #IMPLIED

image              CDATA #IMPLIED

extraPagesProvider CDATA #IMPLIED>

-

-

-The template element registers a single template with the template wizard.

-
- -
Examples:

-<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
-  <template
-   templateId="com.nokia.cdt.templates.s60.controlapplication"
-   location="templates/projecttemplates/S60-ControlApplication/template.xml"
-   wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard" 
-   groupLabel="S60"
-   filterArguments="S60:1.2;2.0-2.9"
-   image="icons/icon_S60.png"
-  />
-</extension>
-
-

- -
Supplied Implementation:
This extension point registers an XML template. Implementation is not required. -

- -
-

-(C) Copyright 2007 Nokia Corporation. - -

- - + + + +Wizard Template + + + +

Wizard Template

+

+
Identifier:
com.nokia.carbide.templatewizard.wizardTemplate

+
Since:
Carbide.c++ 1.2 +

+ +
Description:
The wizard template extension point registers a template with the Carbide.c++ template wizard. Templates may create projects or classes. + +See the the documentation under Tasks > Creating Wizard Templates for more information.

+
Configuration Markup:
+

+

<!ELEMENT extension (template+)>

+

<!ATTLIST extension

+

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

+

+ +

<!ELEMENT template EMPTY>

+

<!ATTLIST template

+

templateId         CDATA #REQUIRED

location           CDATA #REQUIRED

wizardId           CDATA #REQUIRED

groupLabel         CDATA #REQUIRED

filterArguments    CDATA #IMPLIED

image              CDATA #IMPLIED

extraPagesProvider CDATA #IMPLIED>

+

+

+The template element registers a single template with the template wizard.

+
+ +
Examples:

+<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
+  <template
+   templateId="com.nokia.cdt.templates.s60.controlapplication"
+   location="templates/projecttemplates/S60-ControlApplication/template.xml"
+   wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard" 
+   groupLabel="S60"
+   filterArguments="S60:1.2;2.0-2.9"
+   image="icons/icon_S60.png"
+  />
+</extension>
+
+

+ +
Supplied Implementation:
This extension point registers an XML template. Implementation is not required. +

+ +
+ + + diff -r 7d51a76036fb -r aa8d5ca0cab2 carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/extension-points/templatewizard_wizardTemplate.html --- a/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/extension-points/templatewizard_wizardTemplate.html Mon Apr 20 10:53:36 2009 -0500 +++ b/carbidesdk/com.nokia.carbide.cpp.sdk.doc.user/html/reference/extension-points/templatewizard_wizardTemplate.html Tue Apr 21 10:33:39 2009 -0500 @@ -1,65 +1,66 @@ - - - -Wizard Template - - - - -

Wizard Template

-

- -

com.nokia.carbide.templatewizard.wizardTemplate

- -Carbide.c++ 1.2 - - -The wizard template extension point registers a template with the Carbide.c++ template wizard. Templates may create projects or classes. - -Refer to the documentation under Tasks > Creating Wizard Templates for more information. - -

<!ELEMENT extension (template+)>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

-
-

<!ELEMENT template EMPTY>

-

<!ATTLIST template

-

templateId         CDATA #REQUIRED

location           CDATA #REQUIRED

wizardId           CDATA #REQUIRED

groupLabel         CDATA #REQUIRED

filterArguments    CDATA #IMPLIED

image              CDATA #IMPLIED

extraPagesProvider CDATA #IMPLIED>

-

-

-The template element registers a single template with the template wizard.

-
- -
- -

<extension point="com.nokia.carbide.templatewizard.wizardTemplate">

<template - templateId="com.nokia.cdt.templates.s60.controlapplication"
location="templates/projecttemplates/S60-ControlApplication/template.xml" - wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard" - groupLabel="S60" - filterArguments="S60:1.2;2.0-2.9" - image="icons/icon_S60.png" - /> -

</extension>

- -No API implementation is required to provide a basic template. Templates requiring custom processing in code may implement com.nokia.carbide.templatewizard.process.IProcess -

- - -

This extension point registers an XML template. Implementation is not required.

-
Related Information
-

Creating Wizard Templates
-

- -

- - - + + + +Wizard Template + + + + +

Wizard Template

+

+ +

com.nokia.carbide.templatewizard.wizardTemplate

+ +Carbide.c++ 1.2 + + +The wizard template extension point registers a template with the Carbide.c++ template wizard. Templates may create projects or classes. + +Refer to the documentation under Tasks > Creating Wizard Templates for more information. + +

<!ELEMENT extension (template+)>

+

<!ATTLIST extension

+

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

+
+

<!ELEMENT template EMPTY>

+

<!ATTLIST template

+

templateId         CDATA #REQUIRED

location           CDATA #REQUIRED

wizardId           CDATA #REQUIRED

groupLabel         CDATA #REQUIRED

filterArguments    CDATA #IMPLIED

image              CDATA #IMPLIED

extraPagesProvider CDATA #IMPLIED>

+

+

+The template element registers a single template with the template wizard.

+
+ +
+ +

<extension point="com.nokia.carbide.templatewizard.wizardTemplate">

<!-- Register application template for Yadda Yadda company --> +<template + templateId="com.yadda.templates.application"
location="templates/projecttemplates/Yadda-Application/template.xml" + wizardId="com.yaddayadda.wizards.NewYaddaProjectWizard" + groupLabel="YaddaYadda" + filterArguments="Yadda:1.2;2.0-4.0" + image="icons/icon_yadda_yadda.png" + /> +

</extension>

+ +No API implementation is required to provide a basic template. Templates requiring custom processing in code may implement com.nokia.carbide.templatewizard.process.IProcess +

+ + +

This extension point registers an XML template. Implementation is not required.

+
Related Information
+

Creating Wizard Templates
+

+ +

+ + + diff -r 7d51a76036fb -r aa8d5ca0cab2 core/com.nokia.carbide.cpp/splash.bmp Binary file core/com.nokia.carbide.cpp/splash.bmp has changed