Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Hook to for custom presentation provider on CallStackView

Patrick,

Thanks, that seems like a good workaround.  I'll also agree that adding the presentation provider to the constructor would be helpful and possibly even an extension point to register a custom provider would be a nice hook.

Rocky

On Mon, Aug 1, 2016 at 11:25 AM, Patrick Tasse <patrick.tasse@xxxxxxxxx> wrote:
Hi Rocky,

We had another user request this last month so we'll look into adding an API to make this a bit easier.

But in the meantime, yes, by extending CallStackView you can hook your own presentation provider. See this message thread:

https://dev.eclipse.org/mhonarc/lists/tracecompass-dev/msg00685.html

Best regards,
Patrick


On Sat, Jul 30, 2016 at 5:45 PM, Rocky Dunlap - NOAA Affiliate <rocky.dunlap@xxxxxxxx> wrote:
I'd like to modify/add some attributes to the popup that is displayed when hovering over a stack frame in the call stack view.  It appears this can be done with a custom TimeGraphPresentationProvider.  The CallStackView has its own CallStackPresentationProvider, but it is not clear if there is any easy way to hook in another.  Would I need to extend CallStackView (i.e., create a whole new view) in order to change the presentation provider?

Thanks,
Rocky

_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tracecompass-dev



Back to the top