Skip to content

Fixed color specifications for the "ignored files" category not being honored.

Amenel Voglozin requested to merge bitbucket/merged-pr-9 into branch/default

Was already merged in Bitbucket before import, marked as merged by the import user

In the latest version of MercurialEclipse, setting up a foreground color, background color or font for "Ignored files" in Preferences > General > Appearance > Colors and fonts has no effect.

The reason is twofold:

  • there was a character case problem in the IDs of colorDefinition and fontDefinition (in plugin.xml) which caused the colors and font retrieved to be null values;
  • no decorating happened for files of which the cache status was null (which I guess is the case of ignored files).

This fixes the color problem. All file categories (added, ignored, changed, etc.) are now decorated. But there still is a general "Unable to create font in non-UI thread" error.

Merge request reports