RIDE
RIDE copied to clipboard
Test data editor for Robot Framework
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1152) by @Tattoo on 10 Dec 2012_ Excludes should be extended to work with also test case- and resource files. Currently excludes do support excluding...
By default the File Explorer is opened, which is also stored in the `settings.cfg` file. Unless this file edited manually there is no way to persist the _opened_ setting at...
* From the tree view select a test case and press F2 or click _rename_ to start a rename action * Press _Escape_ On Windows nothing happens On Linux RIDE...
In Robot Framework 7 a [new syntax for declaring variables](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#var-syntax) is introduced. To complete RF7 support from RIDE this new syntax should be supported. Support would entail syntax highlighting and...
The Text editor does not follow file selection changes while the Grid editor is active. Reproduction scenario: - Open a test suite with at least 2 files (2 test suites...
When using the '_Find usages_' feature in RIDE, the search can take quite some time. More than once have I missed results, or wrongfully assumed there were no hits, due...
Suddenly the run tab is disappeared and I am not able to bring it back. Tried installing and reinstalling the Robotframework-ride but nothing is helping - OS - MacOS Apple...
- at RIDE start read global config from user settings (`~/.robotframework/ride/settings.cfg`) - if the current opened project directory contains a `.ride` directory, then read the contents of `settings.cfg`if exists, and:...