RobotFramework-EclipseIDE
RobotFramework-EclipseIDE copied to clipboard
Variable hyperlinks in *Variables table should only link to locally defined variables
If you have
* Settings
Resource foo.txt
* Variables
${VAR} Hello ${USERNAME}
and ${USERNAME} is defined in foo.txt, then currently ${USERNAME} is a hyperlink to the definition in foo.txt when it actually shouldn't be (because *Settings table is only processed AFTER the *Variables table).