best resources to start programming eclipse plug-ins
Either books (free or not), online tutorials, articles, etc. ...
Either books (free or not), online tutorials, articles, etc. ...
I have some basic questions in eclipse plugin development, can anyone give clarification of the following questions, When should we have to add features in our plugin development ? What is the difference between feature and plugin.xml ? Regards Mathan ...
I'm trying to set the background image of canvas using canvas.setBackgroundImage(image); How can i set the image with a *.png file that is stored in plugin's image sub-directory ? Something like this: PlatformUI.getWorkbench().getSharedImages().getImage(ISharedImages.IMG_OBJS_INFO_TSK) but I want to use my image file instead of t...
Hi! I'm new to portlets and pluto and would like to start with getting a simple hello world portlet up and running on pluto 2.0, but most of the resources I found for this are for earlier versions of pluto or not specific enough for me since I'm new to this area. The eclipse plugin also does not work for pluto 2.0 Please provide links ...
I want to use the default XML editor (org.eclipse.wst.xml.ui) of Eclipse in an RCP application. I need to read the DOM of the xml file currently open. The plugin doesn't offer any extension point, so I'm trying to access the internal classes. I am aware that the I should not access the internal classes, but I don't have another option. ...
Hi Friends I have installed eclipse JDE plugin (ie BlackBerry_JDE_PluginFull_1.0.0.67.exe) , i can create a blackberry project only for BlackBerry JDE 4.5.0 . when i see in window ->preferences ->blackberry->installed components of eclipse ony BlackBerry JDE component package 4.5.0 is available, if i want to have multiple JDEs what sh...
How to use preprocessor directives in BlackBerry JDE plugin for eclipse? ...
I have a Java Eclipse project, but I don't run it from the command line using java.exe. Instead I run it through a python script that runs the java. What I'd like to do is run this when I hit the 'Run' button in eclipse and see the output in Eclipse's console window. Unfortunately the available run configuration options available are a ...
I have an EMF project and i want to use the editor from the emf inside a multipageeditor i have created. Can I do it? or should I change the multipageeditor from the emf to regular editorpart (keep just one editor) ...
Hi all! I installed VEditor (http://sourceforge.net/projects/veditor/) in Eclipse, apparently successfully. But I can't seem to use it! I'm new to Eclipse plugins (and to Eclipse itself, as a matter of fact), but I'm guessing I would have the option to create a new project with the type "Verilog Project", or something, but there's no su...
Hi, I've developed an Eclipse (3.5) plugin for my employer (a university) using Graphical Editing Framework (GEF). Deploying the app should be as simple as pressing the "Export Wizard" link and entering an archive name and hitting "Finish" (shown in the images below). But then I encounter the an error dialog protesting "Could not find...
I've been searching high and low for an Eclipse feature that lets you right-click on a main source class and find the corresponding JUnit class(es), without me having to navigate through the test classes of my project. I am using Mylyn which helps reduce the clutter but it would be much easier if there was a feature that performs a find ...
I'm trying to use a relatively new Eclipse plug-in (http://uqbar-tomcat-xt.sourceforge.net/download.html). It doesn't have an update site, so I can't install it through the UI in Eclipse, which usually resolves dependencies. All that's available for download is a single .jar, and the instructions on the website say to just drop it in ecl...
How to install eclipse php in ubuntu platform using apt get install. Any other utilities are required to do that ...
Hi, I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd settle for a standalone tool. Any pointers appreciated, thanks. ...
I'm trying to create a JavaUI.createTypeDialog() which restricts the user to selecting only types belonging to a particular interface. How could I do this? ...
I am facing a problem of installing ADT from https://dl-ssl.google.com/android/eclipse/ and http://dl-ssl.google.com/android/eclipse/ It shows some transfer error. I have downloaded the ADT plugin archive ADT-0.9.3.zip Can i use this archive? If yes please let me know. If no, then please tell me some alternatives. ...
I have a problem regarding Subclipse and the Eclipse Package Explorer. The svn update-progress itself works perfect, however when I restart Eclipse after having updated the sources with Subclipse, the Eclipse Package Explorer shows every file/directory as if it was a single package. Thus the view is confusing. Is this a known problem? Do...
Is it possible to use Ant scripts to checkin/checkout source code elements while using the CCRC plugin to eclipse? I am getting an error message saying that the element the script is attempting to check out is not part of the VOB, but of course it is there and I can check it out manually. ...
Just added Mercurial plugin (1.4.12.86) to Eclipse (Web Dev Version, Build id:20090920-1017), and got this error on startup: Cannot run program "hg": CreateProcess error=2, The system cannot find the file specified Found a thread on the same problem, but have no idea how to fix it. Here's more from the log: !SUBENTRY 1 com.vectrace....