[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Patch for PR 44892
|
>
> In my continuing quest for parity at the platform level with all of the
> features we have missed during the last few busy months of activity, here
> is a patch which addresses the fact that the CDT has no support for the
> ShowIn navigation hook.
>
> This patch hits three files:
> CEditor: To add support to provide a ShowInContext
> CView: To add support for receiving an IShowInContext
> CPerspectiveFactory: To add support for adding the show in binding
> to the CView and the Navigator.
>
> The patch is _totally_ trivial and was taken against CDT 1.2 branch.
>
> For the ChangeLog:
> Add missing support for the Nagivate > ShowIn hook into the
> C/C++ Editor, C/C++ Project View and add the hooks into the
> perspective.
>
>
Nice, Thanks!!
Patch applied.
Do you have time for the context menu in the CEditor, the action
should also be accessible this way and not only via the Navigate > ShowIn.