Dat Chu
Dat Chu

Reputation: 11140

All files are red under IntelliJ project pane

My project pane in IntelliJ has all files and folder in red color instead of the typical black. I can't find documentation on what does this color mean and how to fix whatever caused it so that it appears black again.

I notice that when I click on these files and folders, then choose Menu->VCS->Mercurial. It asks if I want to add them into source control. These files are already in Mercurial, perhaps this is a Mercurial problem?

Upvotes: 14

Views: 17999

Answers (2)

womplefrog
womplefrog

Reputation: 799

This can happen if there is an error with you VCS. To repair this:

  1. Navigate to Settings | Version Control
  2. Select the mapping(s)
  3. Click [-] icon or press Delete to remove the mapping or change the association to None

Upvotes: 12

CrazyCoder
CrazyCoder

Reputation: 401975

Refer to help: File Status Highlights.

Upvotes: 12

Related Questions