Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nokia/red
RED - Robot Editor
https://github.com/nokia/red
eclipse red robot robot-editor robotframework robotframework-ide robotframework-syntax-highlighter robotframework-testing testcase
Last synced: 7 days ago
JSON representation
RED - Robot Editor
- Host: GitHub
- URL: https://github.com/nokia/red
- Owner: nokia
- License: other
- Created: 2015-10-15T09:48:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T12:13:02.000Z (over 1 year ago)
- Last Synced: 2025-01-24T18:07:46.958Z (7 days ago)
- Topics: eclipse, red, robot, robot-editor, robotframework, robotframework-ide, robotframework-syntax-highlighter, robotframework-testing, testcase
- Language: Java
- Size: 134 MB
- Stars: 340
- Watchers: 59
- Forks: 111
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# [RED - Robot Editor](http://nokia.github.io/RED/)
## Important
RED is currently not actively developed nor maintained.
## General information
RED is modern editor based on Eclipse IDE to provide efficient and comfortable work with [RobotFramework](https://github.com/robotframework/robotframework) testware.
**Latest release - [RED 0.9.5 (2020-07-24)](https://github.com/nokia/RED/releases/latest)**
### Install from Marketplace/Update Site
Marketplace: Click Help -> Eclipse Marketplace -> and type into Find field "RED"
Update Site: Click Help -> Install New Software -> Add and set address in Location to:```http://master.dl.sourceforge.net/project/red-robot-editor/repository```
## RED Help
[RED Robot Editor's application help](http://nokia.github.io/RED/help/)## What RED provides:
* text editor with validation and code coloring
* table editors like in Ride fully synced with source
* debug&remote debug with:
* breakpoints
* testcase stepping (step into, step over)
* runtime variable lookup & modification
* debugging Robot testcases and Python libs in one RED instance
* code assistance & completion for variables, keywords, testcases, resources and libraries
* real time testcase validation
* execution view
* support for plugins via Eclipse mechanisms
* support for Robot formats: .txt, .robot, .tsv (HTML format not supported)## Binaries distribution:
RED is distributed as independent binary (RED as Eclipse product) and Eclipse feature to be installed on existing Eclipse binary.Binaries can be found under Release folder: [https://github.com/nokia/RED/releases/latest](https://github.com/nokia/RED/releases/latest)
Installation instructions can be found [here](https://github.com/nokia/RED/blob/master/installation.md)
## Look & feel
![](https://raw.githubusercontent.com/nokia/RED/master/misc/img/READMEMD/basic_run.gif "Robot perspective with text editor")![](https://raw.githubusercontent.com/nokia/RED/master/misc/img/READMEMD/editors.gif "Editors")
![](https://raw.githubusercontent.com/nokia/RED/master/misc/img/READMEMD/content_assist.gif "Content assist")
![](https://raw.githubusercontent.com/nokia/RED/master/misc/img/READMEMD/validation.gif "Validation")
## License
This project is licensed under the Apache-2.0 license - see the [LICENSE](https://github.com/nokia/RED/blob/master/LICENSE).