I use the "Output" tool window (not process buffer) to print the output of an external process that then prints:
fullfilepath:line#:col#
In v23, I was able to double click on this line, and it would open the file "fullfilepath" (a source file in my project) and take me to the line# and col#.
Now in v24 it is just opening fullfilepath and it doesn't take me to the line#/col#. If the file was not opened before it takes me to line 0. If the file was opened previously it just opens that file at whatever line# it was at last, and doesn't take me to the desired line#.
Would like to have it also take me to the line# and col# like I it does in v23.