문제

When I use Find/Replace in Eclipse (Helios Service Release 2), it does not find the words above my current location even it reaches to the end of file and I have to set Direction to Backward.

I remember the eclipse (maybe indigo) was returning to the beginning of file when it reached to the end.

Is there any setting for this?

도움이 되었습니까?

해결책 2

According to the greg-449's answer: There is the 'Wrap search' option on the Find/Replace dialog itself.

다른 팁

As you have already found the answer. Just adding the official page which describes this feature in eclipse.There is a wrap search option for this.

From the docs:-

Select the Wrap Search checkbox if you want the dialog to continue from the top of the file once the bottom is reached (if you find / replace in Selected Lines only, then this option applies to those lines only)

Below is the screen shot for the same:-

enter image description here

See attached screen shot below. You also hear a DING when the search wraps over to the beginning of the file.

http://www.screencast.com/t/7ss2li9Ah

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top