是否可以将“查找/替换”停靠在Eclipse 中的窗口?
我可以发誓我以前在截屏视频中见过一次,其中有人将查找/替换窗口停靠在他们的 Eclipse 环境中。
然而,浏览“窗口>显示”中的选项列表时,我能找到的最接近的是“搜索”窗口。
我发现我经常使用它,而且现在有了更大的显示器,我认为我可以一直在我的视野中打开它。
这可能吗?
谢谢。
I could have sworn I saw it once before in a screencast where someone had the find/replace window docked in their Eclipse environment.
However looking through the list of options in "Window > Show" the closest thing I can find is the Search window.
I find that I use it quite a bit and with larger monitors these days I figure I could afford to have it open in my perspective all the time.
Is this possible?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一个穷人的解决方法是在 Eclipse 中需要查找/替换视图的部分停靠一个您不需要的视图,然后将查找/替换对话框放在该视图之上,如下所示:
显然,这是一个巨大的拼凑,但它确实有效。
One poor-man's workaround is to dock a view that you don't need in a part of Eclipse where you want the find/replace view and then place the find/replace dialog on top of that like this:
Clearly this is a huge kludge but it does work.
我对此不确定,因为快速视图是:
搜索/替换是 对话框,不是 查看..
(来源:bpsite.net)
(该对话框不是就像支持编辑器的视图一样,某些视图也有自己的工具栏。)
帮助页面提及:
I am not sure about that, since Fast views are:
And the search/replace is a Dialog, not a View..
(source: bpsite.net)
(That Dialog box is not like Views, which support editors, also have their own menus. Some views also have their own toolbars.)
The help page mentions:
这可能不是问题的准确答案。但这就像一个魅力。
使用编辑>增量查找下一个 (Ctrl+J) 或 编辑 >增量查找上一个 (Ctrl+Shift+J) 进入增量查找模式,并开始输入要匹配的字符串。当您键入时,会逐渐找到匹配项。搜索字符串显示在状态行中。按 Ctrl+J 或 Ctrl+Shift+ J 转到下一场或上一场比赛。按 Enter 或 Esc 退出增量查找模式。
This might not be an exact answer for the question. But this works like a charm.
Use Edit > Incremental Find Next (Ctrl+J) or Edit > Incremental Find Previous (Ctrl+Shift+J) to enter the incremental find mode, and start typing the string to match. Matches are found incrementally as you type. The search string is shown in the status line. Press Ctrl+J or Ctrl+Shift+J to go to the next or previous match. Press Enter or Esc to exit incremental find mode.