How to prevent Eclipse from showing the opened file in package explorer(如何防止 Eclipse 在包资源管理器中显示打开的文件)
问题描述
不知何故,当我使用 Eclipse 浏览源文件时,Eclipse 总是使用包资源管理器选择(并展开)打开的文件.这样我就结束了
somehow I've ended up in a situation such that when I navigate through source files with Eclipse, the Eclipse always selects (and expands) the opened file with package explorer. With this I end up
- 在 Package Explorer 上丢失我的位置
- 让我的包资源管理器扩展并且相当混乱.
通过简短的谷歌搜索/探索偏好,我找不到这个..
With brief googling/exploring on the preferences I couldn't find this one..
如果发生这种情况,Eclipse 版本是 3.4.
Eclipse version is 3.4 if that happens to matter.
提前致谢,图子
推荐答案
关闭 Package Explorer 工具栏中的Link with Editor"选项.
Turn off the "Link with Editor" option in the Package Explorer toolbar.
(左/右箭头图标,在此处打开)
(the left/right arrow icon, turned on here)
这篇关于如何防止 Eclipse 在包资源管理器中显示打开的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何防止 Eclipse 在包资源管理器中显示打开的文


基础教程推荐
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 在螺旋中写一个字符串 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01