eclipse

CheckboxCellEditor shows text and not a check box

I'm using the following org.eclipse.jface.viewers.CheckboxCellEditor.CheckboxCellEditor(Composite parent) I'm creating a table viewer with cellEditors and doing the following CellEditor[] editors = new CellEditor[columnNames.length]; editors[7] = new CheckboxCellEditor(table); I have a CellModifier that has the following public Ob...

Qt + OpenCV + eclipse (on windows)

can anyone please help me with a tutorial for integrating Qt and OpenCV on eclipse IDE? (windows). Qt works just fine, OpenCV works just fine, but together - no good.. I'm losing my mind here.. Thanks! ...

How can I compare two revisions in git?

I am using the eclipse plugin for Git on Mac OS 10.6, and I cannot figure out how to compare two version of a file. I can pull up the file's history, and see all of the commits, with their messages, but I can't figure out how to see what changed in each commit. This was very easy with subversion, and I'm sure its easy with Git, if you ...

Building FLTK Project in Eclipse

I am having trouble getting set up with FLTK in Eclipse. I am trying to create an OpenGL window with the following code (which I found here): #include <FL/Fl.H> #include <FL/Fl_Gl_Window.H> #include <FL/gl.h> // // Simple resizable 2D GL window // erco 10/08/05 // class MyGlWindow : public Fl_Gl_Window { // DRAW METHOD // ...

Setting project for eclipse using maven

Hi, I'm trying to start modifying an existing application with Eclipse. Actually I had it working before, but I deleted the project, and now with "mvn eclipse:eclipse" I get the following: [INFO] Resource directory's path matches an existing source directory. Resources will be merged with the source directory src/main/resources [INFO] ...

Problems building Drools 4 project in Eclipse

I'm having trouble compiling a drools 4 project. I'm getting errors in the rules file saying Only a type can be imported. <<MyClassName>> resolves to a package The incremental compiler isn't working because of this. How do I fix the errors or get eclipse to ignore them? ...

Attempting to export/deploy an Eclipse plugin I created, Eclipse complains of bad ANT classpath

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...

Eclipse function/plugin that finds corresponding junit class?

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 ...

Eclipse : Welcome page not getting displayed.

I am working on an application which is built on top of Eclipse. Though everything is working fine on windows, Sles 32 and 64 bit, but on SLED 64 bit the Welcome page is not getting Displayed. When you try to open the welcome page it throws an MalformedUrl exception with "Could not load Swt Style: content/shared.css" as error message. ...

VSS plugin for eclipse

Is there a timetested VSS plugin in Eclipse? I had used a plugin which would have robbed off my previous project.Any suggestions would help. ...

help me doing this- 'installing Android zip in Eclipse3.5 sdk'

I'm having problem with installing the android in with Eclipse 3.5 sdk. Here are some specifications, I have the android 1.5 sdk zip file, and And the Eclipse 3.5 sdk zip file. I have tried installing android as a plug-in but was unable, please tell me the way so that i can install android in Eclipse with above specifications onl...

Why is Galileo update site empty?

I just installed Eclipse Galileo for Java developers and noticed that the update site list is empty. Does anyone else have the same problem? I don't know the URL's for the update sites. ...

how can i associate/use PDT with eclipse in ubuntu?terr

I want to use PDT to debug PHP with eclipse. I am using ubuntu 9.04. Can any one help me? please give details if possible. ...

How do I resolve a dependency in an Eclipse plug-in I didn't write?

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...

SeleniumException: ERROR: There was an unexpected Alert!

I get this error while running selenium RC tests against IE7. com.thoughtworks.selenium.SeleniumException: ERROR: There was an unexpected Alert! [error:[object Error]] It happens whenever I attempt to click a link or a tab or anything clickable. Any Ideas guys. This is really frustrating. ...

What's the difference between the "jee" and "rcp" distributions of Eclipse?

What are the differences, specifically, between the JEE and RCP versions of Eclipse? And how would one essentially get a "combined" version that includes all the best goodies for plugin development along with the best tools for JEE? I think what I'm looking for is the ability to create a "merged" instance entirely through the p2 updat...

"Error while loading manipulator"

I'm continually getting the following error under Eclipse Galileo while trying to install the WTP Web Page Editor plugin: java.lang.IllegalStateException: Error while loading manipulator. at org.eclipse.equinox.internal.p2.touchpoint.eclipse.LazyManipulator.loadDelegate(LazyManipulator.java:54) at org.eclipse.equinox.internal.p2.touchpo...

Sametime Plugin Development Using Eclipse 3.5 and ST 7.5

I have been trying to setup a Dev environment for Sametime Plugin Development for a week now but I am facing issues in one form or the other. The issues that I am facing are After setting up the Env, the extension point schemas are missing and i am getting only the word "Generic" instead of the actual extension. The above issue made me...

Autocomplete Parameter names in Eclipse Without Source

I am working with a proprietary library that has JavaDocs, but no source code. I've attached the JavaDocs to the library's jar, but I still can't get useful parameter names auto-completed (they are named arg0, arg1, arg2, etc). Is there any way to fix this without source code? ...

Debugging php on ubuntu 9.04?

Is there any IDE (linux based) for PHP that can be used to debug? Or any one can help me to configure debug properties/settings of eclipse? Now i am using ubuntu 9.04. i have tried to debug but havn't tried to configure, because i don't know how to configure it. can you tell me the exact way? please help me. ...