Ticket #1531 (closed defect: fixed)
classic select on Asterisk wanted
Reported by: | Vitja Makarov | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre2 |
Component: | mc-core | Version: | 4.7.0-pre1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
Asterisk now select directories as well as files, with no option to select old(classic) behavior when only files are selected.
This is very confusing feature especially when you are going to delete files.
Change History
comment:2 in reply to: ↑ 1 Changed 15 years ago by andrew_b
Replying to angel_il:
i think need return old behavior on '*' and add new select on A-'*'
Not all terminals provide different esc seqs for '*' and A-'*'.
I'd prefer the configuration options in ~/.mc/ini.
comment:3 follow-up: ↓ 4 Changed 15 years ago by iNode
I propose save flag [ ] files only in Select group dialog as option in ~/.mc/ini this solution doesn't require additional changes in configuration dialogs, and it will be easy to change.
comment:4 in reply to: ↑ 3 Changed 15 years ago by andrew_b
Replying to iNode:
I propose save flag [ ] files only in Select group dialog as option in ~/.mc/ini this solution doesn't require additional changes in configuration dialogs, and it will be easy to change.
I personally like this solution but it doesn't allow to select only directories.
comment:5 Changed 15 years ago by iNode
Yes, you are right, C-+ and "*/" template does not work and "/*" template work invalid.
comment:6 Changed 15 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Milestone changed from 4.7.0-pre3 to 4.7.0-pre2
comment:7 Changed 15 years ago by andrew_b
- severity changed from no branch to on review
Created branch 1531_reverse_selection_old_mode. Parent branch: master.
changeset:631335d2def0eae72e673d822547dc4dfcc4d5a1
comment:11 Changed 15 years ago by andrew_b
Variable renamed.
changeset:270b37714f7efe0b915390a1dd02630d6d04e30b (forced update)
comment:14 Changed 15 years ago by iNode
- Votes for changeset changed from angel_il to angel_il iNode
- severity changed from on review to approved
comment:15 Changed 15 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from angel_il iNode to commited-master
- Resolution set to fixed
- severity changed from approved to merged
Merged to master.
changeset:96e032b473935ebca5b59494e1fe4a30bd1e7bec
i think need return old behavior on '*' and add new select on A-'*'