File:  [OS/2 SDKs] / os232sdk / c386 / tools.pre
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:30 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
Microsoft OS/2 SDK 2.0 05-30-1990

;
; Predefined and Example Microsoft Editor Macros
;
; argcompile
; shorthand for arg followed by compile, used to start backround compiles.
;
argcompile:=arg compile
argcompile:f5
;
; assignments
; Displays the current assignments pseudo-file. (Formerly called "help")
;
assignments:=arg "?" assign < <
assignments:f10
;
; clear
; Deletes selected text without copying it to the clipboard
;
clear:= meta delete
clear:del
;
; hsplit
; Splits the current window horizontally at the current cursor location
;
hsplit:= arg window
hsplit:ctrl+H
;
; prevmsg
; Used to view the previous error message in the results of a compile.
;
prevmsg:=arg "-1" nextmsg
prevmsg:SHIFT+F4
;
; rawoutput
; switches the current window to the compile log to view the raw compile
; output
;
rawoutput:=arg "<compile>" setfile
rawoutput:alt+F3
;
; setmsg
; Used to set the current message
;
setmsg:=arg arg nextmsg
setmsg:SHIFT+F5
;
; spell
; Invoke the Microsoft Word 4.0 spelling checker on the current file. (Only
; available for DOS).
;
spell:=arg "spell-am " curfile shell
spell:ctrl+f7
;
; undotoggle
; toggling undo. Repeately executing this macro undoes and redoes the most
; recent editting change.
;
undotoggle:=meta undo +> undo
undotoggle:ctrl+bksp
;
; vsplit
; Splits the current window vertically at the current cursor location
;
vsplit:=arg arg window
vsplit:ctrl+U
;
; make
; Invokes Make command
;
make:= arg " " compile
make:ctrl+f4
;
;
; extmake
; Switches for compile
;
extmake:c cl386 /c /Zep /D LINT_ARGS %s
extmake:asm masm386 -Mx %s;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.