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? ...
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? ...
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...
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...
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. ...
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: * @...
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...
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...
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? ...
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 ...
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 ...
I like to use Eclipse's shortcut Ctrl+O which outlines the current source. Is there an equivalent shortcut in IntelliJ IDEA? ...
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...
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...
Is there a plugin for Eclipse that adds TextMate-style keybindings in addition to Emacs, etc...? ...
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...
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...
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? ...
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. ...
** 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, ...
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. ...