Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CDT Build Console enhancements

I would use org.eclipse.cdt.internal.ui.util.EditorUtility to open the file in the editor given path and line number from the marker.

Thanks,
Warren 


>-----Original Message-----
>From: cdt-dev-bounces@xxxxxxxxxxx 
>[mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Dmitry Kozlov
>Sent: Friday, October 23, 2009 6:38 AM
>To: CDT General developers list.
>Subject: Re: [cdt-dev] CDT Build Console enhancements
>
>Hello, one more technical question:
>
>to reuse existing code showing marker in editor I want to use 
>ExtendedMarkersView.openMarkerInEditor, but it is not 
>accessible ("discouraged access" compilation error).
>What is the best to use instead of it?
>
>Dmitry
>_______________________________________________
>cdt-dev mailing list
>cdt-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/cdt-dev
>

Back to the top