How to extend the RTC Eclipse History View plugin?
Hi,
I need to create a new Eclipse plugin using the RTC SDK. Basically, I need to extend the 'Show History' view. So, I need a new view that inherits the same functionality plus other features.
Do you have any examples that I could take a look at? I have checked the code of the Show History plugin of the SDK, but I still don't know where to start. I have also read the Workshop 4.0.
If you have any examples of how to extend an RTC Eclipse view, I´ll appreciate that.
Thanks!
|
One answer
you have to do all the work.. there is no 'inherit/extend' capability in general.
I have modified a number of client (and server) side plugins because u have to modify (undocumented) product code, you are responsible for keeping your code up to date with all product changes. Comments
Leonardo Marzo
commented May 12 '14, 9:21 a.m.
Not at all? I think it may be possible to reuse the classes HistoryView, HistoryViewUtil, HistoryPageHost, etc, in some way.
sam detweiler
commented May 12 '14, 9:26 a.m.
there is no published model that says 'inherit' plugin, add this tiny function and use my new capability from now on.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.