如何摆脱 Eclipse 查找/替换栏

发布于 2024-09-25 06:11:41 字数 392 浏览 0 评论 0原文

为了搜索文档,我喜欢使用弹出的浮动查找/替换窗口。然而,最近,点击 command-F 会在编辑器窗口底部拉出这个查找/替换栏。我想我不会太介意它,除非不是选择文本来搜索,而是将插入点放在我之前搜索过的内容之后。很烦人。单击放大镜会弹出另一个查找/替换对话框。

如何让默认弹出正常对话框?

我应该补充一点,由于某种原因,搜索不再在“首选项”中工作,因此我不能再仅搜索“查找”来找到我可能需要更改的设置。所以你必须给我确切的位置。

The Find Toolbar in Question

更多实验表明这是 PyDev 特定的行为,但我仍然找不到设置这需要改变。

For searching a document, I like using the floating Find/Replace window that pops up. Lately, however, hitting command-F pulls up this Find/Replace bar at the bottom of the editor window. I suppose I wouldn't mind it so much, except instead of selecting the text to search it puts the insertion point after whatever I've searched for before. Very annoying. Clicking on the magnifying glass pops up the other Find/Replace dialog.

How can I get the normal dialog to pop-up by default?

I should add that for some reason search is no longer working in Preferences, so I can no longer just search for "Find" to locate the setting I might need to change. So you'll have to give me the exact location.

The Find Toolbar in Question

A little more experimenting reveals that this is PyDev-specific behavior but I still can't find the setting that needs changing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

没有伤那来痛 2024-10-02 06:11:42
  1. 键入 Ctrl-Shift-L 两次将打开“首选项”窗口。
  2. 在“首选项”窗口中:在搜索字段中输入“查找栏”。这会在“Aptana Studio”类别中找到“Find bar”(假设 Eclipse 中包含 Aptana Studio)。单击此条目“查找栏”以显示“查找栏”设置页面。
  3. 在“查找栏”设置页面上,取消选中“在 Aptana 编辑器上使用自定义查找栏”。请参见截图。
    这对我来说很有效!

Eclipse 查找栏设置首选项页面

  1. type Ctrl-Shift-L twice brings up Preferences window.
  2. In Preferences window: type 'find bar' in the search field. This finds 'Find bar' in category 'Aptana Studio' (assuming you have Aptana Studio included in Eclipse). Click this entry 'Find Bar' to bring up the 'Find Bar' settings page.
  3. On the Find Bar settings page uncheck 'Use custom find bar on Aptana editors' See shot.
    This did the trick for me!

Eclipse Find Bar settings Preferences page

甜中书 2024-10-02 06:11:42

我向 Pydev 跟踪器添加了一个功能请求,要求设置抑制查找栏: https://sourceforge.net/tracker/?func=detail&aid=3097964&group_id=85796&atid=577332

I added a feature request to the Pydev tracker for a setting to suppress the find bar: https://sourceforge.net/tracker/?func=detail&aid=3097964&group_id=85796&atid=577332

巴黎夜雨 2024-10-02 06:11:42

您能否确保“command-f”与菜单项“edit”-“find/replace...”绑定?

可能有其他插件挂钩按键绑定。

另一种方法是使用“间谍”来查看哪个人贡献了它。将焦点放在搜索小部件上,然后单击“alt - shift - f1”。

Could you make sure the 'command-f' is binding with menu item 'edit' - 'find/replace...'?

Might other plug-in hook the key binding.

And another way is using 'spy' to see which one contribute it. Focus on the search widget, then click 'alt - shift - f1'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文