The Teamprise Plug-in for Eclipse uses icons and short textual descriptions to indicate the status of files which are managed by Teamprise. These "decorations" are visible many places in Eclipse's workspace tree, most notably the Package Explorer and Project Explorer views. These decorations are intended to be able to tell the status of a file at a glance.
Projects, folders and files which are connected to a Team Foundation Server are decorated with a yellow cylinder icon:
Any additional details (below) will supersede the use of a cylinder icon.
Files which are pended for addition to the Team Foundation Server are decorated with an asterisk icon, and a plus sign ("+") is prepended to its name:
Note that the added files decoration is recursively applied to a resource's parent for easy identification. Thus, if you have added a file, the Added File icon will be visible on all containing directories up to the Project.
Files which have been checked out of the Team Foundation Server are decorated with a checkmark icon, and a greater than sign (">") is prepended to its name:
Note that the checked out files decoration is recursively applied to a resource's parent for easy identification. Thus, if you have added a file, the Checked Out File icon will be visible on all containing directories up to the Project.
Files which are locked in the Team Foundation Server (but not checked out) are decorated with a padlock icon:
Files which are in writable conflict - those which are writable on the local disk, but are not checked out of the Team Foundation Server, are decorated with a question mark icon, and a question mark ("?") is prepended to its name: