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.
From stackoverflow
-
use
backup-directory-alist
in your emacs config to stash away the emacs backups in a different directoryChadwick : 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. -
In the package explorer toolbar, there should be an icon that makes a dropdown menu appear; in that menu, select "Filters…".
0 comments:
Post a Comment