eclipse

Eclipse Error Correct Suggestion Caching

I'm using Eclipse Galileo working with a large java project. When I type out a method like: InterfaceDefinedInOtherPackageAndNotYetImported getSomething() { return something; } Eclipse will underline the InterfaceDefinedInOtherPackageAndNotYetImported type, because I have not yet imported it. So I position my cursor on it and pres...

How to access dynamic proxies from eclipse network settings?

Hi I am working on a eclipse plugin which needs to connect to a remote server. I am trying to use the eclipse network settings to get the proxyHost and Port. I have been able to get the "Manual" settings proxy using the IProxyService and IProxyData classes and also "Native" proxy settings if set in the local machine. The problem occurs ...

Why is ADT calling code that the doc specifies throws an UnsupportedOperationException?

My XML layout in res/layout/edit.xml: <?xml version="1.0" encoding="utf-8"?> <GridView android:id="@+id/GridView01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:numColumns="2"> <TextView android:text="Person's Name" android:id="@+...

Java in Eclipse: generating .class file automatically

Hello, when I change my foo.java file in Eclipse there are no changes in the foo.class inside the bin folder. I think there must be a way that Eclipse change this automatically when altering an foo.java file? I even can't make it manually. Hope you can help me. Thanks ...

Eclipse PHP Zend: running old script even though it has been modified and saved?

i am running eclipse php with zendserver and debugging with zend debugger. that all worked. however, i just reinstalled windows 7 due to a computer crash and dragged over my eclipse folder from my old windows to my new (current) installation of windows. when i edited my old file, index.php, i saved it then ran in debug mode, but it look...

Eclipse/Netbeans Platform and Plugin architecture (what about in .NET?)

From what I understand, one can develop a stand alone desktop-app using Eclipse or Netbeans platforms (their core SDK and Runtime). Is there any similar project in .NET? Another question is regarding the Plugin feature in Eclipse and Netbeans. Is it possible to use their platform to create a stand alone application AND use their plugin ...

Having routine problem debugging other people's android source code in eclipse - ADT plug-in might not be functioning properly

This might be a pretty basic question, or peculiar to my set up (hopefully not too peculiar) I am new to android development and have been playing around with the tutorials offered at developer.android.com. I don't have a problem with projects I create from scratch, but when I start a project from the android sample code provided at an...

Trying to run Eclipse

Want to do some Python programming and downloaded "Classic" from here. Java is installed but running the exe leads to a error saying how it can't find my java jre. It's looking in the unzipped folder. Why is this? ...

Getting started with Java Eclipse SDK

What are the steps for getting started with the Java Eclipse SDK? Just the preliminary steps to reach the editor. ...

Eclipse PHP Zend: "workspace in use" when i try to set my workspace in Apache2/htdocs ?

i am trying to use my workspace C:\Program Files (x86)\Zend\Apache2\htdocs, as i need to in order to use my Zend Server, but i get the error "workspace in use" i have: deleted all other copies of eclipse that i used looked for a .metadata folder but not found one in my current eclipse folder (brand new eclipse PDT with Zend) any ide...

Import GData library for use with Google App Engine

Hi everyone I'm having hard time trying to figure out how to import a Gdata library into my eclipse build to use with Google App Engine(Java) ...

Correction depends on Java Coding Standard

I use CheckStyle Plug-in for make my codes fit Java Coding Standard.The programme has lacking ability as the programme doesn't correct the errors on-time.I want to a programme which make my code correct on-time.Suppose that,I'm writing code then the plug-in warns me this line of code doesn't suitable for Java Coding Standard.In CheckStyl...

Eclipse Plugin to receive SVN log in realtime?

Is there a Eclipse plugin to get an update notice if there was a comit in the SVN? In realtime? The SVN server I'm using does not provide any RSS log via Track or similar. ...

Javadoc warning eclipse

Is it possible in Eclipse to have the warnings displayed in the editor about Javadoc issues. for example, I often reanme / change parameters of methods and forget to update the javadoc accordingly. this would be great to notice that before the next Javadoc compilation. Thanks in advance, Raph ...

how to search and replace 2 lines via eclipse?

I would like to search all files via eclipse which contain the following 2 lines @Length(max = L_255) private String description; and replace it with @Length(max = L_255, message="{validator.description.len}") private String description; ...

Unable to use bigloo scheme FFI's through eclipse to open and read from a file.

I am trying to port Bigloo scheme functions through Eclipse. My current task is to write a java class in eclipse which will call a bigloo scheme function defined in a .scm file. This scm file has been already compiled to a class and included as a library. The problem is when I am trying to open the file using the bigloo function "open-i...

How to draw the Graphviz "record" shape using Draw2d in a GEF editor?

Hi all, I m developing an eclipse plug-in to display graphs (an editor for graphs) using GEF/Draw2d. To do layouting for these, i plan to send the details to graphviz and get layout information to position them in the editor. I don't know how can record shapes be drawn in Draw2D, as it is not a fixed shape and can keep changing based o...

Unable to use Bigloo function "open-input-port" through Eclipse.

Hello, I use the Bigloo 3.3a version. I am currently working on running Bigloo scheme functions (compiled into .class) from Eclipse by calling the functions from a java class. I follow the following steps: Take a .scm file with possibly several functions defined in it. populate it into a package structure. Compile these files into eit...

Java docstringes through private variable in class

public static class cls{ private String text; public String getText(){ return text; } } Is it possible to show the text variable in the docstrings of of cls in Java without having to copypaste the content? ...

maven-eclipse-plugin, eclipse 3.5.2, WST

I tried to use maven eclipse:eclipse with -Dwtpversion=2.0 for the first time in a long time today, and I'm getting nowhere. All the builders are in the .project, but all eclipse ever does is complain about wtp metadata needing to be migrated; the project never shows up as a web project at all. Anyone got a recipe? ...