Ticket #4514 (new enhancement)
Open all marked files in a panel in mceditor
Reported by: | jonn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Hello. I recently added the possibility of opening all marked files in a panel into the editor.
Previously, if one had marked several files in a panel and then pressed f4, only the selected file would be open -even if it was not marked. I believe it is more natural to open the marked files, if any.
I present two implementations - one that only touches src/filemanager/cmd.c, and one that makes mcedit_arg_new in src/arg.h public so we can simplify things in the former file.
I hope this is of interest to the community and would be glad to get some feedback.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.