Community
Participate
Working Groups
In the constructor of FileLink, fileLineNumber is an optional input. Caller can input -1, and the link should still be opened. In FileLink.linkActivated: There is a check on fFileLineNumber > 0. The link does not get activated when fFileLineNumber is < 0.
I think that even though the file number is not a valid one, the file should still be opened, as probably that is why the link has been activated by the user.
Cannot reproduce the issue. Tried an ant build which first prints the build file path. The link is a FileLink without line number (fFileLineNumber=-1) and activating the link does open the file in editor.