###############################################################################
#
# CONFIGURING THE EDITPLUS 2 USER TOOLS TO CAPTURE OUTPUT PATTERN
#
###############################################################################

When EditPlus 2 is configured to capture the output of the NIS2 compiler#

To jump to the location in the code where there is an error in the file.

set the output pattern:


###############################################################################
##### Open the "Preference" Dialog Box As Follows: ############################

1. On menu "Tool"           -> Drop Menu Select "Configure User Tools"

2. "Add Tool" button        -> Click On to add a tool

3. "Menu text"              -> Textbox type in "Compile NSIS"

Steps 4-6, options are set with the buttons to the right of each text field.
4. "Command"                -> Locate "...\NSIS\makensis.exe"

5. "Argument"               -> Drop Menu Select "$(FileName)"

6. "Initial Directory"      -> Drop Menu Select "$(FileDir)"

7. "Capture output"         -> Checked

8. "Output Pattern" button  -> Click On.

###############################################################################
##### Configure the "Output Pattern" as follows: ##############################

1. Uncheck the "Use Default Output Pattern"

2. "Regular Expression" Textbox field type in:  "(.*)".* ([0-9]+)
   
###############################################################################
##### Configure the "Regular Expression Tag" as follows: ######################

1. From the drop menu of "File name" -> Drop Menu Select "Tagged Expression 1"

2. From the drop menu of "Line"      -> Drop Menu Select "Tagged Expression 2"