[Aptana/Eclipse]: Which one is better?
I want to know which one is stable, fast and easy to use? ...
I want to know which one is stable, fast and easy to use? ...
I need to batch a compilation with a special JRE which has been "customized". Eclipse is able to compile the classes with this JRE, but I need to make a build script outside of Eclipse. What is the method used by Eclipse to generate the .class files without a JDK ? ...
I need an Eclipse Plugin run Shell Scripts under Linux. I have a beautiful Rsync Script and i want a Button in Eclipse to activate it. The best Solution would be if the rsync Shell Script was also activated when i was saving Stuff, so maybe i can add a Script Builder or something like that. Anyone has a clue for both of the Solutions? ...
Is there an option in Eclipse PDT to show every call of chosen function. I now if you select some kind of function and hit F3 key you will see a definition of selected function. ...
Hi, is there some way to terminate all (Java) applications launched with Eclipse at once? br, Touko ...
I have an existing code base that is not packaged at all. The code base is all minor Java programs designed to extend/enhance the functionality of a third party program. The current process is one jar per class, one class per file, no package. I'd like to break out the code-base so each jar file is also a package; this eases my jar pro...
In our current project we use .properties files as external files. When building our project the properties files are not added to the bin debug (output folder). Xml files are added without any problem. Does anybody know how I can add the .properties extension to a kind of exclusion filter list or something, so flash builder will add th...
My Eclipse CDT has some problems with either resolving Qt headers or code completion. The example will explain everything. Usually the include would look like this: #include <QPushButton> But when I use code completion in Eclipse it replaces the include with following: #include <qpushbutton.h> Technically everything works and the p...
Hi: This question is about 64-bit Java apps in general, although I came upon it because of working with Netbeans/Eclipse. I'm using a 64-bit processor with a 64-bit OS (Windows 7). I wanted to run Netbeans/Eclipse with more than 4GB of heap memory (i.e., using the Xmx flag), but I'm running into some confusion. There doesn't appear t...
I have a folder where I keep checked-out version from Aptana Subversive SVN plugin. I have another folder where the checked-out copy from Eclipse resides. Both, Aptana & Eclipse, are using the same repository. Though the repository is the same, but I am using two different working folders. Sometimes I use Eclipse to work with the same se...
Colon (:) is not considered a word delimiter when I double-click a word in the Eclipse CDT editor to select it. How do I make double-click selection treat colon as a delimiter? If the solution is file-type dependent, I need it to work while editing makefiles. I have found an FAQ about extending the editor to change double-click select...
I am trying to use the freemarker editor in eclipse 3.5 Galileo and found the exception : java.lang.IllegalArgumentException: Argument not valid at org.eclipse.swt.SWT.error(SWT.java:3865) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.custom.StyledText.setStyle...
I am trying to adjust the width of tabs from Window -> Preferences -> General -> Editors -> Text Editors where there is a field for "Display Tab Width". But no matter what I enter there the size of indentations when I start a newline in a Java file is 4. Any ideas? ...
While using Aptana and Eclipse for the first time in my programming life for PHP projects, I am wondering how these projects get funded. There is a lot of activity in the Eclipse community and the IDE itself is very good. I came across various Eclipse IDE sites and I am not able to decide which one is the official site of the Eclipse pro...
I want to modify some code in the Eclipse JDT itself (In the "Debug Configurations" Dialog). I know how I can download the sources using CVS and all, but I wonder: what is the easiest way to find which packages I should download? I guess I can guess that that particular element is, say, in the org.eclipse.jdt.debug package. But, is the...
Can I move the instruction pointer directly to a line of my choice (within the current method) while debugging a Java program in Eclipse (Galileo)? It's straightforward to drag the instruction pointer to the desired line within a method in Visual Studio, but I don't see a way to do that in Eclipse (and don't find anything about it in th...
I have placed some audio files in res/raw folder. In eclipse its creating the R.java file correctly and everything works fine. But after committing the code in Git and creating the iso image, the generated R.java file doesn't have id created for files in raw directory and it gives compilation error wherever I'm referring to those resourc...
Is there a way to get Eclipse to save the state of the project explorer tree and expand to where it was on startup? Every time I shut down Eclipse and start it back up, the file I had open last is opened, but the tree in the project explorer is completely collapsed... ...
I'm a lone Emacs user in a group that's hung up on Eclipse. Time and again, code diffs are made larger by imports that have been "organized" or "cleaned up" by Eclipse. I don't have a strong opinion on the subject of import style in Java, but I do want to minimize our diffs. What can I do? We use Maven2 for builds; is there a plugin th...
A few days back, while the built-in server (Tomcat v5.5) in eclipse was running, and while I was modifying the code, the server used to recompile and restart itself. I've gotten into a problem from the last day, where, the server DOESN'T load the LATEST version of the code I'm writing, instead, (I'm assuming) it compiles its own internal...