eclipse plugin development: E:\workspaces\Eclipse_workspace_rcp\.metadata\.plugins\org.eclipse.pde.core\Eclipse Application set the preferencestore in where: setPreferenceStore(Activator.getDefault().getPreferenceStore()); eclipse build 假设你的插件已经开发完毕,…
Eclipse -  FindBugs Plugin 的安装和使用 FindBugs is a static analysis tool that examines the classes in search of potential problems during development, providing a powerful code auditing feature. It analyzes the bytecode to identify the familiar patterns.…
http://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseCpp_HowTo.html Eclipse 4.3 (Kepler) for C/C++ Programming How To Install Eclipse CDT 8.2 and Get Started Eclipse is an open-source Integrated Development Environment (IDE) supported by IBM.…
Plug-in metedata tell eclipse runtime kernel how to create a expected object and set its perperties,  and assign these objects to defined interfce object, make these interface objects  communicate with each other. org.eclipse.compare/plugin.xml <?xml…
(The reason why I write English blog is that I'm trying to improve my written English. The Chinese version will be appended later.) Tips For Your  Maya Plugin Development - Request a block of node id from Autodesk for your studio or company if you ar…
使用 Eclipse C/C++ Development Toolkit 开发应用程序 (转) 来自http://blog.csdn.net/favory/article/details/1890801 提到 “Eclipse”,大多数人都会想到 “Java™ IDE”.与其他 IDE 相比,Eclipse 更多地被提到.使用适当的插件,可以把 Eclipse 与 PHP.Ruby.Groovy.C 和 C++ 结合使用.在本文中,您将开始使用 Eclipse C/C++ Development…
RCP:如何移除Search对话框中不需要的项 2013-08-18 22:31 by Binhua Liu, 231 阅读, 0 评论, 收藏, 编辑 前言 很久没写文章了,准备写一系列关于Eclipse RCP /Plugin的文章. 这些文章都是trouble shooting性质的,不准备写的很细,当你碰到这样的问题,google到时,能帮你把问题解决了,这就ok了.另外有些问题我也是不求甚解的,哈. 正文 Search Dialog中可能出现一些你不需要的项,比如“Java Searc…
org.eclipse.ui.menus locationURI MenuContribution locationURI = "[Scheme]:[id]?[argument-list]" 1.menu or toolbar 2. problem view popup:org.eclipse.ui.views.ProblemView?after= org.eclipse.ui.main.menu?after= org.eclipse.search.menu?dialogGroup o…
http://w3facility.org/question/how-to-programmatically-new-a-java-class-which-implements-sepecified-interface-in-eclipse-plugin-development/ OpenNewClassWizardAction wizard = new OpenNewClassWizardAction(); wizard.setOpenEditorOnFinish(false); NewCla…
1.安装Ruby ①.从http://rubyinstaller.org/downloads/下载安装包:rubyinstaller-2.2.5-x64.exe,直接安装.(so easy) 2.安装IDE ①.由于常用Eclipse,所以优先使用自己熟悉的IDE,使用Aptana Studio 3 Plugin.Installing via Eclipse (Aptana Studio 3安装失败了,暂时不知道原因.所以也就使用了Eclipse+Plugin) ②.运行Ruby时发现在Cons…