Behavior of search in IDE

Whenever searching a string, the found string is positioned somewhere on the screen ;-) Sometimes (mostly) in the first or last line. That makes is difficult to identify if the right place is found, as often you have to read the environment to identify, where you are. That means: going back to source code, scrolling a little bit and eventually search again.
It would be nice to have a search function, which just jumps to the next appearance without popping up a search window
It would be nice to have a search function, which just jumps to the next appearance without popping up a search window
Comments
-Phil