Creating Macros

The purpose of this tab is to allow you to define simple macros using the keys Ctrl+’A-Z’, which will insert the desired text at the current position.

You must supply Wedit with the following information:

1.   The letter (a-z) that will be used for the macros. This is entered in the small square at the top.

2.   The replacement text you want introduced at the current position when this macro is used.

3.   When you have entered the information in both fields, press the ‘Add’ button to enter the new macro into the list of defined macros.

For example, if you want the macro Ctrl+i to represent

     i = MyCurrentStructureWithLongName[MyCurrentIndex]

you would enter ‘i’ in the box, and the contents in the edit field below, then press the add button. This creates the macro.