home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 21
/
amigaformatcd21.iso
/
s
/
.edrc
next >
Wrap
Text File
|
1997-02-27
|
3KB
|
97 lines
# DME init file
ignorecase on
savetabs on
map help (scanf %s rx1 DiceHelp \$scanf)
map c-help help
map a-help help
map c-tab (ping 0 while c=32 right repeat tr (( ) left) pong 0 down)
map cs-tab `del del del del down'
map a-tab `goto block while cb `c-tab down''
map as-tab `goto block while cb `cs-tab down''
map s-f9 `saveas ram:\$filename'
map a-/ (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
map cs-/ (escimm (findstr ) escimm (repstr ) nextr)
map cs-n (nextr)
map c-m menuon
map c-right (repeat 8 tab)
map c-left (repeat 8 backtab)
map s-return return
map (a- ) (( ))
map f7 (rx1 dcc:rexx/ErrorMove.DME First)
map f8 (rx1 dcc:rexx/ErrorMove.DME Next)
map s-f8 (rx1 dcc:rexx/ErrorMove.DME Current)
map a-f8 (rx1 dcc:rexx/ErrorMove.DME First)
map c-f8 (rx1 dcc:rexx/ErrorMove.DME Prev)
addpath dcc:man
addpath dcc:doc
addpath dinclude:
# Note: If menu's are off the right-mouse-button iconifies!
# Right-mouse-button always uniconifies an iconified window
menuoff
menuclear
menuadd Project (Insert-File (f1)) f1
menuadd Project (Open-Replace (f2)) f2
menuadd Project (Open-NewWin (f3)) f3
menuadd Project (Save-Config) saveconfig
menuadd Project (Save (f9)) f9
menuadd Project (Save-As) (escimm (saveas ))
menuadd Project (Save-Quit (f10)) f10
menuadd Project (Quit (c-q)) c-q
menuadd File (Change-File-Name) (escimm (chfilename ))
menuadd File (Change-Current-Dir) (escimm (cd ))
menuadd Control (Iconify (a-i)) iconify
menuadd Control Case-Sensitive (ignorecase off)
menuadd Control Case-InSensitive (ignorecase on)
menuadd Control Save-Uses-Tabs (savetabs on)
menuadd Control Save-Uses-Spaces (savetabs off)
menuadd Mode (Insert (c-i)) c-i
menuadd Mode (Overwrite (c-o)) c-o
menuadd Mode (Wordwrap (c-w)) c-w
menuadd Mode (Wordwrap-LMargin) (escimm (setparcol ))
menuadd Mode (Wordwrap-RMargin) (escimm (margin ))
menuadd Find (Quick-Ref(c-])) c-]
menuadd Find (Find (c-/)) c-/
menuadd Find (Next (c-n)) c-n
menuadd Find (Prev (c-p)) c-p
menuadd Find (Find-Rep (cs-/)) cs-/
menuadd Find (Next-Rep (cs-n)) cs-n
menuadd Find (Glob-Rep) (repeat -1 nextr)
menuadd Block (Set Start (c-b)) (unblock c-b)
menuadd Block (Set End (c-b)) c-b
menuadd Block (Clear (c-u)) c-u
menuadd Block (BCopy (a-c)) a-c
menuadd Block (BMove (a-m)) a-m
menuadd Block (BDelete (a-d)) a-d
menuadd Marker (Goto 1) (pong 1)
menuadd Marker (Goto 2) (pong 2)
menuadd Marker (Goto 3) (pong 3)
menuadd Marker (Goto 4) (pong 4)
menuadd Marker (Mark 1) (ping 1)
menuadd Marker (Mark 2) (ping 2)
menuadd Marker (Mark 3) (ping 3)
menuadd Marker (Mark 4) (ping 4)
menuadd Error (BEGIN ERRORS (f7)) f7
menuadd Error (Next Error (f8)) f8
menuadd Error (Current Error (s-f8)) s-f8
menuadd Error (First Error (a-f8)) a-f8
menuadd Error (Previous Error (c-f8)) c-f8
menuadd Error (Clear Error) (rx1 dcc:rexx/ErrorClear.DME)
menuon