Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: Hide paths in the "Open resource" dialog

Tags:

eclipse

Is there any way to define what the "Open Resource" dialog in Eclipse should show?

If you work with svn you don't want the *.svn files to show up. (I know there is a fix out for this one but does there exist a more general one?)

like image 375
user29593 Avatar asked Oct 24 '08 12:10

user29593


2 Answers

At the top-right corner of the "Open Resource" there is a small blue arrow. Click it and "Select Working Set". Create a new working set as required to include what you need

like image 187
idrosid Avatar answered Nov 10 '22 04:11

idrosid


You could mark the files as 'derived', though depending on their directory structure it could be time-consuming. See my answer to this question.

like image 3
Kevin K Avatar answered Nov 10 '22 06:11

Kevin K