lte2000 / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/lte2000/intellibot
MIT License
90 stars 27 forks source link

Dialogs library not found - Robot Framework standard library #7

Closed Vyrium closed 4 years ago

Vyrium commented 4 years ago

The screenshot shows that all other libraries can be found except for dialogs.

List of standard libraries https://robotframework.org/robotframework/

image

The example above will run however autocomplete is not functioning

image

Environment: PyCharm 2019.2.3 Plugin version: intellibot-dev_0.10.143.388

Packages - Python 3.8: image

Robot Options image

lte2000 commented 4 years ago

Please try 0.10.143.389. You can download and install intellibot.jar from https://github.com/lte2000/intellibot

Vyrium commented 4 years ago

Can confirm that the latest build solves this issue.

Many thanks