eclipse 扩展点常量ID 列表如下:

Name    ID

-------------------------------------------------

Category File    org.eclipse.ui.category.file

-------------------------------------------------

New        org.eclipse.ui.newWizard

Close        org.eclipse.ui.file.close

Close All    org.eclipse.ui.file.closeAll

Import        org.eclipse.ui.file.import

Export        org.eclipse.ui.file.export

Save        org.eclipse.ui.file.save

Save As    org.eclipse.ui.file.saveAs

Save All    org.eclipse.ui.file.saveAll

Print        org.eclipse.ui.file.print

Revert        org.eclipse.ui.file.revert

Restart    org.eclipse.ui.file.restartWorkbench

Refresh    org.eclipse.ui.file.refresh

Properties    org.eclipse.ui.file.properties

Exit        org.eclipse.ui.file.exit

Move...    org.eclipse.ui.edit.move

Rename        org.eclipse.ui.edit.rename

Close Others    org.eclipse.ui.file.closeOthers

-----------------------------------------------

Category Edit    org.eclipse.ui.category.edit

-----------------------------------------------

Undo            org.eclipse.ui.edit.undo

Redo            org.eclipse.ui.edit.redo

Cut            org.eclipse.ui.edit.cut

Copy            org.eclipse.ui.edit.copy

Paste            org.eclipse.ui.edit.paste

Delete            org.eclipse.ui.edit.delete

Content Assist        org.eclipse.ui.edit.text.contentAssist.proposals

Context Information    org.eclipse.ui.edit.text.contentAssist.contextInformation

Select All        org.eclipse.ui.edit.selectAll

Find and Replace    org.eclipse.ui.edit.findReplace

Add Bookmark        org.eclipse.ui.edit.addBookmark

-----------------------------------------------

Category Navigate    org.eclipse.ui.category.navigate

-----------------------------------------------

Go Into        org.eclipse.ui.navigate.goInto

Back            org.eclipse.ui.navigate.back

Forward        org.eclipse.ui.navigate.forward

Up            org.eclipse.ui.navigate.up

Next            org.eclipse.ui.navigate.next

Backward History    org.eclipse.ui.navigate.backwardHistory

Forward History    org.eclipse.ui.navigate.forwardHistory

Previous        org.eclipse.ui.navigate.previous

Toggle Link with Editor    org.eclipse.ui.navigate.linkWithEditor

Next Page        org.eclipse.ui.part.nextPage

Previous Page        org.eclipse.ui.part.previousPage

Collapse All        org.eclipse.ui.navigate.collapseAll

Show In        org.eclipse.ui.navigate.showIn

-----------------------------------------------

Category Window    org.eclipse.ui.category.window

-----------------------------------------------

New Window        org.eclipse.ui.window.newWindow

New Editor        org.eclipse.ui.window.newEditor

Quick Switch Editor    org.eclipse.ui.window.openEditorDropDown

Quick Access        org.eclipse.ui.window.quickAccess

Switch to Editor    org.eclipse.ui.window.switchToEditor

Show System Menu    org.eclipse.ui.window.showSystemMenu

Show View Menu        org.eclipse.ui.window.showViewMenu

Activate Editor    org.eclipse.ui.window.activateEditor

Maximize Active View or Editor    org.eclipse.ui.window.maximizePart

Minimize Active View or Editor    org.eclipse.ui.window.minimizePart

Next Editor        org.eclipse.ui.window.nextEditor

Previous Editor    org.eclipse.ui.window.previousEditor

Next View        org.eclipse.ui.window.nextView

Previous View        org.eclipse.ui.window.previousView

Next Perspective    org.eclipse.ui.window.nextPerspective

Previous Perspective    org.eclipse.ui.window.previousPerspective

Close All Perspectives    org.eclipse.ui.window.closeAllPerspectives

Close Perspective    org.eclipse.ui.window.closePerspective

Close Part        org.eclipse.ui.file.closePart

Customize Perspective    org.eclipse.ui.window.customizePerspective

Hide Editors        org.eclipse.ui.window.hideShowEditors

Lock the Toolbars    org.eclipse.ui.window.lockToolBar

Pin Editor        org.eclipse.ui.window.pinEditor

Preferences        org.eclipse.ui.window.preferences

Reset Perspective    org.eclipse.ui.window.resetPerspective

Save Perspective As    org.eclipse.ui.window.savePerspective

Show Key Assist    org.eclipse.ui.window.showKeyAssist

Toggle Toolbar Visibility    org.eclipse.ui.ToggleCoolbarAction

-----------------------------------------------

Category Help    org.eclipse.ui.category.help

-----------------------------------------------

Help Contents        org.eclipse.ui.help.helpContents

Help Search        org.eclipse.ui.help.helpSearch

Dynamic Help        org.eclipse.ui.help.dynamicHelp

Welcome        org.eclipse.ui.help.quickStartAction

Tips and Tricks    org.eclipse.ui.help.tipsAndTricksAction

About            org.eclipse.ui.help.aboutAction

Display Help        org.eclipse.ui.help.displayHelp

-----------------------------------------------

Category Views        org.eclipse.ui.category.views

-----------------------------------------------

Show View        org.eclipse.ui.views.showView

-----------------------------------------------

Category Perspectives    org.eclipse.ui.category.perspectives

-----------------------------------------------

 Show Perspective    org.eclipse.ui.perspectives.showPerspective
 
转自:http://blog.csdn.net/soszou/article/details/8065339

Eclipse 扩展点常量ID的更多相关文章

  1. Eclipse 寻找迷失的ID

    这一篇会介绍用一种蠢的办法找拓展点常量ID. 1.打开IDE,之后什么都不干,直接关闭IDE,将当前工作区间(workspace)上的文件.metadata\.plugins\org.eclipse. ...

  2. Eclipse 扩展activiti-desinger 安装

    activiti-desinger 工作流画图工具分为在线安装.离线安装两种方式:下图提供当前所用eclipse版本信息 1.1        在线安装 打开Eclipse -> Help -& ...

  3. Eclipse扩展点实践之添加菜单项(ActionSet方式实现)

    ActionSet方式比起Command方式,比较直观,但是功能有限. 首先:新建一个项目,在Extension中添加org.eclipse.ui.actionSets的扩展. 然后,new-> ...

  4. Eclipse扩展点实践之添加快捷菜单项(Command方式实现)

    有两种方式,一种是Action的方式,另一种是Command的方式(这两种方式的区别详见:http://wiki.eclipse.org/FAQ_What_is_the_difference_betw ...

  5. Eclipse扩展安装插件方式

    Eclipse安装插件经常使用的是直接安装的方式,就是将插件中包含的plugins和features文件夹中的内容直接复制到了Eclipse的plugins和features文件夹内,这样很容易导致插 ...

  6. php扩展开发-常量

    //常量在内核中的结构 typedef struct _zend_constant { zval value; int flags; char *name; uint name_len; int mo ...

  7. 定制Eclipse IDE之界面篇

    为什么要定制IDE?      在工作时候,当公司有了自己的框架,给自己开放人员用,甚至是可以卖的时候,我们可以做成一个产品,而这个产品将包括框架本身.文档.工具.教程等等.工具之中最重要的莫过于开发 ...

  8. Eclipse 插件开发 -- 深入理解菜单(Menu)功能及其扩展点( FROM IBM)

    Eclipse 插件开发 -- 深入理解菜单(Menu)功能及其扩展点 菜单是各种软件及开发平台会提供的必备功能,Eclipse 也不例外,提供了丰富的菜单,包括主菜单(Main Menu),视图 / ...

  9. atitit.eclipse有多少api  扩展点,以及扩展点的设计

    atitit.eclipse有多少api  扩展点,以及扩展点的设计 不赞成使用的.作废的以及内部的扩展点 [扩展]页显示了几个你不应该在你的插件中使用的扩展点.在附表C.1的[描述]栏中,我们使用如 ...

随机推荐

  1. 10分钟学会理解和解决MySQL乱码问题

    在阅读本文之前,强烈建议对字符集编码概念还比较模糊的同学 阅读下博主之前对相关概念的一篇科普:十分钟搞清字符集和字符编码 本博客已经迁移至: http://cenalulu.github.io/ 为了 ...

  2. bootstrap插件思路整理

    知识有时也需温故知新嘛,本次做一次bs插件梳理. $.support.transition 通过判断自定义元素是否支持WebkitTransition.MozTransition.OTransitio ...

  3. .NET应用服务器

    昨天参加Oracle的一个活动,知道了WebLogic的强大,于是对应用服务器产生了兴趣. WebLogic是一个Java EE应用服务器(与Java EE对应的另外一个技术平台就是.NET). 为什 ...

  4. 自制jquery可编辑的下拉框

    昨天看到QQ登录的时候,可以选择以前登录过的账户,这个东西也可以在网站登录的时候用到,所以我就想做一个这样的插件:在网上查了很多,没有找到合适自己的,所以决定自动制作一个. 原理就是一个textbox ...

  5. selenium-webdriver(python) (十六) --unittest 框架

    学习unittest 很好的一个切入点就是从selenium IDE 录制导出脚本.相信不少新手学习selenium 也是从IED 开始的. IDE学习参考: 菜鸟学自动化测试(一)----selen ...

  6. Testing - 测试基础 - 模型

    珠玉在前,不再赘言. 软件测试模型 软件测试模型汇总

  7. Cordova webapp实战开发:(4)Android环境搭建

    在<Cordova webapp实战开发:(3)后面可能会学到的东西>中我们说了一下后续大致包括的内容,今天我们继续.上周我在掌中广材集成了友盟的社交分享,今天想集成iOS应该很顺利的,但 ...

  8. [SDK2.2]Windows Azure Cloud Service (35) 使用VS2013发布Azure Cloud Service

    <Windows Azure Platform 系列文章目录> 好久没有更新BLOG了,今天我们继续Windows Azure相关的内容. 笔者最近把Visual Studio升级到了20 ...

  9. c# 多线程系列二 自定义线程执行器

    看了第一篇文章,多线程系列,看到了在线程执行任务队列有了一定的了解~! 那么今天我来讲讲,怎么样构建通用的自定义线程概念! 线程执行任务,肯定要有目标,但是如果写死了,那么一个线程处理执行职能按照思路 ...

  10. 三、BLE(上)

    1.      BLE 1.1       模块构成与结构体层次关系 如上图所示,BLE模块有独立的application layer,这是因为该模块可以直接从BlueCore接收数据(通过GATT模 ...