mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
Ticket #2894: add support of Gnumeric's spreadsheets.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
013a3ff098
commit
71ca307910
@ -108,6 +108,9 @@ do_open_action() {
|
|||||||
abw)
|
abw)
|
||||||
(abiword "${MC_EXT_FILENAME}" &)
|
(abiword "${MC_EXT_FILENAME}" &)
|
||||||
;;
|
;;
|
||||||
|
gnumeric)
|
||||||
|
(gnumeric "${MC_EXT_FILENAME}" &)
|
||||||
|
;;
|
||||||
msdoc)
|
msdoc)
|
||||||
if [ -n "$DISPLAY" ]; then
|
if [ -n "$DISPLAY" ]; then
|
||||||
(abiword "${MC_EXT_FILENAME}" >/dev/null 2>&1 &)
|
(abiword "${MC_EXT_FILENAME}" >/dev/null 2>&1 &)
|
||||||
|
@ -550,6 +550,10 @@ regex/i/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|o
|
|||||||
shell/.abw
|
shell/.abw
|
||||||
Open=@EXTHELPERSDIR@/doc.sh open abw
|
Open=@EXTHELPERSDIR@/doc.sh open abw
|
||||||
|
|
||||||
|
# Gnumeric
|
||||||
|
shell/i/.gnumeric
|
||||||
|
Open=@EXTHELPERSDIR@/doc.sh open gnumeric
|
||||||
|
|
||||||
# Microsoft Word Document
|
# Microsoft Word Document
|
||||||
regex/i/\.(do[ct]|wri)$
|
regex/i/\.(do[ct]|wri)$
|
||||||
Open=@EXTHELPERSDIR@/doc.sh open msdoc
|
Open=@EXTHELPERSDIR@/doc.sh open msdoc
|
||||||
|
Loading…
Reference in New Issue
Block a user