JCSB
JCSB

Reputation: 385

is there a way to toggle search window results in eclipse

I am not sure if this is a bug, I tried uninstalling and reinstalling eclipse but seems like the problem has been saved in cache somewhere. Whenever I do a file search or C/C++ search with eclipse (either by clicking on the icon, or by typing ctrl+H), I do not see a search window pop up with results.

Same thing when I right click on a term and look for references or declarations in the workspace/project. I only see the occurrences Highlighted in the files, but that means I would need to manually check each file, which is just not doable. I also tried resetting the perspective, no luck!

enter image description here

Results in highlights, but no result window on the right side like there normally is:

enter image description here

I do not understand why this happens, I wonder if I disabled the search windows with a shortcut, this already happened with disabling the breakpoints and it took me a while to figure it out. Is there a way to toggle the appearance of the window? And if it really is a bug, how can I destroy all of the program's cache, because uninstalling by itself didn't work, there was a few settings that remained with the fresh installation.

Thanks!

Upvotes: 0

Views: 219

Answers (1)

jf_
jf_

Reputation: 3489

There is a setting in the Search Preferences: Window->Preferences --> General->Search

Then the search view should open up after starting the search.

enter image description here

Upvotes: 1

Related Questions