NitorCreations / RobotFramework-EclipseIDE

Developing an Eclipse IDE for the Robot Framework test automation tool
71 stars 53 forks source link

Variable hyperlinks in *Variables table should only link to locally defined variables #57

Open xkr47 opened 11 years ago

xkr47 commented 11 years ago

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).