home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Der Mediaplex Sampler - Die 6 von Plex
/
6_v_plex.zip
/
6_v_plex
/
DISK5
/
DOS_34
/
AMAC44.ZIP
/
MISC11.QM
< prev
next >
Wrap
Text File
|
1992-06-22
|
5KB
|
95 lines
* MISC11.QM, v1.1c
* Miscellaneous QEdit Macros
* 6/20/92
* Key Subfile Description
* ===== ============= ==============================================
* {e:\up\mis001} Cursor and Line Position Macros ( )
* {e:\up\mis002} Counting and Line Numbering Macros
* {e:\up\mis003} Make Column Blocks of Longest Lines
* {e:\up\mis004} Macros to Compare Files
* {e:\up\mis005} Macros to Make Single Column Macros
* {e:\up\mis006} Other New Macros
* {e:\up\mis007} Macros To Set/Delete Custom Tab Stops
* {e:\up\mis008} (Not yet in use)
* {e:\up\mis009} (Not yet in use)
*
* @h Jump To Index Item Below
*
* Index - How to Jump to Index Item Below Using @h
* Description
* Startup
* Other Macros
* Version history
*
*-- eoi
* (DESCRIPTION): MISC11.QM contain miscellaneous macros described
* in the Index above and in each subfile. These macros
* require "QEdit and QMAC v2.1, February, 1990" or later,
* and many require QEdit v2.15. For (other) macros, see
* ALLMACRO.INF in AMACxx.ZIP.
* (INDEX) USE: To locate a macro or item in this file, press @h,
* place the cursor line on the desired item in the Index
* above, and press <enter>. See BOOKxx.QM for more
* details.
* (STARTUP): To BEGIN, just type "START MISC" <Enter>. All
* pertinent files will be loaded in the "Ring", and
* MISC11.MAC macros are read. To jump to and read macros
* in the mis00x.qm subfiles, please refer to macros in
* BOOKxx.QM and JMPPOSxx.QM. in AMACxx.ZIP.
* M A C R O S
* ----------------------------------------------------------------------
* @(h) Jump From Index Line To Locate Macro or Item in Document Below
* ----------------------------------------------------------------------
* Alt_h can be used to quickly jump from Index Line to the desired
* item in the document below:
* 1. Press Alt and h at the same time. Line 1 is marked to
* highlight. Cursor down to desired line in Index.
* 2. Press Enter. The macro then locates and jumps to the item
* selected on the cursor line in the document below.
* Use @f in bok001.qm to jump to macro from index. See BOOKxx.Qm and
* JMPPOSxx.QM in AMACxx.ZIP for more discussion about using bookmarks
* and positions markers ( ) to jump to positions in files.
@h MacroBegin UnmarkBlock DefaultWordSet BegFile MarkLine
MarkLine Pause WordRight MarkWord Copy EndPara
MakeCtrOfScreen Find "(" Paste ")" Return "I" Return JFalse
Label0: BegLine Jump Label1: Label0: BegFile Label1:
*
* 33 bytes Wed 07-10-1991 10:11:24 (TH @1 in BOOKxx.QM)
* (Version) History
* ------------------
* 1.0 - Initial in AMAC41g.ZIP. 11/24/91
* 1.1 - Added ^F5 anf ^F6 in mis001. Added @1 in mis006. 11/25/91
* - Modified @1/2/6 in mis003.qm. 12/7/91
* - Changed #F9 to @3 key in mis006.qm. 12/8/91
* - Added @3/4/5/6 to mis002.qm. 12/12/91
* - Added @3 in mis006.qm. 12/28/91
* - Added @3/4/5/6 in mis001.qm. 1/7/92
* - Added @9 in mis001.qm. 1/9/92
* - Added @4/5 in mis006.qm. 1/9/92
* - Added @9/0 in mis002.qm. 1/30/92
* - Added @1/2/3/4 to mis007.qm to set/delete custom tab stops. 2/6/92
* - In AMAC42.ZIP. 3/28/92
* 1.1a - Added @7 in mis003.qm. 4/24/92
* - Changed macros in mis003.qm. 4/26/92
* (In Amac42e.zip)
* 1.1b - Added @8 in mis003.qm. 4/27/92
* - Shortened @1/2/3/8 in mis003.qm. 4/28/92
* (In Amac43.zip)
* 1.1c - Changed keys in mis007.qm. 6/2/92
* - Added @f2 in mis002.qm to make file of #'s 1-99. 6/17/92
* - Modified ^f5 mis001.qm. 6/20/92
*
*
*-- eof