2023-03-22 08:17 AM
I am looking for a find function over the whole project. While Ctrl+F seems to work only on the active file, the more advanced Ctrl+H should work over all files. The search function executes (green progress bar going to 100%) and the searched text is than marked in the active file. But how do I jump trough all find occurrences? Where can i see the list with the find results?
2023-03-22 11:13 AM
in IDE -> edit window : mark some text with pressed left mouse button ;
then right click mouse ->
search text -> project
you get:
ok ?
2023-03-22 08:08 PM
+1
Sometimes Eclipse does not show the tabs/views automatically and they remain hidden.
In this case you can force showing any view by Window-> Show View ...
2023-03-23 04:46 AM
That sounds too good to be true... Unfortunately the search tab is not displayed, neither automatically nor with Window.Show View.Search
The search text in the active file is marked, so the search seems to be executed, but the results are not shown?!
2023-03-23 07:25 AM
Then it's a worse Eclipse bug. Sometimes it behaves like that and it is hard to recover.
A simple (easy to explain) way is create a new workspace and import the project.
2023-03-23 08:14 AM
Hi Pavel
Thank very much for the tip to create a new workspace, now the search works as expected. That is really a very annoying bug of the IDE.
Best regards, Michael