Linear matches not displayed when searching for files in Eclipse 3.5 / Zend 7.2

Somehow my Eclipse (Zend 7.2) does not show line matches in treeview when doing a file search. It shows files that match, but I can't expand it to see which lines match. On my other computer at work (the same software), it works as it should.

Is there a way to reinstall the search module or does anyone know what might be wrong with it?

+1
source share
1 answer

solvable.

The shortcut has been changed to include the -clean option, and now string matches are displayed again!

eclipse.exe -clean or ZendStudio.exe -clean

+2
source

All Articles