HelgeSverre / gs-plugin-installer

A Plugin Installer for GetSimple CMS
GNU General Public License v3.0
2 stars 0 forks source link

Shift-hold-click selection for quicker selection of plugins #1

Open HelgeSverre opened 9 years ago

HelgeSverre commented 9 years ago

Should implement a "hold-shift while clicking on checkbox-select all in between" feature so that users can more quickly select several plugins to install or uninstall

HelgeSverre commented 9 years ago

This will prove relatively weird to implement as users can order the columns arbitrarily, so on each "column order change" the indexes has to be "refreshed" so that when as user makes a shift-click selection the correct plugins are selected.

So in this case it is not as easy as dropping in an existing jQuery plugin, It'll have to be done with custom code.