Jonas Berlin

Results 59 issues of Jonas Berlin

Positioning cursor (using keyboard navigation or by mouse click) on keyword / variable should hilight all references/implementation to the same keyword/variable in the file

enhancement

For example: Included README / eclipse help docs Website - Feature listing

Content assist and hyperlinks should match keywords space- and underscore-insensitively except when embedded arguments are present - as documented in https://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.6.3#id98

bug

As documented here (section 5.1.1 and 5.1.2): https://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.6.3#all-available-settings-in-test-data

enhancement

As specified in the documentation, it should be possible to use variables in suite/test setup/teardown keywords. Quoting: > The name of the keyword to be executed as a setup or...

bug

Example: ``` Conditionally Do Additional Checks Run Keyword If '${someVar}'=='yes' Do Additional Checks Do Additional Checks ... ``` In this example, the `Do Additional Checks` reference on the line starting...

enhancement

Quad-click would then select the line

enhancement

And if chosen by the user, add the necessary "include" aka Resource setting.

enhancement

Also report any field access failure instead of silently ignoring.

If somebody first takes license-maintainer into use and installs the pre-commit hook using the provided `.githooks/license-maintainer/install`, then it is error-prone for that project to later introduce a project-specific pre-commit hook...