Open actingcoach opened 9 years ago
That shouldn't be too hard I suppose. Good idea.
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
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!