sandalone
sandalone

Reputation: 41749

Brownish-colored files and folders in Android project (IDEA)?

I use IDEA 11, updated to its latest version. I opened an Eclipse project in IDEA, and the text color of some folders and files are light-brown colored, while others are black as normal.

Look:

1) One

2) Two

I tried rebuilding the project, but it did not help. What do the different colors mean?

Upvotes: 4

Views: 2717

Answers (1)

Ido.Co
Ido.Co

Reputation: 5447

These colors represent the file status

Brown - Unknown - File exists locally, but is not in the repository, and is not scheduled for adding.

Black - up to date

enter image description here

File Status Highlights - http://www.jetbrains.com/idea/webhelp/file-status-highlights.html

Refreshing Status - http://www.jetbrains.com/idea/webhelp/refreshing-status.html

Upvotes: 6

Related Questions