NitorCreations / RobotFramework-EclipseIDE

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

Hyperlinks do not include path from PYTHONPATH #70

Open actingcoach opened 9 years ago

actingcoach commented 9 years ago

Dear All,

Is it possible for the plug-in to search resource file in PYTHONPATH if current path isn't found? PYTHONPATH can be from System env or PyDev plugin setting. As robot file can be moved around regardless of resource file location.

For example, tracking.txt is located at c:\example\resources\tracking.txt c:\example\test\unit1.robot

* Settings * Resource tracking.txt

command line set PYTHONPATH=c:\example\resources

This feature for ease of finding keywords in larger project.

Thanks!

xkr47 commented 9 years ago

That shouldn't be too hard I suppose. Good idea.

Biiosense commented 6 years ago

Dear @xkr47 I'm using the RobotFramework at my work and your plugin is really great. However, without this functionality, it's not usable.

Making this enhancement and releasing version 1.5 would make your plugin functional. Could it be possible for you to apply this enhancement and release it ?

Best regards