eclipse

How to search all open files in Eclipse?

Simple question: how do I search all the files currently open in Eclipse? Note: I don't wanna search all the files I have in that workspace, just the ones open in tabs. Is there an easy way to do this? ...

Which IDE should I use for this art project?

I have an art project that will require processing a live video feed to use as the basis of a particle system, which will be rendered using OpenGL and projected on a stage. I have a CUDA enabled graphics card, and I was thinking it would be nice to be able to use that for the image and particle system processing. This project only needs...

How to Specify Eclipse Proxy Authentication Credentials?

I'm using the latest version of Eclipse Galileo and I have to access the web from behind a proxy. I see where I can set the internet settings to manual and specify a proxy but there's no way to specify my authentication credentials that I can see and it doesn't prompt me for them either. So I'm not able to hit any plugin update sites etc...

How to develop GWT code(Java) and Appengine code(Python) in one single Eclipse project ?

Hi, The one that close to my question is shown below but I don't understand at all. integration-of-gwt-into-appengine Could anyone give me more details ? Thank you very much. ...

Dynamic return type with type hint in PHP?

For a standard method, I know one can specify return type in the comments such as: /** * Load this entity from the database with the specified primary key. * @param int $Key * @return BaseEntity */ public static function Load($Key) { ... } I would like to have the return type change depending on the subclass. Something like: * @...

How to generate WSDL client stub in eclipse over HTTPS

I have an Oracle Weblogic server set up using a mutual authentication SSL configuration. I'm trying to create a client stub in eclipse from a wsdl under the https protocol. Problem is, when I copy in the URL to the service definition, eclipse complains that the service definition is invalid. My guess is that eclipse isn't passing its cer...

Eclipse & C/C++ - do I need to install a compiler separately?

I'm starting to learn C, and installed the eclipse plugin for C/C++ development (the CDT plugin). I'm testing the setup with a hello world program, but it looks like the eclipse C plugin (CDT) doesn't have a compiler built in. I thought eclipse plugins were usually self-sufficient? Do I need to install a compiler separately to complete m...

What version of Java is running in Eclipse?

How do I know what version of Java is being run in Eclipse? Is there a way to write code to find out? Is "JRE System Library [JavaSE-1.6]" in "Package Explorer" the right version? ...

Help in writing a IDE.

Hi All, I m embarking on a difficult journey to create/replace a IDE for one of the middleware products from Bigblue. Thy have created a IDE based on eclipse and Its a PIA to use it and very very slow even on decent configuration machine. Problem is there is no alternative to this.But i m planning to create one. So to start off i need ...

Resizing a rectangle , from differnt origins.

Hi, I do have rectangle , which had information about topx ,topy , width and height. I want to scale this rectangle based on an origin other than top-left. Is there already existing algo to do that ? currently I work on Eclipse GEF & SWT . In GEF , the all Rectangle operations are assumed that top-left is where the drawing starts and ...

What is Eclipse's Ctrl+O shortcut equivalent in IntelliJ IDEA?

I like to use Eclipse's shortcut Ctrl+O which outlines the current source. Is there an equivalent shortcut in IntelliJ IDEA? ...

How to run a java program using eclim?

I can't seem to run a simple Hello World program using eclim. I followed the install guide at http://eclim.org/guides/install.html#guides-install and the tutorial at http://eclim.org/gettingstarted.html#gettingstarted, but when I try to run the program (using :Java) I get java.lang.RuntimeException: Required setting 'org.eclim.java.run...

Can't open Eclipse in OS X

I did an apple update today, and now Eclipse won't open. I downloaded Eclipse again, and replaced my old copy with the fresh download, and nothing improved. Any ideas? I'm running Eclipse 3.5 for EE in Mac Snow Lepeard. Here are some of the details provided: Process: eclipse [347] Path: /Users/eric/eclipse/eclips...

TextMate keybindings for Eclipse

Is there a plugin for Eclipse that adds TextMate-style keybindings in addition to Emacs, etc...? ...

How to programatically detect the key binding of an commnand for eclipse plugins?

I'm extending Eclipse using the Eclipse plugin infrastructure, and I've come into a problem I can't quite figure out how to get around: I have a command that has some hotkey. I also have an editor that needs to steal the key bindings from Eclipse (disabling the key filter in the IBindingService). However, this command is "important" e...

Remote developing with Eclipse

Hi. I'm trying to set-up a remote C++ development with Eclipse Galileo, but just can't make it work. Trying the NetBeans 6.8 worked almost out of box, as described in this article: http://netbeans.org/kb/docs/cnd/remotedev-tutorial.html Is there any good article or tutorial, explaining how to setup such environment with Eclipse? Than...

Zend Studio for Eclipse: Useful Features

There are several 'best Eclipse features' topics, with some great information, but there's much that isn't applicable to Zend Studio. So, Zend Studio users, what are your best timesavers? ...

Deploy J2ee Project in Weblogic

I have WebLogic installed in my computer. I already added it as a server in my Eclipse IDE. How do I configure my Web application to run or for it to be deployed on the WebLogic server. I found a sample project and found a weblogic.xml in it. Where do I start? Do I need to add something, etc. ...

(Cannot run program "make": Launching failed) . in eclipse-SDK-3.2.2-win32

** Build of configuration Debug for project helloworld1 ** (Cannot run program "make": Launching failed) can any one solve this problem .am using this eclipse in windows platform. please help me to solve this problem yours faithfully, ...

example of running xsl file in Eclipse

Hi all, I would like to know the problem of how to run xsl file in Eclipse. I use jdk 1.6 with Eclipse platform. In fact, I want to extract a subset of XML file using XSL because of large size of xml document. I'm only interested in a subset of xml file. ...