eclipse

phpeclipse does not work when renaming a folder

I have a folder containing some files and sub-folders. If I rename the folder using the eclipse 'refactor'->'rename' command you would expect the folder to be renamed but that is not what happens. A new folder is created with the new name and containing all the files while the existing folder does not go away, instead it contains all t...

How can I bind a specific key to different launch configurations in Eclipse?

I have several launch configurations for the code I work on. One configuration (#1) means "run the unit tests for the file in the frontmost editor (i.e. selected resource)". I would really like to be able to always make this be bound to a key. Another configuration (#2) means "run the server that I am working on (in the frontmost proj...

Eclipse to get program execution time

OS:WinXP Under UNIX-like environment, we can get execution time by $time ./my_program. I wonder we can get execution time info in Eclipse? Is it possible to do this without a profiler? Thanks. ...

Where is Eclipse empty shell edition?

There're so many Eclipse editions. I don't know well in structure of Eclipse IDE, but as I know, Eclipse is basically an empty frame for strong plug-ins. This means there should be an empty shell edition, but I couldn't find it. Most basic editions already contain many tools in it. Where is it? And how can I obtain it? ...

How can I GAE (Eclipse IDE) to kill previous instance of test server when I start debugging?

GAE Eclipse IDE launches test server instance when I start debugging. But the test server instance does not killed when I restart the debugging after some code modified. This annoying. I have to kill previous instance manually on each time before new instance launched because previous instance holds port. How can I make the IDE kill pre...

eclipse for php: why syntax coloring go crazy?

see screen capture: OS: win. Eclipse and PDT: latest stable. Rebooting no take effect. ...

Python VM arguments

OS:WinXP Python 2.6 A Python project in Eclipse, if you go to 'run configuration' arguments tab. There's a section for 'Python VM arguments (Python.exe)'. Does anyone know where to find a reference for what arguments does Python VM have? I tried keyword 'Python (VM or Virtual Machine) arguments' but couldn't find it. Thanks. ...

Android Device Disappearing

I have installed the Android SDK and plugin for Eclipse and written my first test app. I am trying to view the device in the DDMS section of Eclipse, but my Android Virtual Machine is usually not listed in the Devices section when it is running. Occasionally it will appear for a minute only to disappear again. I found an article recom...

Why does Eclipse P2 download files from eclipse.org every time?

When installing or updating plug-ins, the update system of Eclipse always fetch some jar/xml files from eclipse.org, this annoying behavior slows down the update process. Is there any way to disable it? ...

Eclipse: disconnect a Java process

Is there a way to disconnect a java process from Eclipse? I have a process which runs for a long time. Is there a way I can start the process using Eclipse, then disconnect it (redirecting the output to a standard file), and then close Eclipse? (Commandline java, ant are not an option) ...

Java LWJGL in Eclipse

Hello, I want to use the LWJGL library in Eclipse, I extracted the files into C:\javalibs\lwjgl. Now when I try to test the LWJGL library like this: C:\javalibs\lwjgl>java -cp .;res;jar\lwjgl.jar;jar\lwjgl_test.jar;jar\lwjgl_util.jar;jar\lwjgl_fmod3.jar;jar\lwjgl_devil.jar;jar\jinput.jar; -Djava.library.path=C:\javalibs\lwjgl\native\wi...

generating Eclipse project files with Maven

When I try and generate the Eclipse project files using mvn eclipse:eclipse I get the following error: Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-eclipse-plugin:2.9-SNAPSHOT:eclipse': Unable to load the mojo 'org.apache.maven.plugins:maven-eclipse-plugin:2.9-SNAPSHOT:eclipse' in the plug...

Errors in springsource using grails

Hi guys, I am using Springsource Tool Suite as editor for grails project. The problem is at places i get an error message with a red cross saying Groovy:unable to resolve classes. But when I run the applicatios from command prompt (grails run-app), there are no errors and the application works fine. It's bit annoying to see those errors ...

Eclipse XML editor in Flash Builder

Eclipse (at least the JDT package) comes with a pretty decent XML editor. Flash Builder (based on Eclipse), however, does not. Is there a way to install this XML editor into Flash Builder as a plugin? ...

PyDev makes strange import suggestions

I am using Eclipse 3.5.1 with PyDev 1.5.5 an Mac OS X 10.6.4 (Python 2.6.1). When using a type or function I have not imported yet, I usually write the code that uses it first, and then use quickfix to make PyDev import the necessary modules. However, it often makes weird suggestions here. For instance when I have the function itemgetter...

How do I remove javascript validation from my eclipse project ?

I am using eclipse on my project and while messing around with my eclipse settings, I turned on Javascript support. Now eclipse complains that JQuery library has errors in it and is not letting me compile the project. Does anyone know how to turn javascript validation off? ...

Using (Java) Eclipse abilities in other programming language

I use Eclipse mainly for LSL (linden Scripting language). The plug-in for this language does not provide things like templates or task-tag recognition. Is there any way that these kind of features in LSL-files (or any other generic file/code for that matter) can be used? ...

Which tools to use for Grails Development

I've recently started using Grails and I have the following questions about the available tools for development on the framework: I tried using maven with the a project, but that wasn't working so I switched to the in-built ant/ivy system. It works fine and is easy to use, but I'm curious if down the road there may be problems - i.e. d...

Eclipse on two monitors - Window size is reset after restart.

Hello everybody, I am using Eclipse Helios on Debian Lenny with KDE (but I also had the following problem with Galileo). I resize the windows so that they fit on my two screens and normally close Eclipse. After the restart, the old window position is not restored and the window which should overspan the two screens is fit to one screen....

Cannot find Java Import in Eclipse?

I've dealt with errors like this in Eclipse before, but I have no idea why I'm getting it this time. I have the Apache Commons IO library in my Build Path as well as in my "lib" folder. I've given the error below. It's pretty straightforward. [javac] Compiling 3 source files to C:\Users\Justian\workspaces\ConnectionComp...