Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Eclipse, hide files ending in tilde `~`

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.

like image 940
Chadwick Avatar asked Oct 25 '10 04:10

Chadwick


2 Answers

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

Edit: see this link for an example of the icon, denoted the 'Menu button'

like image 91
Jean Hominal Avatar answered Nov 16 '22 21:11

Jean Hominal


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

like image 5
Sujoy Avatar answered Nov 16 '22 22:11

Sujoy