oaubert / advene

Official Advene repository
https://www.advene.org/
GNU General Public License v2.0
36 stars 9 forks source link

"Merge package"-function: display of elements as tree-view #42

Open JStratil opened 6 years ago

JStratil commented 6 years ago

In the menu "Merge package" we would suggest a display of the elements to be merged in form of a tree-view: Annotation types --> individual annotation type --> individual annotations In this way each annotation could be easily assigned to a specific annotation type. Furthermore one should be able to select individual annotation types to merge/import all annotations of this type with one click.

oaubert commented 6 years ago

This has been partially addressed in 1a4ce2d8757d20e1c15a5541ce77c5c7587cb83e : a Type column shows the element type (annotation type for annotations), and the table can be sorted against this column. Moreover, multiple selection is possible (by holding the Shift key while selecting).