views:

47

answers:

2

Eclipse, by default, hides files that begin with . in the Package Explorer, Navigator, and other file views (e.g. .classpath, .settings, etc). Is it possible to hide files which end in ~ (e.g. somefile.txt~).

Yes, these are Emacs backup files, created while using both Eclipse and Emacs on the same project.

+3  A: 

use backup-directory-alist in your emacs config to stash away the emacs backups in a different directory

Sujoy
In the end I went with the Eclipse setting, but I find this a useful suggestion - I just happen to like where the backups are, but don't want to see them.
Chadwick
+3  A: 

In the package explorer toolbar, there should be an icon that makes a dropdown menu appear; in that menu, select "Filters…".

jhominal