The configuration must contain modifiers that instruct the editor which file to open and at which line.
- The
%f modifier refers to the name of the file (including path) where the message has been detected.
- The
%l modifier refers to the line number where the message has been detected.
- The
%c modifier refers to the column number where the message has been detected.
Note:
The
%l modifier can only be used with an editor which is started with a line number as a parameter. This is not the case for WinEdit version 3.1 or lower or for the Notepad. When working with such an editor, start it with the filename as a parameter and then select the menu entry
Go to
to jump on the line where the message has been detected. In that case the editor command looks like,
C:\WINAPPS\WINEDIT\Winedit.EXE %f Check the editor manual to define which command line to use to start the editor.