Hello good fellas
i've posted a similar question here sometime ago and found the solution by downloading the new eclipse 3.5 (galileo).i believe this is a difference case since
1- i'm on a macbook pro now os x 10.5.0
2- using the springsource tool suite 2.2 (which is base on eclipse galileo 3.5.1 i think)
i registered tomcat successful...
Is there a plugin that will give me syntax highlighting, etc. for windows batch (.bat/.cmd) files?
I've been googling but no luck so far ....
...
in my springsource sts folder, i have eclipse.app and sts.app ? what is the different executing each ? should be the same right?
...
Not a question, I've just scoured the internet in search of a solution for this problem and thought I'd share it with the good folks of SO. I'll put it in plain terms so that it's accessible to newbs. :) (Apologies if this is the wrong place -- just trying to be helpful.)
This issue occurs with almost any user OS X Snow Leopard who trie...
I am debugging some Java code with Eclipse 3.4.2. I have disabled all the breakpoints, yet the debugger still stops at a specific line. This point is several lines before a null pointer exception is triggered. Curiously, when I run the same code/run configuration, but not in the debugger, the null pointer exception does not occur.
Also,...
I have several different processes within a single project that I work on. I am constantly opening and closing tabs(java files) in the code editor for that particular process. Each process almost always uses the same java files.
I was wondering if it is possible to save what files are opened as part of the working set so I can select ...
I'm debugging a jnlp application, and I used to be able to remote debug it through eclipse, but not anymore.
the command to start it is:
/usr/java/jdk1.6.0_14/jre/bin/java -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=1445 -Djnlpx.heapsize=64m,512m -DtrustProxy=true -Xverify:remote -Djava.security.policy=/lib/secu...
Similar, but different to this question:
I use highlight occurrences a lot, but sometimes I'm irritated by how hard it is to see the little grey-ish rectangles on the rightmost side of the editor - to the right of the scrollbar.
Is there any way to change the color of these markers - looking in General -> Editors -> Text Editors -> Ann...
Hi people.
I'm wondering if is it possible to have autocompletion, autoformatting, and those beautiful things working in Eclipse IDE for Django based templates.
Mainly for these things: {% ... %} {{ ... }}
Thanks in advance
...
I have a UTF-8 text file open in Eclipse, and I'd like to find out what a particular Unicode character is. Is there a function to display the Unicode codepoint of the character under the cursor?
...
i am using eclipse with android plugin and sdk, but i can not create a virtual device due to there is no target, and when I execute this:
$ ./android list targets
Available Android targets:
what should i do?
and..............
when i try to install the available packages in eclipse avd manage it comes to:
Downloading SDK Platf...
Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?
...
Can Java nest generics? The following is giving me an error in Eclipse:
ArrayList<ArrayList<Integer>> numSetSet = ArrayList<ArrayList<Integer>>();
The error is:
Syntax error on token "(", Expression expected after this token
...
Hi,
I have Eclipse Ganymade in my system. I encounter a problem while running JSP.
If I run a JSP for the first time it works fine. But if I made some change in that JSP and try to run it again the changes are no reflecting. They only refledted if I close my Eclipse ID and re open it again.
I am using Tomcat 5 as application server.
Pl...
I want to have the PluginManifestEditor functionality in my view(not in a editor). Also I need to add some extra pages to it(along with the existing ones like Overview, Dependencies, runtime etc.).
I know that its implemented in org.eclipse.pde.ui plugin. I just started diggin in to the code and found that the javadoc is sparse and not ...
What is the shortcut key to clear console in Eclipse or how can it be configured?
Any work-arounds to achieve this?
...
I was looking for a small plugin for Eclipse that would allow to open windows explorer on currently selected resource from Package Explorer tree.
I know that Aptana Studio provides this functionality via context menu on the resource, but it has tons of other stuff that I am not interested to.
Are there other solutions?
...
I am adding only three columns to the table but an extra column is also being displayed, I want exactly three columns. While resizing the window the column size is not increasing , what should i do. I am using GridLayout, should I use other layout.
Thanks in advance.
...
Hi ,
I'm a little bit confused.
I want to start learn Flex3 with Eclipse and the FlexPlugin .
But I can't find the link.
Is the Standalone version of FlexBuilder free ?
How do i set up the Enviorement ?
Do i have to download the FlexBuilder ( free?)
Or do i have to download Eclipse and then add the plugin ( link ? )
Can anyone help ...
All tests should be run with jUnit3, if i run a non-configured Test, it tries to use the default-TestRunner (jUnit4).
So, i have to go into the run/debug configuration, change the TestRunner to "jUnit3" and run it again.
On EVERY Test. This just disturbs the workflow.
So, is there an option to REMOVE jUnit4 as possible TestRunner, or ...