user1069609
user1069609

Reputation: 871

What is the meaning of this decorated folder icon in Eclipse/CDT project explorer?

What does this special folder icon in CDT/Eclipse project explorer mean? The bluish thingy looks like a key or screw or some kind of tool. I guess it has something to do with CVS. I couldn't find the info in the Preferences > Appearance > Label Decorations settings.

A zoomed screen capture

Upvotes: 12

Views: 13001

Answers (3)

Mechtroid
Mechtroid

Reputation: 346

The wrench icon over a folder or file means that it is overriding some of the build settings inherited from its parent. If it's there by accident, you most likely right-clicked that folder instead of the entire project and changed some of its properties.

To fix it, right click the folder with the wrench icon, go to its properties, and click "restore defaults" on each of the categories that differ from the main project.

Upvotes: 15

Sathya
Sathya

Reputation: 67

When you have a include path pointed into a directory, then that directory will have a key symbol

Upvotes: 2

Bananeweizen
Bananeweizen

Reputation: 22080

That seems to be custom resource setting, also shown in the CDT 7.0 release news (do a page search for overlay).

Upvotes: 2

Related Questions