Changes between Initial Version and Version 27 of Ticket #1490
- Timestamp:
- 06/22/10 17:52:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1490
- Property Status changed from new to closed
- Property Votes for changeset changed from to committed-master
- Property Severity changed from no branch to merged
- Property Cc dborca@… added
- Property Priority changed from major to minor
- Property Milestone changed from 4.7.0-pre2 to 4.7.3
- Property Owner set to andrew_b
- Property Resolution changed from to fixed
-
Ticket #1490 – Description
initial v27 1 1 Ok, this is my second-favourite patch :) 2 3 2 A nice feature of Advanced Midnight Commander mc-4.1.x-MP by Olegarch was the dialog selector. It allowed the user to have multiple viewers and editors open along with the main file manager. They can be switched at will. Note that this does NOT imply multi-threading, because there's no point for editors, viewers and file-managers to run in background; they primarily need user interaction. 4 5 3 The hotkeys for Multi Screen feature: 6 4 "M-`" selector 7 5 "M-," switch to previous 8 6 "M-." switch to next 9 10 7 Yes, I know the hotkeys are not very well-chosen, but I really tried hard to avoid clashes with existing hotkeys. (I just saw M-. was taken in GIT, but honestly, I don't need a hotkey to switch hidden files on and off very frequently; I can live with just a setting in Options for that :)) 11 12 8 Patch (against 4.7.0-pre1) attached.