Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Open external location

> In the CDT Europa version when an build error referred to an external
> location outside of the workspace, the Problems view allowed you to jump
> to it using an 'Open external location' entry in the problem marker's context
> menu. This entry doesn't seem to appear anymore in the Ganymede version,
> is this by accident, or has this been solved differently?

The issue seems to be that in Ganymede the Problems view entries are
of type 'MarkerEntry', and the 'Open external location' is an object
contribution to 'org.eclipse.core.resources.IMarker' which doesn't match
directly. The trick seems to be to set the adaptable attribute to true
as MarkerEntry is adaptable to IMarker. Assigned:
  https://bugs.eclipse.org/bugs/show_bug.cgi?id=239208

-- Wieant


Back to the top