Ticket #2103 (closed enhancement: fixed)
[patch] mc.ext enhancement
Reported by: | gotar | Owned by: | slavazanko |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.5 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
Attached file makes a few improvements in default bindings:
- use chm_http text-mode handler for CHM files,
- play sounds only from videos in text mode,
- use pdftotext -layout -nopgbrk switches,
- try to use elinks before links for HTML,
- soffice2html text-mode handler for SXW files,
- wvHtml text-mode handler for doc files,
- xlhtml text-mode handler for XLS files,
- ppthtml text-mode handler for PPT/PPS files,
- open=view+pager fallback (noX) for PostScript, PDF, OD[PST] and DVI,
- standarized $DISPLAY checks.
Note, that regex keyword definitely needs case-insensitive flag in order to get rid of mess like:
regex/\.([wW][aA][vV]|[sS][nN][dD]|[vV][oO][cC]|[aA][uU]|[sS][mM][pP]|[aA][iI][fF][fF]|[sS][nN][dD])$
Attachments
Change History
comment:1 Changed 14 years ago by gotar
I'm not posting a patch as it wouldn't probably apply anymore, so just before dbf:
# sqlite3.db type/^SQLite 3.x database View=%view{ascii} sqlite3 %f .dump
comment:2 Changed 13 years ago by andrew_b
- Version changed from version not selected to master
- Component changed from mc-config-ini to mc-core
- Branch state set to no branch
- Milestone changed from 4.7 to Future Releases
comment:4 Changed 12 years ago by slavazanko
- Blocked By 2118 removed
(In #2118) merged to master:
git log --pretty=oneline e944301..5c6ae10
comment:5 Changed 12 years ago by slavazanko
- Owner set to slavazanko
- Status changed from new to accepted
comment:6 Changed 12 years ago by slavazanko
- Branch state changed from no branch to on review
- Milestone changed from Future Releases to 4.8.4
Created branch 2103_mcext_enhancement
Review, plase
comment:11 Changed 12 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
- Branch state changed from on review to approved
comment:12 Changed 12 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b angel_il to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master:
git log --pretty=oneline ff096a3..b03da1c
Note: See
TracTickets for help on using
tickets.