home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / DICEC-1.DMS / in.adf / s / .edrc next >
Encoding:
Text File  |  1993-07-21  |  2.7 KB  |  92 lines

  1.  
  2. #   DME init file
  3.  
  4. setfont topaz.font 8
  5.  
  6. ignorecase on
  7. savetabs on
  8.  
  9. map help    (scanf %s rx1 DiceHelp \$scanf)
  10. map c-help  help
  11. map a-help  help
  12.  
  13. map c-tab   (ping 0 while c=32 right repeat tr (( ) left) pong 0 down)
  14. map cs-tab  `del del del del down'
  15. map a-tab   `goto block while cb `c-tab down''
  16. map as-tab  `goto block while cb `cs-tab down''
  17. map s-f9    `saveas ram:\$filename'
  18. map a-/     (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
  19. map cs-/    (escimm (findstr ) escimm (repstr ) nextr)
  20. map cs-n    (nextr)
  21. map c-m     menuon
  22. map c-right (repeat 8 tab)
  23. map c-left  (repeat 8 backtab)
  24. map s-return return
  25. map (a- )   (( ))
  26.  
  27. # path commands for quick-reference.   DCC: assignment takes precedence
  28. # so a hard-disk installation loads reference material from the HD rather
  29. # then from a floppy
  30.  
  31. addpath dcc:man
  32. addpath dcc:doc
  33. addpath dinclude:amiga20
  34. addpath ARCH:XDCC2/man
  35. addpath ARCH:XDCC2/doc
  36.  
  37. #   Note:   If menu's are off the right-mouse-button iconifies!
  38. #        Right-mouse-button always uniconifies an iconified window
  39.  
  40. menuoff
  41. menuclear
  42. menuadd Project (Insert-File  (f1))    f1
  43. menuadd Project (Open-Replace (f2))    f2
  44. menuadd Project (Open-NewWin  (f3))    f3
  45. menuadd Project (Save-Config)        saveconfig
  46. menuadd Project (Save          (f9))    f9
  47. menuadd Project (Save-As)        (escimm (saveas ))
  48. menuadd Project (Save-Quit    (f10))    f10
  49. menuadd Project (Quit          (c-q))    c-q
  50.  
  51. menuadd File    (Change-File-Name)    (escimm (chfilename ))
  52. menuadd File    (Change-Current-Dir)    (escimm (cd ))
  53.  
  54. menuadd Control (Iconify (a-i))     iconify
  55. menuadd Control Case-Sensitive        (ignorecase off)
  56. menuadd Control Case-InSensitive    (ignorecase on)
  57. menuadd Control Save-Uses-Tabs        (savetabs on)
  58. menuadd Control Save-Uses-Spaces    (savetabs off)
  59.  
  60. menuadd Mode    (Insert    (c-i))   c-i
  61. menuadd Mode    (Overwrite (c-o))   c-o
  62. menuadd Mode    (Wordwrap  (c-w))   c-w
  63. menuadd Mode    (Wordwrap-LMargin)  (escimm (setparcol ))
  64. menuadd Mode    (Wordwrap-RMargin)  (escimm (margin ))
  65.  
  66. menuadd Find    (Quick-Ref(c-]))    c-]
  67. menuadd Find    (Find      (c-/))    c-/
  68. menuadd Find    (Next      (c-n))    c-n
  69. menuadd Find    (Prev      (c-p))    c-p
  70. menuadd Find    (Find-Rep (cs-/))   cs-/
  71. menuadd Find    (Next-Rep (cs-n))   cs-n
  72. menuadd Find    (Glob-Rep)        (repeat -1 nextr)
  73.  
  74. menuadd Block    (Set Start (c-b))   (unblock c-b)
  75. menuadd Block    (Set End   (c-b))   c-b
  76. menuadd Block    (Clear       (c-u))   c-u
  77. menuadd Block    (BCopy       (a-c))   a-c
  78. menuadd Block    (BMove       (a-m))   a-m
  79. menuadd Block    (BDelete   (a-d))   a-d
  80.  
  81. menuadd Marker    (Goto 1)    (pong 1)
  82. menuadd Marker    (Goto 2)    (pong 2)
  83. menuadd Marker    (Goto 3)    (pong 3)
  84. menuadd Marker    (Goto 4)    (pong 4)
  85. menuadd Marker    (Mark 1)    (ping 1)
  86. menuadd Marker    (Mark 2)    (ping 2)
  87. menuadd Marker    (Mark 3)    (ping 3)
  88. menuadd Marker    (Mark 4)    (ping 4)
  89.  
  90. menuon
  91.  
  92.