newbee
newbee

Reputation: 46

Eclipse Mars “<” icon for directory is really annoying

Like this:

like this

The bigger < is really annoying, because it looks much like the small one, how can I hide it?

Upvotes: 0

Views: 27

Answers (1)

Wander Nauta
Wander Nauta

Reputation: 19695

They don't mean the same thing:

  • the > on the left allows you to open the directory.
  • the > on the right is an EGit marker that shows that the directory is dirty: it has files in it with pending changes.

If you want to, you can change the EGit marker to something else, or disable it entirely, using the Preferences dialog under Team -> Git -> Label Decorations -> Text Decorations.

Upvotes: 2

Related Questions