wuranjia / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
1 stars 6 forks source link

New dialog to add files to review #114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The dialog to add files to a review is not very user-friendly.

There exist several dialogs in Eclipse that could be used instead (e.g. 
ResourceSelectionDialog, FilteredResourcesSelectionDialog, etc.).

The patch below uses the ResourceSelectionDialog. As an additional benefit, we 
get rid of several classes(ReviewFileLabelProvider, ReviewFileContentProvider, 
ReviewFileSelectionStatusValidator).

Greetings,
Bernhard

Original issue reported on code.google.com by bernhard...@gmail.com on 19 Jun 2010 at 10:02

Attachments:

GoogleCodeExporter commented 9 years ago
Will evaluate for release 3.6.1.  Rewrite of some of the UI is already planned.

Original comment by jsakuda on 22 Jun 2010 at 12:57