; this script will help U formatting labels with Matt Dillon's phantastic DME
; add it to your .edrc file and have fun

margin 44
wordwrap on
map a-y (justify full)
map a-x unjustify
map a-f (ping 1 while !r (unjustify down first while c=32 del) pong 1 reformat)
map a-a ((1m) wright left (0m))


menuadd Eti PRINT_ETI (saveas t:label execute (tools:print/keti t:label))
menuadd Eti LOAD_DIR0 (execute (dir >t:label df0: all) insfile t:label)
menuadd Eti LOAD_DIR1 (execute (dir >t:label df1: all) insfile t:label)
menuadd Eti LOAD_CONT (insfile df0:contents)
menuadd Eti TOGL_WRAP (wordwrap toggle)

