Disable auto-find in file text search

When I'm in a file and I do a text search (Ctrl+F from Eclipse-style in Windows) it just auto-finds the text instead of letting me click up or down, which can scroll the page and throw off the context I'm trying to search in. I'm not sure how to have it just let me search manually, and sometimes I have to copy the text to another editor and do the search.

I'm not seeing how to disable it in settings, so is it possible and how?

2

Can you please provide detailed steps to reproduce? I am a bit lost with "auto-find" expression.

0
  • Open big file (2+ screens tall) -- e.g. some PHP class
  • Scroll to the very bottom
  • Call Ctrl+F (Find in Page)
  • Search for "function"
  • Editor area will automatically scroll up to display first match
2

It was a feature request two years again to make it work like this: https://youtrack.jetbrains.com/issue/IDEA-107186 .
Please feel free to submit usability isssue on this (to provide an option to disable this feature): http://youtrack.jetbrains.com/issues/IDEA#newissue=yes .

@Andriy I really appreciate your help.

0
Avatar
Permanently deleted user

I know how to find the first match, that's not the problem. The problem is if I'm in a thousands-line-long file and trying to find text within a function or object, I want to know if that word is in that section as sometimes it will push me into another one without it being clear that's where I am unless I note where the line numbers start and end for that section. In some cases I prefer auto-find, in others not, and I would like to have a checkbox to turn it on and off.

2
Avatar
Permanently deleted user

This isn't the same request; I want to be able to turn off auto-scroll in Find, like having a checkbox in that section (there's plenty of room there). Most editors let me use Next/Prev (like Eclipse), which is sometimes more convenient.

I'll file a new usability request.

1

One of the top five frustrations of using a Jetbrains editor, in my case, PyCharm.

No @Liubov-Melnikova I think that complaint was for *horizontal* scrolling.  https://youtrack.jetbrains.com/issue/IDEA-107186

This is about *vertical* scrolling, making gigantic leaps through the file, merely by typing in the find tool. After years of this I'm not used to it, it still grates.

Workaround:  

1. Enable In Selection (icon in the Find tool with the capital "I" (sort of) over three horizontal bars)
2. Type the search term.
3. Disable In Selection.

0

Thank you Andriy Bazanov! A hearty thumbs-up pressed on both of those. Suffering shared is suffering halved.

Also, machines doing things untold is twice as frustrating as machines that don't do what they're told. Okay end of rant.

0

请先登录再写评论。