Releases: lte2000/intellibot
Releases · lte2000/intellibot
Version 0.15.191.8026
Version 0.14.191.8026
- issue #48: Support Robot Framework 5.0:
TRY/EXCEPT
WHILE
Inline IF
BREAK and CONTINUE
RETURN
Version 0.13.191.8026
- fix issue #46: NullPointerException
- adjust code of FileType
Version 0.12.191.8026
- code completion: FOR/IN xxx/IF/ELSE/END/WITH NAME
- fix issue #43: Keywords with embedded arguments in test suites and resource don't work
- keyword resolving priority: resource > library
- fix wrong logic for global default variables when modifying default resource
Version 0.11.191.8026
- search order of relative physical resource/library path: relative to current robot file, then project source root, then project content root
- code completion: filter candidate based on table cell
- code completion: remove underscore in some built-in variables according to RF user guide
- code completion: avoid extra asterisks for table head
Version 0.10.143.398
- support Tasks test data section
- optimize code inspections
- support line continuation "..." in old syntax FOR loop body which begin with ""
- handle variable name started with digit correctly
- same relative physical resource/library pathname now will be resolved to different file for robot files in different directory
- search resource/library using relative physical path in directory relative to every project Content Root if it is not found in the directory relative to the robot file
Version 0.10.143.397
based on IntelliBot, See overall What is fixed, enhanced and new added.