Announcing the release of RIDE 2.1.5.2

New Features and Fixes Highlights

  • Restored init and main scripts and texteditor, because some changes in Grid Editor were not being saved in Text Editor and would be lost.
  • Fix faulty cell editor in settings of Grid Editor which would prevent to change to Text Editor and Run tabs.
  • Added indication of private keywords in Grid Editor, keywords will show in Italic, and with error background, when they are used outside of Keywords section, or from different files.
  • Added indication of private keywords in Details pop-up for keywords with tag robot:private or name starting with underscore, ‘_’ in Grid Editor.
  • Modified the action of key TAB when selecting from auto-suggestions list in Grid Editor. Pressing TAB, selects the item and continues in cell editor.
  • Fix cursor position when editing cells in Grid Editor.
  • Added parsing of option –name or -N and Name setting, to allow running tests with them set.

The minimal wxPython version is, 4.0.7, and RIDE supports the current version, 4.2.3, which we recommend.
Linux users are advised to install first wxPython from .whl package at wxPython.org, or by using the system package manager.
The CHANGELOG.adoc lists the changes done on the different versions.

To install the latest release with pip installed, just run
pip install --upgrade robotframework-ride==2.1.5.2

to install exactly the specified release, which is the same as using
pip install --upgrade robotframework-ride

1 Like