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

[Subclipse-dev] progress on generic history view

From: Eugene Kuleshov <eu_at_md.pp.ru>
Date: 2006-05-29 06:28:44 CEST

Mark Phippard wrote:

> I assume to activate this new feature right now you have to use Drag and
> Drop to the view? It seemed to work for files, but not folders/projects.
> But it did work for files so it is a good start.

   Apparently drag-n-drop adapter in GenericHistoryView does not allow
to drop anything but IFile. I opened an issue in Eclipse bugzilla.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144130

   So it not possible to use drag-n-dtrop for folders, however if link
with selection is active, history view would show folder history, or it
can be activated with show history action.

   I've submitted another patch which seems complete now. I think I
copied all the existing functionality. See
http://subclipse.tigris.org/issues/show_bug.cgi?id=497

   The only issue left is to replace current history actions to activate
new History view. Eg.

   GenericHistoryView view = (GenericHistoryView)
showView(GenericHistoryView.VIEW_ID);
   if (view != null) {
     view.itemDropped(files[0], true);
   }

   Please let me know if you need my help to complete this.

   regards,
   Eugene

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Mon May 29 06:29:49 2006

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.