Skip to content
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

row selection #105

Closed
johnv02139 opened this issue Sep 6, 2016 · 1 comment
Closed

row selection #105

johnv02139 opened this issue Sep 6, 2016 · 1 comment

Comments

@johnv02139
Copy link
Contributor

The current version of the main table allows single selection (one row at a time), with "full selection" of rows. Each row also has a check-box. The check-box determines whether or not the file in the row should get renamed or not. So, it's not clear to me what the selection does. It doesn't seem to ever make any difference which row is selected. Am I mistaken about that?

A very trivial change allows multiple selection: shift-click selects continuous rows, control-click allows discontinuous rows to be selected, etc.

But, again, being selected currently means nothing. I think the best change would be to keep the check boxes, and have them be what determines which get changed; which rows are selected at the time the button is clicked will continue to mean nothing. However, if you select multiple rows, and click the check box of any one of the selected rows, the new state of the row you've clicked on, will apply to all selected rows. Non-selected rows will not be affected.

Does that sound like the right behavior?

(An alternate approach would be to eliminate the check boxes altogether, and let row-selection be what determines which files to rename. But I think that's inferior.)

I also would like to add buttons at the top for "select all" and "deselect all". Let me know what you think, or I can just send you the pull request later so you could see it.

Thanks.

@eprenamer
Copy link
Member

eprenamer commented May 9, 2017

This was resolved by #112

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants