You'll find here the documentation for last minute changes and for
features that have been added since the manual was printed.

Please read this file. You may find very useful the new features
described here.


Version 1.01

15/12/92 - Added Filename placeholders in User Menus
****************************************************

When you assign a program name to a User Menu item, you can customize the
command line the same way you do when defining a compiler command. '&&'
and '$$' will replace the full pathname and the short filename or the
currently edited file respectively.

Example:

Assuming you want to add a file browser (mybrowse.exe) to a User Menu,
proceed as follows:

a. Open the User Menu dialog box and enter a Menu Title ('Browse').
b. Click on Assign Program
c. enter the following command in the User Command field:

   mybrowse &&

d. Save the menu.

From now, each time you will select the 'Browse' command, EW will run
mybrowse.exe passing it the full pathname of the current file as a
parameter.
