2

I've searched, but been unable to find a comprehensive (or even cursory) list of the icons and meanings used in MercurialEclipse (formerly HgEclipse).

Here are some of the icons I'm seeing (although I'm guessing there are others), along with what I think they mean:

enter image description here

Jeff Levine
  • 2,083
  • 9
  • 30
  • 38

1 Answers1

2

You're right about the first two.

The third one indicates a conflict and you will see this decorating a file that has conflicts during a merge.

If you don't mind looking at the source code, you can find the overlay icons under com/vectrace/MercurialEclipse/team/images. The constants associated with these icons are defined here.

smooth reggae
  • 2,189
  • 13
  • 14
  • Thanks for the info and confirmation, but the icon images aren't viewable. I tried viewing online and downloading the zip. – Jeff Levine Oct 31 '14 at 11:15
  • You could also extract them from the plugin JAR (`com.vectrace.MercurialEclipse_2.1.0.201304290948.jar` in my case) – smooth reggae Oct 31 '14 at 22:11