lte2000 / intellibot

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

Support Robot Framework 5.0 #48

Closed YevgenyFarber closed 1 year ago

YevgenyFarber commented 2 years ago

Hi,

Is Support Robot Framework 5.0 planned?

lte2000 commented 2 years ago

Hello, I'm still busy writing scripts with old version of robot framework, no chance to use the v5.0. Can you provide a list of items need to do to support Robot Framework 5.0 (or what issue you met when use this plugin with Robot Framework 5.0)? Thanks!

YevgenyFarber commented 2 years ago

Hi,

Below keywords are not supported:

TRY/EXCEPT WHILE Inline IF BREAK and CONTINUE RETURN

lte2000 commented 2 years ago

Hi,

Below keywords are not supported:

TRY/EXCEPT WHILE Inline IF BREAK and CONTINUE RETURN

Hello @YevgenyFarber , Please try the attached patch v0.13.191.8026.1 to support rf-50. intellibot.zip

YevgenyFarber commented 2 years ago

Incredible, Thanks, working!!!