Ticket #2814 (closed task: fixed)
Incapsulate of CK_FileNext/CK_FilePrev command handling inside mcviewer.
Reported by: | andrew_b | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.4 |
Component: | mcview | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
Currently, when CK_FileNext/CK_FilePrev command is raised in mcviewer, there following actions are performed:
- close mcviewer
- switch to file manager
- run new mcviewer.
mcviewer is assign with current panel and its working dir. As a result of that, CK_FileNext/CK_FilePrev command handling doesn't work:
- in mc which run as standalone viewer (mcview or mc -v)
- with multi-screen engine:
- run internal viewer from file manager (press f3);
- switch back to the file manager;
- switch back to the opened viewer and press C-f (CK_FileNext) or C-b (CK_FilePrev);
- viewer is just closed.
The offering solution provides the full handling of CK_FileNext/CK_FilePrev commands within mcviewer and fixes problems described above.
Also this is a step to #2156.
Branch: 2814_viewer_next_prev (parent: master).
Initial changeset:ba8dcbe072928725db81a4b762fbcc7e26953548
Change History
comment:3 Changed 12 years ago by slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- Branch state changed from on review to approved
comment:4 Changed 12 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from angel_il slavazanko to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [d235c71dae84d72a9bc39c4a20f8db2758f11ae4].
git log --pretty=oneline 50f8b5b..d235c71
Note: See
TracTickets for help on using
tickets.