This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Icons in project explorer

Hi,

 I could not find a description of the icons shown in project explorer. I have 2 questions about these. One is that I see a small wrench in the top right of one file's icon. The other is I see arrows for one project files while other projects do not have these. Is there a description somewhere of all these sub-icons?

  • Hi Bob,

    Bob D. said:
    One is that I see a small wrench in the top right of one file's icon.

    It means this file has file specific options (options specific to that file that override the project level options).

    Bob D. said:
    The other is I see arrows for one project files while other projects do not have these

    The icon is actually a link of a chain indicating that it is a linked file.

    Bob D. said:
    Is there a description somewhere of all these sub-icons?

    I not sure if a comprehensive list exists. Some icons are explained in the Eclipse documentation and others with various CCS material. It would be nice if one such list existed.

    thanks

    ki

  • Hi Ki, Thank you for your reply.

    Regarding the arrow, what does a "linked file" mean and how do I make it unlinked?

  • A linked file is a file that is referenced by the project but not physically inside the project folder (or sub folder). See slide 38 of the below slide set for more details on adding and linking files:

    http://downloads.ti.com/dsps/dsps_public_sw/sdo_ccstudio/workshops/CCSv5/C2000/CCSv5-Workshop%28C2000%29_2.pdf

    You can unlink by simply "deleting" the file from the project explorer view. It will delete just the link (not the actual file).

    Thanks

    ki