Discussion:
Extending Subclipse, New screen at history
Mariusz Pielak
2011-06-27 14:39:57 UTC
Permalink
Hello,
I'm trying to extend subclipse for my needs. I have a issue with
History, I try to do new possibilty showing history. How can I do ?
I can change your code to have my history but I would like to have two
actions with history: one is yours and second is mine. So I create new
action, and new item in menu.
Then this is more difficult. This is probably the code to change. Can
you help me???

IResource[] resources = getSelectedResources();
IHistoryView view = (IHistoryView) showView(ISVNUIConstants.HISTORY_VIEW_ID);
if (view != null) {
view.showHistoryFor(resources[0]);
}

Thank you in advance for your reply
greetings,
Mariusz Pielak

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2778136

To unsubscribe from this discussion, e-mail: [dev-***@subclipse.tigris.org].
Loading...