Ticket #1488 (accepted enhancement)
Mountpoint selector
Reported by: | dborca | Owned by: | slavazanko |
---|---|---|---|
Priority: | major | Milestone: | Future Releases |
Component: | mc-core | Version: | 4.7.0-pre1 |
Keywords: | Cc: | dborca@…, mooffie@… | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
A nice feature of Advanced Midnight Commander mc-4.1.x-MP by Olegarch was the mountpoint selector. I ported it back to MC. Very useful, especially in conjunction with automounters for USB sticks, CDs, etc.
F11 (Shift-F1) and F12 (Shift-F2) will display the mountpoints selectors for each panel.
Patch (against 4.7.0-pre1) attached.
Attachments
Change History
comment:2 follow-up: ↓ 4 Changed 15 years ago by andrew_b
Why do you use the new mount_entry structure instead of existing my_statfs one?
comment:3 Changed 15 years ago by slavazanko
- Milestone changed from 4.7.0-pre2 to 4.7.0-pre3
Nice feature. But will realized into pre3.
comment:4 in reply to: ↑ 2 Changed 15 years ago by dborca
Replying to andrew_b:
Why do you use the new mount_entry structure instead of existing my_statfs one?
Because I am evil. >:)
Or maybe because mount_entry structure is not new at all?
Or maybe because a mountpoint _selector_ is supposed to _select_ something from a list? Last time I looked, my_statfs was just a structure (for a known path), not a _list_ node structure.
comment:9 Changed 13 years ago by andrew_b
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:11 Changed 2 years ago by pavelthebest
Any updates on this? The feature would be really useful.