Ticket #3965 (closed enhancement: fixed)
Fix include/editor order in mc.ext
Reported by: | legends2k | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.23 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
mc.ext has
` shell/i/.tex
Include=editor`
However, include/editor, where the Open action calls $EDITOR, is defined above this; hence .tex files aren't opened on Enter key press.
Moving include/editor below all Include=editor occurrences fixes this. I've given the patch for this too.
Additionally, I took the liberty to associate Markdown files in mc.ext.
Build Details
GNU Midnight Commander 4.8.22
Built with GLib 2.58.2
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish
Data types: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
Attachments
Change History
Changed 6 years ago by legends2k
- Attachment mc.ext.patch added
comment:2 Changed 6 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Milestone changed from Future Releases to 4.8.23
comment:3 Changed 6 years ago by andrew_b
- Branch state changed from no branch to on review
Thanks!
Branch: 3965_mc.ext_include
Initial changeset:6f562116cc69c86a1fad3c28b9e224b541920304.
comment:4 Changed 6 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset set to committed-master
- Resolution set to fixed
- Branch state changed from on review to merged
Merged to master: [76d6430666a8ee899cbe40cd9ce9b6b2f343ca0c].
Patch to fix include/editor order