nicoulaj
nicoulaj

Reputation: 3543

Intellij IDEA: VCS markers on files

Is there a setting or a plugin to display VCS markers on files in the project view ?

Here is what i'm talking about (Subversive/Subclipse on Eclipse): alt text

(I am mainly asking for Subversion).

Upvotes: 1

Views: 333

Answers (1)

bealex
bealex

Reputation: 10014

There are no markers, but colors. As far as I remember, black is "updated", red — "conflict", "green" — added, but not comitted, "blue" — modified. Something like this.

All these colors will appear after you'll select VCS for your project or for a directory in your project. It can be done in Project Settings.

Upvotes: 4

Related Questions