jnhyperion / HyperRobotFrameworkPlugin

Robot Framework plugin for PyCharm.
31 stars 5 forks source link

Import behavior for some Libraries differs from Vers. < 0.1.2 #33

Closed frodo23g closed 1 year ago

frodo23g commented 1 year ago

Hello, After the Fix for Relative Path on Windows Machines https://github.com/jnhyperion/HyperRobotFrameworkPlugin/issues/20 some Libraries that are used Imports Different then before.

For Example:

For Both Libs the Import different. DateTime is a Standard Lib and before Ver. 0.1.2 it is Possible to use the Keywords from suggestion, when i import it under Settings as *** Settings *** Library robot.libraries.DateTime

The Browser Lib, an external Library, I can use *** Settings *** Library Browser And i can use the suggested Keywords.

After Vers. 0.1.2 DateTime Lib can now be imported normal *** Settings *** Library DateTime but for the Browser Lib I can't find another way to Import it, that I can use suggested Keywords.

Maybe it is a new Bug, that comes from the Change for the Fix of https://github.com/jnhyperion/HyperRobotFrameworkPlugin/issues/20

jnhyperion commented 1 year ago

confirmed, this is a bug.

jnhyperion commented 1 year ago

fixed in version 0.1.4

frodo23g commented 1 year ago

As far as I can see, that fix is working and I can't find a Lib in my Project, where the Import doesn't deliver any Suggestions for Keywords. :-)