View on GitHub

RED - Robot Editor

Eclipse based editor for RobotFramework testcases

RED - Robot Editor User Guide > What's new >

RED 0.9.2

Here are some noteworthy features and fixes available in RED 0.9.2

Debug Shell View

A new view which allows to evaluate expressions when execution of tests is suspended. See Debug Shell view paragraph for more informations.

Quick Assist for assignment

A Quick Assist (same shortcut as Quick Fix Ctrl+1) is available on any keyword call inside test/task/keyword body which allows to quickly assign returned value to local variable.

Keyword arguments highlighting in table editors

New preference allows to enable coloring of required, optional and redundant keyword arguments cells in tables.

Line breaking with tripple-dot continuation

Line continuation marker is automatically inserted when cursor is between two cells and enter is pressed.