views:

9

answers:

1

Somehow my Eclipse (Zend 7.2) doesn't show the line matches in the treeview when doing a File Search. It shows the files that match, but I can't unfold it to see what lines the matches are on. On my other computer at work (same software) it does work like it should.

Is there any way to reinstall the Search-module or does anybody know what could be wrong with it?

+1  A: 

Solved.

Changed the shortcut to include the parameter -clean and now line matches are shown again !

eclipse.exe -clean or ZendStudio.exe -clean

Dylan