kibichii / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Allow multi-selection when delete multiple variables from a table #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
for example, right now it is a real pain to “delete” multiple variables 
from a table. the UI is all set up for just a single variable. two things are 
wrong for when you have multiple variables: 
 - the variable list goes back to the top and does not stay with the last selected variable (since that one has disappeared from the list,  I assume the default is to go back to the top), that means you have  to scroll all the way back down to where you were - there is no way to select multiple variables (e.g., with shift-click or
  command-click).

Original issue reported on code.google.com by lixun...@gmail.com on 29 Jun 2015 at 11:43

GoogleCodeExporter commented 9 years ago
Fix: using list box to replace a drop-down choice box for multi-selection of 
variables. Users can hold Cmd (mac) or Ctrl (wiin) to select more than 1 
variables to delete.

This fix has been applied in versions >= 1.7.31

Original comment by lixun...@gmail.com on 1 Jul 2015 at 7:06