-
Notifications
You must be signed in to change notification settings - Fork 919
Description
Description
For users who need to remove numerous Java libraries—sometimes even more than 100—it is currently necessary to click the remove button once for each library, as multiple libraries cannot be selected and deleted simultaneously.
The same limitation applies when reordering libraries in the classpath. Moving a library up or down requires repeated clicks; for example, moving the last library to the top may require pressing the button hundreds of times.
Use case/motivation
Provide the ability to select multiple libraries simultaneously—via a single mouse action, by holding the Shift key, or by drawing a selection box (square or rectangle) with the mouse—so that the remove, move up, or move down actions apply to all selected libraries at once.
Please note that this functionality is currently unavailable not only in the Properties window, but also in the Project window.
Related issues
No response
Are you willing to submit a pull request?
No