This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Robot Framework Assistant 4.0.0
New features
- Automatic internal database table creation
- Automatic internal database index creation
- Custom context menu item allowing access command and snippets
Automatic internal database table creation
The plugin will by default create the internal database table when a Robot Framework data file is saved in the Sublime Text. The automatic database table can be controlled from the robot_framework_automatic_database_table
setting.
Automatic internal database index creation
The plugin will by default create the internal database index when a Robot Framework data file is changed in the Sublime Text. The automatic database table can be controlled from the robot_framework_automatic_indexing
setting.
Custom context menu item allowing access command and snippets
A Robot Framework item was added to the Sublime Text context menu, when Robot Framework data file is open.
Bug fixes
- Suite Setup and Suite Teardown where in wrong snippets #125
- If project did not exist, plugin was not able to function correctly #128
Full list of changes can be found from the 4.0.0 milestone