在 Eclipse 中,隐藏以波浪号“~”结尾的文件
默认情况下,Eclipse 在 Package Explorer、Navigator 和其他文件视图中隐藏以 .
开头的文件(例如 .classpath
、.settings
, ETC)。是否可以隐藏以 ~
结尾的文件(例如 somefile.txt~
)。
是的,这些是 Emacs 备份文件,是在同一项目上使用 Eclipse 和 Emacs 时创建的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在包资源管理器工具栏中,应该有一个图标可以显示下拉菜单;在该菜单中,选择“过滤器...”。
编辑:参见 此链接查看图标示例,表示“菜单按钮”
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'
在 emacs 配置中使用
backup-directory-alist
将 emacs 备份存储在不同的目录中use
backup-directory-alist
in your emacs config to stash away the emacs backups in a different directory在 Mars 版本中,对于要过滤文件的项目:
Project >属性>资源/资源过滤器,添加过滤器...
在“添加资源过滤器”对话框中:
参考:http://help.eclipse.org /kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-97.htm
In the Mars release, for the project you want to filter files on:
Project > properties > Resource/Resource Filters, Add Filter...
In the Add Resource Filter dialog:
Reference: http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-97.htm