使用 Eclipse PDT(或 Mylyn)深入分析,不会造成混乱
我正在成为 eclipse 的频繁用户,并且我喜欢它。然而我发现自己想知道:
有没有一种方法可以使用 Eclipse 向下钻取,然后隐藏除了我正在钻取的文件夹之外的封闭文件夹中的所有内容?(类似于 Mylyn 过滤内容的方式,但是无需我构建上下文)
我想这样做,因为我使用的是 CodeIgniter 和 WAMP,它们在较高级别的文件夹中拥有大量系统文件,其中大部分我不关心,但它们占用了空间靠近我的项目视图的顶部。有可能避免这种情况吗?
谢谢,
Lemiat
编辑:虽然上述方法是理想的,但如果不可能,那么有没有办法手动选择在项目视图中隐藏文件和文件夹。
I am becoming a frequent user of eclipse, and I like it. However I find myself wondering:
Is there a way I can use eclipse drill-down and then hide everything in enclosing folders except the folder that I'm drilling into? (kind of how Mylyn filters stuff, but without me having to build a context)
I would like to do this, because I am using CodeIgniter and WAMP, which have numerous system files sitting in the higher level folders, most of which I don't care about and yet they take up space near the top of my project view. Is it possible to avoid this?
Thanks,
Lemiant
Edit: Although the above method would be ideal, if it is not possible, then is there a way to manually choose to hide files and folders in the project view.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过右键单击某个项目并从上下文菜单中选择“进入”,您可以在任何“导航器”视图中仅显示选定的子树。除了所选项目的内容之外的所有内容都将被隐藏。然后,您可以使用视图工具栏上的“向上”按钮爬回工作区根目录。
You can show only a selected sub-tree in any of the "navigator" views by right-clicking an item and selecting "Go Into" from the context menu. Everything except the contents of the selected item will be hidden. You can then use the "go up" button on the view's toolbar to climb back up to the workspace root.