NitorCreations / RobotFramework-EclipseIDE

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

fix Code completion for keyword calls when path contains variable #60

Closed gjemp closed 10 years ago

gjemp commented 10 years ago

At the moment the resource will be fond in eclipse plugin only with direct path: Working: ../../../resources/file.robot

Not working: ${resources} ../../../resources/file.robot ${resources}/file.robot

But when running tests then it is working. it would be really nice to have that !!!

xkr47 commented 10 years ago

I totally agree. This has however been filed as #40 already, so closing this issue as duplicate.