'Is it possible to dock the "Find/Replace" window in 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.



Solution 1:[1]

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:

enter image description here

Clearly this is a huge kludge but it does work.

Solution 2:[2]

I am not sure about that, since Fast views are:

icons allowing users to quickly display different views that have been created as fast views

alt text

And the search/replace is a Dialog, not a View..

alt text
(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:

Fast views are hidden views that can be quickly opened and closed. They work like other views except they do not take up space in your Workbench window.

Solution 3:[3]

This might not be an exact answer for the question. But this works like a charm.

  • Press ctrl + j and keep typing...
  • Use ctrl + k to go on
  • Use shift key wherever required.

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Melinda Green
Solution 2 Glorfindel
Solution 3 smilyface