Syntax for File Name/Line/Column in output window

Syntax for File Name/Line/Column in output window

1
NewbieNewbie
1

    Feb 09, 2006#1

    What is the syntax for filename, line number and column in the output window.
    I have noticed that if a line in the Output Window starts with
    File "<path>" Line <Line_number>
    double clicking the line will navigate to this line in the file, but I cannot get the column part to work.

    6,603548
    Grand MasterGrand Master
    6,603548

      Feb 09, 2006#2

      From help of UltraEdit/UEStudio about Output Window command :

      Double clicking on a line containing the filename and line number will cause UltraEdit to attempt to open the file specified at the line number. If the filename is fully qualified the filename will be located and the number after this will be used for the line number. If the filename is not fully qualified UltraEdit will attempt to determine the filename from the first word in the line that contains a period. UltraEdit will the open the specified file in the directory of the active file. If the file does not exist in the directory of the active file, UltraEdit will try and open the file from the Project Directory if it is specified.

      It's not possible to specify a column number. The cursor will be always placed at start of the line. The preferred naming scheme is:

      file name(line number):

      But slightly different schemes will also work.
      Best regards from an UC/UE/UES for Windows user from Austria