Syntax for File Name/Line/Column in output window

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

Syntax for File Name/Line/Column in output window

Postby ohandersen » Thu Feb 09, 2006 1:57 pm

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.
User avatar
ohandersen
Newbie
 
Posts: 1
Joined: Thu Feb 09, 2006 12:00 am

Re: Syntax for File Name/Line/Column in output window

Postby Mofi » Thu Feb 09, 2006 3:29 pm

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 prefered naming scheme is:

filename(line number):

But slightly different schemes will also work.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4039
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Custom User Tools/Tool Configuration