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. 装X神器--Hacker Typer

    昨天在伯乐在线看到了这样一篇文章<终于也能像电影中的黑客那样写代码咯>,觉得很酷炫,介绍了一个叫Hacker Typer的工具 网址:http://hackertyper.net/ 在 P ...

  2. LeetCode:Move Zeroes

    LeetCode:Move Zeroes [问题再现] Given an array nums, write a function to move all 0's to the end of it w ...

  3. 原创:C语言打开、下载、删除网页,统计网页字符个数

    本程序由本人在华夏联盟的ID闪电笨笨原创,首发地址:http://bbs.hx95.com/ 写此程序希望可以可以激发新手学习C语言的积极性! C语言代码实现功能如下:            1.实现 ...

  4. Android正则表达式使用及性能隐患分析

    场景:找出一个关键词在一条短信中出现的次数 使用正则的实现方式: public static int findKeyWordCount(String srcText, String keyword) ...

  5. pe创建激活administrator后消除问题,删除用户问题

    启动pe进入电脑,打开清楚密码,然后选择administrator,点击激活.然后就可以用administrator登陆电脑. 使用完毕后,想要注销administrator. 方法1. 在cmd中输 ...

  6. JAVA 设计模式 解释器模式

    用途 解释器模式 (Interpreter) 定义一个语言,定义它的文法的一种表示. 并定义一个解释器,这个解释器使用该表示来解释语言中的句子. 解释器模式是一种行为型模式. 结构

  7. 【Android】使用属性动画碰到的困惑及讲解

    属性动画的教程网上已经特别多了,本篇也不打算再去各种详解知识点,主要就是记录题主学习属性动画时的碰到的一些困惑,以及后来自己的理解.如果有人也碰到相似的问题,正好可以一起讨论下. 概要 本篇主要涉及的 ...

  8. [译]学习IPython进行交互式计算和数据可视化(二)

    第一章:开始使用IPython 在本章中,我们首先进行一遍IPython的安装过程,在大概浏览一下IPython提供的功能.IPython提供了一个高度优化的Python控制台和Notebook.除此 ...

  9. 在后台代码中动态生成pivot项并设置EventTrigger和Action的绑定

    最近在做今日头条WP的过程中,遇到需要动态生成Pivot项的问题.第一个版本是把几个频道写死在xaml里了,事件绑定也写在xaml里,每个频道绑定一个ObservableCollection<A ...

  10. 基于MVC4+EasyUI的Web开发框架经验总结(12)--利用Jquery处理数据交互的几种方式

    在基于MVC4+EasyUI的Web开发框架里面,大量采用了Jquery的方法,对数据进行请求或者提交,方便页面和服务器后端进行数据的交互处理.本文主要介绍利用Jquery处理数据交互的几种方式,包括 ...