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

3

12

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

Woollen answered 3/8, 2012 at 13:0 Comment(2)
It looks more of like a wrench. This could be of help. #5209888Decontaminate
Indeed, it could be a wrench - with a quite short handle, though :) Only one folder in my project has it, and I have absolutely no idea why.Woollen
S
15

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.

Spline answered 28/1, 2015 at 20:41 Comment(1)
How does one know which categories have different settings?Hiramhirasuna
T
2

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

Thyroxine answered 3/8, 2012 at 19:23 Comment(2)
Excuse my ignorance, but it is unclear if the icon appears due to a bug or it really means something useful at this stage... I have Helios Eclipse with CDT Version 7.0.2.201102110609.Woollen
It has a meaning, albeit a somewhat obscure one. See my other answer https://mcmap.net/q/1008624/-what-does-the-push-pin-icon-adornment-mean-in-eclipse-cdtShipwright
T
2

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

Tripodic answered 22/11, 2012 at 6:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.