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!