All files are red under IntelliJ project pane

16,268

Solution 1

Refer to help: File Status Highlights.

Solution 2

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
Share:
16,268

Related videos on Youtube

Dat Chu
Author by

Dat Chu

Like Computer Vision, love learning new things, fascinated with tinkering and making stuff. Know JS, TS, C++, Python and Java. Builds Deep Nets on the side for fun and profit. A proud Linux aficionado although have been doing more cloud than bare metal recently.

Updated on July 07, 2022

Comments

  • Dat Chu
    Dat Chu almost 2 years

    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?

  • Dat Chu
    Dat Chu over 11 years
    Ok. That means it is indeed a problem with the Mercurial plugin not recognizing where things are.