org.eclipse.search.internal.ui.searchpreferencepage.java 在 eclipse 3.7.2 上不可用 [英] org.eclipse.search.internal.ui.searchpreferencepage.java is not available on eclipse 3.7.2

查看:14
本文介绍了org.eclipse.search.internal.ui.searchpreferencepage.java 在 eclipse 3.7.2 上不可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 eclipse 3.7.2 版本中找不到 org.eclipse.search.internal.ui.searchpreferencepage.java.它在 eclipse 3.2.2 上可用.谁能帮我找出为什么这个类已经从最新版本中删除了,在新版本中这个类有什么替代方法吗?

I could not find org.eclipse.search.internal.ui.searchpreferencepage.java in eclipse 3.7.2 version.It was available on eclipse 3.2.2. Can any one help me on finding that why this class has been removed from latest version and is there any alternative for this class on new version.

eclipse 3.7.2插件有没有限制相关的方法?

Is there any limit related methods on eclipse 3.7.2 plugins?

推荐答案

这是一个内部类,因此不是 Eclipse API 的一部分,如有更改,恕不另行通知(参见 Eclipse API 参与规则).

This is an internal class and consequently is not part of the Eclipse API and is subject to change without notice (see Eclipse API Rules of Engagement).

但它仍然存在于 Eclipse 4.3 中,但在 MANIFEST.MFExport-Package 中标记为 x-internal:=true>.它也存在于 Eclipse 3.8 中,在这两种情况下都在 org.eclipse.search 插件中.

However it is still present in Eclipse 4.3 but is marked x-internal:=true in the Export-Package in the MANIFEST.MF. It is also present in Eclipse 3.8, in both cases in the org.eclipse.search plug-in.

以前在首选项页面中的表格限制已被删除,可能是在添加了在树中显示结果的选项时.

The table limits which used to be in the preference page were removed some time ago, probably when the option to show the results in a tree was added.

进一步的研究表明,该限制已从首选项页面移至搜索视图下拉菜单中的 Search Filters 对话框.这里配置的限制可以使用org.eclipse.search.ui.text.AbstractTextSearchViewPage

Further research shows the limit was moved from the preferences page to the Search Filters dialog in the drop down menu of the search view. The limit configured here can be accessed using the getElementLimit() method of org.eclipse.search.ui.text.AbstractTextSearchViewPage

getElementLimit() 如果没有限制则返回 null.

getElementLimit() returns null if there is no limit.

这篇关于org.eclipse.search.internal.ui.searchpreferencepage.java 在 eclipse 3.7.2 上不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆