Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Search => File => 'Enclosing project' option greyed out

Tags:

eclipse

I want to search only in my current project but the "enclosing project" option is grayed out most of the time. Sometimes, it is not greyed out... Bug ? Or I am missing something ?

I am on Mac OSX.

like image 359
Regis_AG Avatar asked Sep 19 '25 11:09

Regis_AG


1 Answers

you need to have the focus (by clicking) on a file, that is in a project. This can be done for example by clicking on a file in the Project Explorer or clicking in the Editor View of a file.

If your focus is not on a file (for example, when you click on the Console before searching), the option "enclosing project" is disabled, because no file within a project is selected you could search in.

like image 52
Simulant Avatar answered Sep 21 '25 11:09

Simulant