如何摆脱 Eclipse 查找/替换栏
为了搜索文档,我喜欢使用弹出的浮动查找/替换窗口。然而,最近,点击 command-F 会在编辑器窗口底部拉出这个查找/替换栏。我想我不会太介意它,除非不是选择文本来搜索,而是将插入点放在我之前搜索过的内容之后。很烦人。单击放大镜会弹出另一个查找/替换对话框。
如何让默认弹出正常对话框?
我应该补充一点,由于某种原因,搜索不再在“首选项”中工作,因此我不能再仅搜索“查找”来找到我可能需要更改的设置。所以你必须给我确切的位置。
更多实验表明这是 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.
A little more experimenting reveals that this is PyDev-specific behavior but I still can't find the setting that needs changing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这对我来说很有效!
This did the trick for me!
我向 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
您能否确保“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'.