在 Eclipse 中,隐藏以波浪号“~”结尾的文件

发布于 2024-09-29 01:49:33 字数 258 浏览 2 评论 0原文

默认情况下,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

指尖上的星空 2024-10-06 01:49:33

在包资源管理器工具栏中,应该有一个图标可以显示下拉菜单;在该菜单中,选择“过滤器...”。

编辑:参见 此链接查看图标示例,表示“菜单按钮”

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'

娇俏 2024-10-06 01:49:33

在 emacs 配置中使用 backup-directory-alist 将 emacs 备份存储在不同的目录中

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

脸赞 2024-10-06 01:49:33

在 Mars 版本中,对于要过滤文件的项目:

  • Project >属性>资源/资源过滤器,添加过滤器...

  • 在“添加资源过滤器”对话框中:

    • 选择“全部排除”
    • 选择“文件”
    • 将“所有子项”设置为 true
    • 过滤值:“名称”“匹配”“*~”

参考: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:

    • Select "Exclude all"
    • Select "Files"
    • Set "All Children" to true
    • Filter values: "Name" "matches" "*~"

Reference: http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-97.htm

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文