Releases: andriyko/sublime-robot-framework-assistant
st3-6.3.1
Robot Framework Assistant 6.3.0
New features
Added possibility ignore prefix when jumping to keyword.
When writing test when Given/When/Then
style, if used wanted to prefix the keyword with certain words, then the plugin did not support to jumping to the keyword. Now it is possible to define a a list of prefixes, which are ignored, when jump to keyword is done.
Bug fixes
Not available in this release.
Robot Framework Assistant 6.2.0
New features:
- Added [TEMPLATE] snippet.
- Added command to view the internal log file.
Bug fixes
- Fixes when internal log file is truncated.
- Variables defined in multiple lines where not properly higlighted.
Robot Framework Assistant 6.1.0
New features
- Provides syntax highlight for Robot Framework environment variables, example like
%{USER}
- From library or resource import, it is possible to jump to the imported file. Jump is done by using the same command which is used to jump in to the keyword source.
Bug fixes
No changes
Robot Framework Assistant 6.0.1
New features
This release does not contains new features
Bug fixes
This release contains one bug fix, there is a fix for the snippet for Test Cases veing wrong
Robot Framework Assistant 6.0.0
New features
Keyword completion provides also completion to WITH NAME
Now keyword completion provides also completion to WITH NAME
Bug fixes:
Add missing [Setup] snippet
The [Setup] snippet was missing and is now added.
Keywords arguments with two default values are not completed correctly
If keyword contained two or more arguments which did have a variables as a default value, then the keyword argument variables where not completed correctly.
##Libraries imported WITH NAME syntax where not working correctly
When library was imported WITH NAME syntax, then the keyword completion did not provide completions correctly.
On Mac OS plugin mouse map did break the shift click.
Shift click now works also on Mac OS.
Robot Framework Assistant 5.1.2
New features
This hotfix release does not contain any new features.
Bug fixes
This release contains one hotfix. The plugin did had a bug to use the project specific settings if the setting where defined. This is now fixed in this release.
Robot Framework Assistant 5.1.1
New features
This hotfix release does not contain any new features
Bug fixes
Fixes bug with library using modules and importing method which is exposed as keyword
With some python version, the data_parser.py did fail because the Python builtin methods did not contain __dic__
. Now with this release these methods are parsed correctly.
Full list of changes can be seen from 5.1.1 milestone
Robot Framework Assistant 5.1.0
New features
Support for keywords using embedded arguments
This release brings support for keyword using embedded arguments syntax. In the previous releases it was not possible to see keyword documentation or jump to keyword if the keyword was using embedded arguments syntax. Also the previous release the embedded arguments syntax was not completed correctly by the plugin. In this release the plugin is able show keyword documentation and jump to keyword also from keyword using embedded arguments syntax. Also the plugin supports keyword embedded arguments syntax coming from libraries and keyword tables in resource or test data files.
Bug fixes
Snippets using :f
did not work
There always have been snippets to provide templates for different kind of for loops. It in some previous release the keyword completion feature did start to overwrite the snippets using :f
. In this release, the :f
snippets works normally again.
Backwards incompatible changes
This release should not contain changes which would be backwards incompatible.
Full list of changes
Please see full list of changed from the 5.1.0 milestone
Robot Framework Assistant 5.0.0
New features:
No new features
Bug fixes:
Speed improvement when opening a Robot Framework file.
In the past there used to be small but but really annoying lag when changing between Robot Framework resource or test suite files. This lag does not anymore exist. The speed improvement is done by refactoring the internal database logic and removing the need of the open_tab index file.
Better variable completion
Now it is possible to use variable completion example with this: ${PATH}${TO}${} and when the cursor is between last curly brackets.
Backwards incompatible changes
Combined Robot Framework commands
The Robot Framework: Create Database Table From Active Tab
and Robot Framework: Create Database Index From Active Tab
commands has been deleted, along with the keyboard shortcut Ctrl + Alt + t
. These commands are replaced with a Robot Framework: Update Internal Database For Active Tab
command. The Robot Framework: Update Internal Database For Active Tab
use the old shortcut Ctrl + Alt + i
.
Full list of changes
Please see full list of changed from the 5.0.0 milestone