Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Robot Framework Assistant 6.0.0

Compare
Choose a tag to compare
@aaltat aaltat released this 18 Jan 20:23
· 40 commits to master since this release

New features

Keyword completion provides also completion to WITH NAME

Now keyword completion provides also completion to WITH NAME

Bug fixes:

Add missing [Setup] snippet

The [Setup] snippet was missing and is now added.

Keywords arguments with two default values are not completed correctly

If keyword contained two or more arguments which did have a variables as a default value, then the keyword argument variables where not completed correctly.

##Libraries imported WITH NAME syntax where not working correctly
When library was imported WITH NAME syntax, then the keyword completion did not provide completions correctly.

On Mac OS plugin mouse map did break the shift click.

Shift click now works also on Mac OS.