如何在 Eclipse RCP 中设置最近工作集列表大小限制?
我正在使用工作集构建 Eclipse RCP。我以编程方式将一些工作集添加到我的项目资源管理器 (CommonNavigator),然后通过 IWorkingSetManager.addRecentWorkingSet 添加到最近的工作集列表中。
在 javadoc 中,它表示“如果列表超出大小限制,则最后一个(最旧的)项目将被删除”。有没有办法设置最近的工作集列表大小?
编辑: 经过更多搜索,我发现 eclipse 3.7 中有 getRecentWorkingSetsLength 和 getRecentWorkingSetsLength 方法。
I'm building an eclipse RCP using working sets. I programmatically add some working sets to my project explorer (CommonNavigator) and then add in recent working set list by IWorkingSetManager.addRecentWorkingSet.
In javadoc, it says "The last (oldest) item will be deleted if the list exceeds the size limit". Is there a way to set recent working set list size?
Edit: After more search, I found that there are getRecentWorkingSetsLength and getRecentWorkingSetsLength methods in eclipse 3.7.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您发现了什么(
getRecentWorkingSetsLength()
) 似乎适合 bug 318914:What you have found (
getRecentWorkingSetsLength()
) seems to fit bug 318914: