-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select multiple items #65
Comments
The difficulty is that if several sections are selected at the same time, a same action (drag&drop, delete, link to a parent) should be applied to all of them, and it is not always possible, especially if they are of different types. |
The first use case: I want to convert a large organ with hundreds of ranks into a small one. So I need to select extra ranks and delete them. Another use case is to move a selection of stops from one manual to another (including in the first use case: convert a three manual organ to a two manual one), and to move a selection of ranks from one windchest to another. |
Ok clear, I will try to implement in the next version the selection of multiple items. They will have to be all of the same type (Rank sections only for example), else OdfEdit will select automatically only the first item, and probably all operations will not be possible on this set of sections (maybe only delete, drag). |
@oleg68 It is implemented in OdfEdit v2.17. |
Earlier there was a capability of selecting several elements (for example, ranks in a windchest).
Bot now there is no such capability. Could you restore it?
The text was updated successfully, but these errors were encountered: