@ME.FORMAT                                                                   R                                             


TO:		MULTI-EDIT USERS
FROM:	PETER HYMAN
DATE:	JUNE 26, 1990
SUBJECT: Multi-Edit MACROS

	Two Macro Files are ZIPped with this text file:

	C2.SRC and TOGGLE.SRC

	C2.SRC is a replacement macro file for the standard C language macro
supplied with Multi-Edit.  It has been modified to handle opening and closing
braces better, will automatically UNDENT for else statements, and will
automatically move comments to a column of the user's choice (currently set to
column 50.  The templates have been modified also to conform to the following
style:

	if (....)               instead of    if (.....) {
	{					   statements;
	  statements;			   }
	}

	As you get accustomed to the macro, you will not need to adjust for
locations of opening or closing braces.  These will be moved after pressing
Return.

	TOGGLE.SRC is a macro file containing two macros.  The TOGGLE macro will
switch display modes between hi-res EGA/VGA and 25x80 text mode reshaping all
open windows and borders along the way.  TOGGLE is assigned to the key CTRL-V.
The BORDER macro will toggle a window's border.  That is, it will alternately
surround a window with a border or remove it.  It will not affect the TOP
border line, however, since sometimes file information is displayed there.

	These macros must be compiled to be used.  Simply place the .SRC files in 
the ME\SRC directory, load them and compile them placing the .MAC files in the 
ME directory.  You may also wish to include the TOGGLE macro in the startup 
file so it loads automatically.  Just add the line:

 	LOAD_MACRO_FILE('TOGGLE')

	to it and TOGGLE will load each time.

	Please let me know what you think, or modify them to your liking.


	Peter Hyman
	(609) 799-2638
	CompuServe 71270-1405
