mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Added support of viewing the compiled Java files (*.class).
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
aa5ffa2b87
commit
b03da1c3b3
@ -45,6 +45,9 @@ do_view_action() {
|
|||||||
torrent)
|
torrent)
|
||||||
ctorrent -x "${MC_EXT_FILENAME}" 2>/dev/null
|
ctorrent -x "${MC_EXT_FILENAME}" 2>/dev/null
|
||||||
;;
|
;;
|
||||||
|
javaclass)
|
||||||
|
jad -p "${MC_EXT_FILENAME}" 2>/dev/null
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -592,6 +592,10 @@ regex/i/\.djvu?$
|
|||||||
|
|
||||||
### Miscellaneous ###
|
### Miscellaneous ###
|
||||||
|
|
||||||
|
# Compiled Java classes
|
||||||
|
shell/.class
|
||||||
|
View=%view{ascii} @EXTHELPERSDIR@/misc.sh view javaclass
|
||||||
|
|
||||||
# Makefile
|
# Makefile
|
||||||
regex/[Mm]akefile$
|
regex/[Mm]akefile$
|
||||||
Open=make -f %f %{Enter parameters}
|
Open=make -f %f %{Enter parameters}
|
||||||
|
Loading…
Reference in New Issue
Block a user