I understand how to get Eclipse to insert spaces in place of tabs, but then I'd rather not have to arrow through 12 spaces to reach an indented block.
Bonus points if there's a way to hide the spaces from the 'show whitespace characters'. I like to see whitespace characters for tabs and carriage returns, but the display gets too clutter...
I am using trac 0.10.3 but I am about to upgrade to the 0.11 version soon.
I have started using the mylyn connector in eclipse and I am finding it great, after watching the introduction here
http://tasktop.com/videos/mylyn/webcast-mylyn-3.0.html (well worth the watch if you have a spare half an hour)
From viewing this I see it is poss...
It looks like we are migrating our from Jira to @task for our feature requests/bug tracking. Does anyone know if @task can be accessed from Mylyn in Eclipse?
...
I need to find out, in which path this following path is resolved:
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
It's no classpath variabl to be found unter Window->Preferences, Java->Build Path->Classpath Variables.
Where can I found the value von JUNIT_CONTAINER/4?
Thanks
...
Im looking for plugin for eclipse that automatically saves files(so i dont have to use Ctrl+S). it could do it on focus lost or over some period of time. I think I saw something like that(I know IDEA has it), but I cant find it now :/
...
In Eclipse, can I find which methods override the method declaration on focus now?
Scenario: When I'm viewing a method in a base class (which interface), I would like to know where the method is overriden (or implemented). Now I just make the method final and see where I get the errors, but it is not perfect.
Note: I know about class ...
Say you're working on a Java project in Eclipse and you're looking at a import statement like:
import com.somefirm.somepackage.AClass;
and the classpath for the project has a million and one .jars on it.
How do you determine where the import is coming from?
...
I'm trying to use Google Protocol Buffers in my project and I'd like to have some tooling support from Eclipse. In particular, I want Eclipse to call protoc every time I make changes to the .proto files and then rebuild all code that depends on the generated code.
I tried to set up a Custom Builder but it keeps bugging me with errors I ...
Does anybody have directions for getting Eclipse (Galileo), PyDev, and Virtualenv working together? I'm specifically trying to run Pinax but any instructions are fine.
I thought I had it (and even blogged everything but the final step - interactive debugging) and still there is no solution. I'm specifically on OS X but any answer shou...
I'm storing my Android project in a Subversion repository. After recently shuffling a bunch of stuff around I started getting tons of errors like:
syntax error entries /project_name/src/.svn line 1 Android AIDL Problem
syntax error don't know what to do with "" entries /project_name/src/.svn line 28 Android AIDL Problem
etc.
It ...
I get stuck with m2eclipse and maven. After adding some dependency (hibernate 3.4, but I guess that doesn't really matter) eclipse got stuck with a message like in the title. Removing the dependency from pom file didn't help either. Restarting eclipse, checking out this as a clean project from repo neither. Alwyas gets stuck on refreshin...
MY aspect works great from Eclipse with AspectJ plugin, however if I try to use it with Maven I get .... nothing.
I tried this http://mojo.codehaus.org/aspectj-maven-plugin/includeExclude.html
I add loggin in my aspect and I try to test it with junit test, but when I run
mvn clean
mvn test
I get...
[INFO] [aspectj:compile {execut...
Hi. I am using Eclipse PDT and Subclipse. I want to set all of the files in my working copy to the one revision number and date and commit that as I want to have a periodical revision number where I know that the entire project is correct and if needed I can roll back to that. Is there a way to do that? TIA
...
In Eclipse editor, if I go Search->File, I can search for files that contain my search term. What I want to do is find all of the files that DO NOT contain my search term. Is that possible?
...
Hello,
How i can install the CDT plug-in (that you can develop in C++ under Eclipse) in my Eclipse Ganymede, remember that I use Windows Vista. Thanks!
...
It is a little bit annoying to have the GWT hosted browser (on a Mac) pop up at always the same screen location and same size (that is: to small and at the wrong place!). In particular if you have two 24" monitors it couldn't be less annoying to always move the browser window and to resize it on startup. I know I could leave it open and ...
Hi!
I'm practice TDD and run my tests very often.
Eclipse has nice command to run last launched configuration.
But when I in some unit test, Eclipse run only test for current unit test.
I want run all my unit tests instead.
Yes, i can use mouse to run command that run all junit test, but, repeat. I'm run tests very often.
...
One of the most frequent thing I do with Eclipse is to re-run the last program. I do it by going to Run -> Run History -> [top most item].
Is there a shortcut key that does this?
Edit:
I know of CTRL+F11 but this does not work for me. It will launch the most recent program only if the currently active class (the class whose source code...
Hi,
Is it possible to include files in java source files somehow?
Thanks.
...
Hi,
created an Eclipse plugin that contributes to the UI by
a new project wizard
a new menu in the context menu of projects in the Package Explorer
a new project nature + builder
a new preference page for the plugin
The plugin works fine when installed in a normal Eclipse instance with Flex/Flashbuilder as plugin.
The problem now is...