[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-dev] Extending Subclipse, New screen at history

From: Mariusz Pielak <mariopielak_at_gmail.com>
Date: Mon, 27 Jun 2011 16:39:57 +0200

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-unsubscribe_at_subclipse.tigris.org].
Received on 2011-06-27 16:44:06 CEST

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.