Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Releases: andriyko/sublime-robot-framework-assistant

Robot Framework Assistant 4.1.0

06 Jun 18:09
Compare
Choose a tag to compare

New features

Partial support for library import using WITH NAME syntax

The keyword completion and displaying keyword documentation is now supported if a library is imported with by using WITH NAME syntax. In this release the jump to keyword does not work if the library keyword is prefixed with the library name. The problem is documented in the #148

Bug fixes:

Minor documentation fixes.

The Robot.sublime-settingsdocumentation was improved by @radinsky

Robot Framework Assistant 4.0.0

11 May 20:39
Compare
Choose a tag to compare

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

Robot Framework Assistant 3.3.0

04 May 20:50
Compare
Choose a tag to compare

New features:

  • Sublime Text Go To Symbol now works with variables #79
  • Command to enable and disable Sublime Text log_command API #103 and #116

Sublime Text Go To Symbol now works with variables

This release brings update to the Sublime Text Go To Symbol functionality. In previous release it was only possible to use Go To Symbol only with keyword. This release updates the functionality and Go To Symbol can be also used with variables.

Command to enable and disable Sublime Text log_command API

After upgrade to version 3, some users have experienced problems with their settings. It has helped to do debug the problem by manually enabling the Sublime Text log_commands API functionality. Now it is possible to enable and disable the functionality from robot_framework_log_commandssetting and running the Command Loggingcommand.

Bug fixes:

  • Create Database Index From Active Tab did not add buildin variables to the database index. #121
  • Other small fixes

Full list of changes can be found from the 3.3.0 milestone

Robot Framework Assistant 3.2.0

01 May 18:10
Compare
Choose a tag to compare

New features

This release contains two new features:

  • support for project specific settings
  • Provides possibility to change the internal database location

Support for project specific settings

Now it is possible to define the plugin settings uniquely for each project. Project specific settings will overwrite the user settings and plugin default settings.

Internal database location

Now it possible to change the internal database location. This is useful when there is a need to use multiple Sublime project at the same time and user wants to avoid creating the internal database each time the project is changed.

Bug fixes

  • Unifies command structure: #106
  • Documentation updates: #97, #90 and #74
  • Refactoring code base to be more maintainable: #91

The total list of changed can be seen from 3.2.0 milistone