在 Eclipse 中切换工作集时保留导航器视图状态
在 Eclipse 中切换工作集时,导航器视图中的树会折叠。有什么方法可以阻止这种倒塌并使视图将树保留在其打开位置吗?
When switching working sets in Eclipse, the tree in the Navigator View collapses. Is there any way to stop that collapse and have the view retain the tree in its open position?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为导航器节点的状态是关闭时保存的工作区状态的一部分。
更安全(更强大)的解决方案是使用 Mylyn
因此,当您重新打开工作区并选择要处理的任务时,只会显示相关的类/方法,并保持它们原来的状态。
I do not think the state of the nodes of the Navigator are part of the state of the workspace being saved when closing.
A much safer (are more powerful) solution would be to use Mylyn
So when you reopen your workspace and select a task to work on, only the relevant classes/methods are displayed, in the state they were left.