Skip to content

Releases: nokia/RED

RED 0.7.1

05 Oct 08:56
Compare
Choose a tag to compare

RED - Robot Editor v0.7.1

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

Installation

Installation instructions

Updates

  • KW/TC sections folding in source - it is possible to fold sections(especially multiline Documentation of KW/TC) in Source editor. Expand All/Collapse All action can be found when right click on annotation ruller (left side of source editor where line numbers are shown)
  • Proper content assist for BDD
  • Report when KW/TC with empty name
  • Library auto-discovery for libs with aliases
  • CTRL+Z in Tables
  • Defaults in RED Product - now with UTF-8,line numbers,memory by default
  • Added to help: integration with maven, libdoc reload after lib change
  • validation for duplicated sections in KW/TC (RF 2.9 - 3.0 compatibility)
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax coloring, code assistance and real-time validation
  • Table editors synced with Source
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Under Ubuntu/Xubuntu it was discovered that NullPointerException is shown when opening file from Project Explorer and clicking on file structure instead of file name. As a workaround open file by clicking on filename.
  • Cannot delete library by right click of mouse in red.xml under Ubuntu/Mint. Use Delete key as workaround
  • GTK3 seems to mess up with Eclipse under Linux. Force usage of GTK2 by executing command in terminal: export SWT_GTK3=0
  • RED feature - Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.

Short term plans

  • Usability improvements & comments formatting in table editors

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& coloring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED 0.7.0

14 Sep 12:54
Compare
Choose a tag to compare

RED - Robot Editor v0.7.0

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Installation instructions

Updates

  • Testcases and Keywords table editors fully funcitonal - now you can edit test suites in RIDE style as well.
  • Preferences - what to do after pressing Enter in cell during edit - check section Robot Framework\Editor
  • Documentation View - new view to show current Keyword documentation or libdoc of selected keyword. View can be opened from Window -> Show View -> Other -> Robot -> Documentation View
  • Fixes for #30 #31 #32 #33 #34 #38
  • Fixes for processing variable files with Python3
  • Added to help how to debug with PyDev
  • Many more small but important changes
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax coloring, code assistance and real-time validation
  • Table editors synced with Source
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Under Ubuntu/Xubuntu it was discovered that NullPointerException is shown when opening file from Project Explorer and clicking on file structure instead of file name. As a workaround open file by clicking on filename.
  • Cannot delete library by right click of mouse in red.xml under Ubuntu/Mint. Use Delete key as workaround
  • GTK3 seems to mess up with Eclipse under Linux. Force usage of GTK2 by executing command in terminal: export SWT_GTK3=0
  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.

Short term plans

  • Usability improvments

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& coloring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED 0.6.5

07 Jul 13:41
Compare
Choose a tag to compare

RED - Robot Editor v0.6.5

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Product

Product zip is ready to use RED installation bundled with Eclipse Mars. There is no need to install RED feature into it. Choose proper OS version from Downloads section.

Feature

Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install form Marketplace/Update Site

Click Help -> Eclipse Marketplace -> and type into Find field "RED"

Click Help -> Install New Software -> Add and set address in Location to:
http://master.dl.sourceforge.net/project/red-robot-editor/repository

Install on clean Eclipse

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.6.5/RED_feature_0.6.5.201607071101.zip
In short:

  • GUI: Help -> Install New software -> Add -> Archive and continue with prompts (unselect "Contact all update sites)
  • CLI: by issuing command:

eclipse -application org.eclipse.equinox.p2.director -nosplash -consoleLog --launcher.suppressErrors -repository jar:file:<PATH_TO_ZIP>\!/,http://download.eclipse.org/releases/mars/ -installIU org.robotframework.ide.eclipse.main.feature.feature.group

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform uninstall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform uninstall

Updates

  • Variables and Settings Table sync with Source
  • It should be possible to add/remove RED project nature without editing project file
  • PREFERENCES - cell selection can stay in same cell after commiting editor
  • #21 - Editor do not open when separator is pipe and for-item text after \ is like ${a} s
  • #23 - RED run of of memory during debugging StackOverflowException happens
  • #29 - Missing suite file for execution during debug caused by init.py file
  • #11 - Source code release
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax coloring, code assistance and real-time validation
  • Table editors - Variables&Settings synced with Source, Testcases&Keywords non persistent yet
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Under Ubuntu/Xubuntu it was discovered that NullPointerException is shown when opening file from Project Explorer and clicking on file structure instead of file name. As a workaround open file by clicking on filename.
  • Cannot delete library by right click of mouse in red.xml under Ubuntu/Mint. Use Delete key as workaround
  • GTK3 seems to mess up with Eclipse under Linux. Force usage of GTK2 by executing command in terminal: export SWT_GTK3=0
  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
  • Keywords and Testcases Table editors are not persistent, changes done will not be visible in source nor saved to file.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.

Short term plans

  • Table Editor persistency in Keywords and Testcases Table editors

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& coloring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

0.6.5-pre for fix verification

21 Jun 14:50
Compare
Choose a tag to compare
Pre-release

Preliminary release for bug verification:
#21 - Editor do not open when separator is pipe and for-item text after \ is like ${a} s
#23 - RED run of of memory during debugging StackOverflowException happens

Major addition in upcoming 0.6.5:

  • Settings& Variables table sync with model

RED 0.6.4

05 May 14:24
Compare
Choose a tag to compare

RED - Robot Editor v0.6.4

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Product

Product zip is ready to use RED installation bundled with Eclipse Mars. There is no need to install RED feature into it. Choose proper OS version from Downloads section.

Feature

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.6.4/RED_0.6.4.201605051229.zip
Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install form Marketplace/Update Site

Click Help -> Eclipse Marketplace -> and type into Find field "RED"

Click Help -> Install New Software -> Add and set address in Location to:
http://master.dl.sourceforge.net/project/red-robot-editor/repository

Install on clean Eclipse

In short:

  • GUI: Help -> Install New software -> Add -> Archive and continue with prompts (unselect "Contact all update sites)
  • CLI: by issuing command:

eclipse -application org.eclipse.equinox.p2.director -nosplash -consoleLog --launcher.suppressErrors -repository jar:file:<PATH_TO_ZIP>\!/,http://download.eclipse.org/releases/mars/ -installIU org.robotframework.ide.eclipse.main.feature.feature.group

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform uninstall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform uninstall

Updates

  • Corrected bug for Debug when Suite Setup was inside init file for RobotFramework version greater than 3.0
  • Updated RED to support :For in Suite Setup in Debug for RobotFramework 2.9
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax coloring, code assistance and real-time validation
  • Table editors (non persistent for trial usage)
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Under Ubuntu/Xubuntu it was discovered that NullPointerException is shown when opening file from Project Explorer and clicking on file structure instead of file name. As a workaround open file by clicking on filename.
  • Cannot delete library by right click of mouse in red.xml under Ubuntu/Mint. Use Delete key as workaround
  • GTK3 seems to mess up with Eclipse under Linux. Force usage of GTK2 by executing command in terminal: export SWT_GTK3=0
  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
  • Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.

Short term plans

  • Table Editor persistency

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& coloring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED 0.6.3

25 Apr 10:18
Compare
Choose a tag to compare

RED - Robot Editor v0.6.3

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Product

Product zip is ready to use RED installation bundled with Eclipse Mars. There is no need to install RED feature into it. Choose proper OS version from Downloads section.

Feature

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.6.3/RED_0.6.3.201604250825.zip
Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install form Marketplace/Update Site

Click Help -> Eclipse Marketplace -> and type into Find field "RED"

Click Help -> Install New Software -> Add and set address in Location to:
http://master.dl.sourceforge.net/project/red-robot-editor/repository

Install on clean Eclipse

In short:

  • GUI: Help -> Install New software -> Add -> Archive and continue with prompts (unselect "Contact all update sites)
  • CLI: by issuing command:

eclipse -application org.eclipse.equinox.p2.director -nosplash -consoleLog --launcher.suppressErrors -repository jar:file:<PATH_TO_ZIP>\!/,http://download.eclipse.org/releases/mars/ -installIU org.robotframework.ide.eclipse.main.feature.feature.group

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform uninstall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform uninstall

Updates

  • Automatic discovery of libraries (settings in red.xml) - see help for details
  • Custom PYTHONPATH, CLASSPATH for generating libdocs and running tests (set in referenced libraries in red.xml)
  • Merged Remote Libs to Referenced Libs in Red.xml
  • Added Marketplace to RED product
  • Run configuration - use default interpreter than previously used
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax coloring, code assistance and real-time validation
  • Table editors (non persistent for trial usage)
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Under Ubuntu/Xubuntu it was discovered that NullPointerException is shown when opening file from Project Explorer and clicking on file structure instead of file name. As a workaround open file by clicking on filename.
  • Cannot delete library by right click of mouse in red.xml under Ubuntu/Mint. Use Delete key as workaround
  • GTK3 seems to mess up with Eclipse under Linux. Force usage of GTK2 by executing command in terminal: export SWT_GTK3=0
  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
  • Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.

Short term plans

  • Table Editor persistency

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& coloring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED 0.6.2

16 Mar 08:11
Compare
Choose a tag to compare

RED - Robot Editor v0.6.2

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Product

Product zip is ready to use RED installation bundled with Eclipse Mars. There is no need to install RED feature into it. Choose proper OS version from Downloads section.

Feature

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.6.2/RED_0.6.2.201603151414.zip
Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install on clean Eclipse

In short:

  • GUI: Help -> Install New software -> Add -> Archive and continue with prompts (unselect "Contact all update sites)
  • CLI: by issuing command:

eclipse -application org.eclipse.equinox.p2.director -nosplash -consoleLog --launcher.suppressErrors -repository jar:file:<PATH_TO_ZIP>\!/,http://download.eclipse.org/releases/mars/ -installIU org.robotframework.ide.eclipse.main.feature.feature.group

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform uninstall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform uninstall

Updates

  • RED product as separate binary
  • Keyword arguments (definition and usage) validation.
  • "Linked mode" assist for filling out KW arguments, new scalars,lists and dictionaries. Use TAB to navigate.
  • Fixed issues with Jython - now generating libspecs and test execution should work.
  • Python libs inside jar files are supported.
  • When editing libraries, lib file change is noticed - RED places icon on changed lib files and can reload libspecs automatically (option in red.xml).
  • When there is only one class in library when adding, class selection window is suppressed.
  • Console links from Robot execution are clickable
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artifacts)
  • Text Source editor with syntax coloring, code assistance and real-time validation
  • Table editors (non persistent for trial usage)
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Under Ubuntu/Xubuntu it was discovered that NullPointerException is shown when opening file from Project Explorer and clicking on file structure instead of file name. As a workaround open file by clicking on filename.
  • GTK3 seems to mess up with Eclipse under Linux. Force usage of GTK2 by executing command in terminal: export SWT_GTK3=0
  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
  • Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
  • Library auto-discovery is not yet supported thus user needs to add any external library to red.xml by themselves, if not then validation will show unknown library error. Either you add it in red.xml or invoke option Quick Fix on item in Source editor or in Problems view.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.

Short term plans

  • Table Editor
  • Library auto-discovery

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& coloring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED 0.6.1

15 Feb 15:20
Compare
Choose a tag to compare

RED - Robot Editor v0.6.1

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.6.1/RED_0.6.1.201602152217.zip
Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install on clean Eclipse

In short:

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform unistall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform unistall

Updates

  • Include python library to red.xml by right click on Project Explorer
  • Run selected test case by right click on testcase from editor and file outline
  • Allow to read and write on virtual folders (by SSH,FTP etc.) provided by RemoteSystemExplorer
  • Validation of Keywords [Arguments] section
  • Validation scope - exclude validations for files bigger than threshold
  • Run validation against project in headless - see help for details
  • Coloring performance improvements
  • Wizard to create sample python files for variables and libraries
  • Updated User Guide help
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artifacts)
  • Text Source editor with syntax coloring
  • Table editors (non persistent for trial usage)
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Code assistance
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
  • Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
  • Library auto-discovery is not yet supported thus user needs to add any external library to red.xml by themselves, if not then validation will show unknown library error. Either you add it in red.xml or invoke option Quick Fix on item in Source editor or in Problems view.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.
  • Keyword with dot in the name is discovered properly, warning is rise for such case. Mind that still usage of such keywords with resource prefix is unresolved.

Short term plans

  • Keywords usage arguments validation
  • Table Editor

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& colouring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED - Robot Editor v0.6

22 Jan 12:49
Compare
Choose a tag to compare

RED - Robot Editor v0.6

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

How to install

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.6/RED_0.6.0.201601260700.zip
Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install on clean Eclipse

In short:

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform unistall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform unistall

Updates

  • Validation scope - include/exclude folders for validation (under right click menu in Project Explorer - see help for more info)
  • Fixed NullPointerExceptions for numerous cases in tsv format
  • Fixed NullPointerException when RobotFramework is not installed
  • Fixed exceptions in Python server while processing external python files
  • Check changelog.txt for details

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax colouring
  • Table editors (non persistent for trial usage)
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Code assistance
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Eclipse does not have UTF-8 support in editors by default. Check Preferences and RED help to get how to change it.
  • Usage of keywords with dots is not discovered properly. Now unknown keyword error marker is shown in such cases.
  • Performance drop while coloring content of files larger than 600 lines
  • Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
  • Library auto-discovery is not yet supported thus user needs to add any external library to red.xml by themselves, if not then validation will show unknown library error. Either you add it in red.xml or invoke option Quick Fix on item in Source editor or in Problems view.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.

Short term plans

  • Performance improvments for coloring large files
  • Run selected testcase from Project Explorer and file

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms1024m
-Xmx2048m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& colouring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.

RED - Robot Editor v0.5

07 Dec 10:42
Compare
Choose a tag to compare

RED - Robot Editor v0.5

Introduction

RED Robot Editor is Eclipse based editor for RobotFramework test cases.
Release contains Eclipse feature of RED Robot Editor to be installed into Eclipse.

Requirements

Oracle Java 1.7+
Eclipse Luna (v 4.4) or Mars (v 4.5)
Python & RobotFramework

How to install

Download RED eclipse feature zip: https://github.com/nokia/RED/releases/download/0.5/RED_0.5.0.201512081354.zip
Please refer to First Steps doc under https://github.com/nokia/RED/blob/master/First_steps.md

Install on clean Eclipse

In short:

Update existing RED installation

We recommend to not to do direct update of newer version, instead perform unistall old RED and install new RED after Eclipse restart.
Uninstall:
Open Help -> Installation Details, select old RED feature and perform unistall

Updates

  • issue #3 - support for txt files and resources apart from .robot
  • _TSV file support_ added for test files and resource,Quick Fix to handle improper separators in TSV
  • _Data driven validation & colouring_
  • _Gherkin validation & colouring_
  • _Remote Debug_ - debug testcase on remote testline using RED locally. Refer to RED help for more info.
  • Variable mapping in red.xml - way to handle parametrised paths to resources and libs.
  • Library and resources aliases (library.keyword , resource.keyword) validation and colouring
  • Duplicated keywords discovery
  • TAB key handling customisation - what to do when TAB is pressed, check Preferences
  • Loops validation ,colouring and debug
  • Keywords with embedded arguments validation and colouring
  • Embedded variables validation & colouring
  • Custom code colouring preference
  • Commented keywords and test cases are hidden in Outline
  • Performance and memory management improvements especially visible when working with big (+500mb) projects
  • Automatic indent when editing test case and keyword
  • Content assistance modes - insert or replace
  • Content assistance library prefix - preference to automatically add library or resource prefix for proposals
  • Automatic source formatting CTRL+SHIFT+F - proof of concept, non yet customisable
  • Multi-line commenting via key short-cut CTRL+?
  • Extended help

What's in the package

  • Robot Perspective & Robot nature (Project,files and other file artefacts)
  • Text Source editor with syntax colouring
  • Table editors (non persistent for trial usage)
  • Debug Perspective for test case debugging with breakpoints, stepping, variable watch
  • Remote debug
  • Support for dictionaries & lists
  • Code assistance
  • Eclipse help
  • File support: .robot, .txt, .tsv

Known issues

  • Table editors edits are not persistent, changes done in Table editors will not be visible in source nor saved to file. Sync is done from Source -> Table only.
  • Discovery and validation of local library without extension in the same directory as testcase is problematic. For now workaround is to add library extension to library setup in test case or add library to Python path.
  • Colouring of cases such as ${string , &{string and @{string is improper. Colour indicates variable (green by default) but it should be text (black as default)
  • Library auto-discovery is not yet supported thus user needs to add any external library to red.xml by themselves, if not then validation will show unknown library error. Either you add it in red.xml or invoke option Quick Fix on item in Source editor or in Problems view.
  • Due to difficult to comprehend and countless exceptions in RF syntax, validation can show false positive errors. In such case please provide us sample test case for us to have a look at.
  • If RPC XML error dialogue appears, it indicates that there is an issue with importing one of python files associated with Robot test case. Please report that.
  • Folding/unfolding sections in Source editor does not work as intended
  • Double variables in content assistance when variable file is included in test case and in red.xml

Short term plans

  • Table editor persistence
  • Check Style-like module

Notes

By default, Eclipse is shipped with limited heap size which impacts performance while working with bigger projects. It is recommended to increase Xmx and Xmx parameters to higher values. Memory allocation can be done via startup arguments or by editing eclipse.ini in Eclipse folder.
We recommend to set following lines to eclipse.ini :

-vmargs
-Xms512m
-Xmx1024m

For details visit Eclipse Wiki: https://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F

Feedback

We would appreciate any feedback about RED - Robot Editor, especially in every day functions like editors usability, false positive validation errors, problem with source parsing& colouring, performance etc. We are open for improvements and new functionalities. Fell free to create issue in GitHub issue tracker.