Eclipse :: Hide .svn files in Open Resource dialog

前端 未结 5 1089
梦毁少年i
梦毁少年i 2021-02-02 07:20

Is it possible to hide .svn files in the Open Resource dialog (Ctrl + Shift + R) of Eclipse?

It\'s very annoying when you have hundreds of files...

Cheers.

5条回答
  •  执念已碎
    2021-02-02 08:04

    Try the following:

    Project > Properties > Resource > Resource Filters > Add

    Select: Exclude All, Folders, All Children (recursive)

    Name Matches: .svn

    OK and Apply

提交回复
热议问题