Why might the outline view use red squares for some icons ("Sort by name", "Collapse all", "Expand all") while others (e.g., "Focus on Active Task") are still fine? This happens in all perspectives, but not in a different workspace. I'm using Juno Service Release 2 (20130225-0426).
When it can't locate an icon it will use a red square. This suggests
there is something corrupt with your installation.
On 25/05/2013 1:02 PM, Malte Forkel wrote:
> Why might the outline view use red squares for some icons ("Sort by
> name", "Collapse all", "Expand all") while others (e.g., "Focus on
> Active Task") are still fine? This happens in all perspectives, but
> not in a different workspace. I'm using Juno Service Release 2
> (20130225-0426).
I eventually realized that the problem only occurs when a Python source file was selected. I checked the PyDev plugin sources and noticed that there was no folder 'icons' in 'org.python.pydev.shared_ui_2.7.4.2013051601'. After I had inserted a copy of that folder from the PyDev Git repository, the outline view looked fine again.