添加视图和多视图模板到Carbide C++ V1.3

1、更改plugin.xml(Carbide.c++ v1.3\plugins\com.nokia.cdt.templates_1.3.0.024\plugin.xml),添加以下内容

Code
<!-- 1901 add start -->
<template
    
filterArguments="S60:3.0-5.0"
    groupLabel
="%S60.3.label"
    image
="icons/icon_S60.png"
    location
="templates/com/nokia/cdt/templates/projecttemplates/S603rd-ViewApplication/template.xml"
    templateId
="com.nokia.cdt.templates.s60.viewapplication"
    wizardId
="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>

<template
    
filterArguments="S60:3.0-5.0"
    groupLabel
="%S60.3.label"
    image
="icons/icon_S60.png"
    location
="templates/com/nokia/cdt/templates/projecttemplates/S603rd-MuViewApplication/template.xml"
    templateId
="com.nokia.cdt.templates.s60.viewapplication"
    wizardId
="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
<!-- 1901 add end -->


2、解压压缩文件,添加模版到下面目录
Carbide.c++ v1.3\plugins\com.nokia.cdt.templates_1.3.0.024\templates\com\nokia\cdt\templates


3、删除下面两个缓存目录
Carbide.c++ v1.3\configuration\org.eclipse.core.runtime
Carbide.c++ v1.3\configuration\org.eclipse.osgi

 

下载视图模板

下载多视图模板

posted @ 2009-06-09 14:51  1901  阅读(551)  评论(0编辑  收藏  举报