0
votes
1answer
18 views
‘Must Override a Superclass Method’ Errors after importing a project into Eclipse
Anytime I have to re-import my projects into Eclipse (if I reinstalled Eclipse, or changed the location of the projects), almost all of my overridden methods are not formatted corr …
0
votes
4answers
24 views
Getting started with Flex3 …
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 …
1
vote
2answers
23 views
How to open windows explorer on selected resource in Eclipse
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 provide …
0
votes
2answers
20 views
Android project won’t build when editing a resource file
I have an Android 1.5 project in Eclipse and whenever I merely have an xml resource file open the build dies with an error. E.g. if I have the res\layout\main.xml open as the activ …
0
votes
4answers
106 views
Java: Nested generics?
Can Java nest generics? The following is giving me an error in Eclipse:
ArrayList<ArrayList<Integer>> numSetSet = ArrayList<ArrayList<Integer>>();
The er …
0
votes
1answer
50 views
android can not find a target
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 …
0
votes
2answers
61 views
How do I change the default author for accessing a SVN repository?
I want to change the default SVN username to a new name. I tried solution suggested in this link (http://stackoverflow.com/questions/45624/change-default-author-in-local-svn-repo), …
2
votes
3answers
27 views
Eclipse jQuery, Javascript helper plugin?
Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?
2
votes
2answers
38 views
Django tags for templates in Eclipse
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 …
1
vote
1answer
23 views
Eclipse highlight occurrences, right column marker color
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 si …
0
votes
3answers
36 views
What’s my current cursor position?
This is not an Eclipse-programming question, but rather a question about the Eclipse user-interface in general.
I am writing a verilog source-code in an Eclipse text-editor using …
1
vote
6answers
85 views
Updating .class file in jar
I want to update a .class file in the jar with new one. What is the easies way for it, especially in eclipse ?
3
votes
3answers
31 views
Can you save groups of tabs in Eclipse so you can open them later?
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. Ea …
0
votes
1answer
12 views
Changing the default TestRunner in Eclipse.
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 …
1
vote
1answer
18 views
Shortcut key to clear console in Eclipse
What is the shortcut key to clear console in Eclipse or how can it be configured?
