?? plugin.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 + -