⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plugin.xml

📁 基于RCP实现的CRM系统, 数据库使用mysql数据库, 是学习RCP应用和插件的很好的例子
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>

   <extension
         id="superCRM"
         point="org.eclipse.core.runtime.applications">
      <application>
         <run
               class="superCRM.intro.Application">
         </run>
      </application>
   </extension>
   <extension
         point="org.eclipse.ui.perspectives">
      <perspective
            name="Default"
            class="superCRM.intro.Perspective"
            icon="icons/logo.gif"
            id="SuperCRM.perspective">
      </perspective>
   </extension>
   <extension
         point="org.eclipse.ui.intro">
      <intro
            class="org.eclipse.ui.intro.config.CustomizableIntroPart"
            id="superCRM.introID">
      </intro>
      <introProductBinding
            introId="superCRM.introID"
            productId="com.fengmanfei.SuperCRM">
      </introProductBinding>
   </extension>
   <extension
         point="org.eclipse.ui.intro.config">
      <config
            introId="superCRM.introID"
            content="introContent.xml"
            id="SuperCRM.configId">
         <presentation
               home-page-id="root">
            <implementation
                  kind="html"
                  os="win32,linux,macosx">
            </implementation>
         </presentation>
      </config>
   </extension>
   <extension
         point="org.eclipse.ui.intro.configExtension">
      <configExtension
            content="ext.xml"
            configId="SuperCRM.configId">
      </configExtension>
   </extension>
   <extension
         point="org.eclipse.ui.preferencePages">
      <page
            class="superCRM.preferences.BasicPreferencePage"
            id="superCRM.preferences.BasicPreferencePage"
            name="鍩烘湰璁剧疆"/>
      <page
            class="superCRM.preferences.LoginPreferencePage"
            id="superCRM.preferences.LoginPreferencePage"
            name="鐧诲綍璁剧疆"/>
   </extension>
   <extension
         point="org.eclipse.core.runtime.preferences">
      <initializer class="superCRM.preferences.PreferenceInitializer"/>
   </extension>
   <extension
         point="org.eclipse.ui.views">
      <view
            allowMultiple="true"
            class="superCRM.views.NavView"
            icon="icons/nav.gif"
            id="superCRM.views.NavView"
            name="瀵艰埅瑙嗗浘"/>
      <view
            allowMultiple="false"
            class="superCRM.views.SearchView"
            icon="icons/search.gif"
            id="superCRM.views.SearchView"
            name="鎼滅储瑙嗗浘"/>
      <view
            allowMultiple="false"
            class="superCRM.views.QuickNewCustomerView"
            icon="icons/customer.gif"
            id="superCRM.views.QuickNewCustomerView"
            name="蹇

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -