Skip to content

Releases: lte2000/intellibot

Version 0.15.191.8026

08 Nov 07:31
Compare
Choose a tag to compare
  • fix issue #53: null baseDir in some situation.
  • fix issue #54: ArrayIndexOutOfBoundsException if use decorator as "@Keyword()".
  • Set Inspection RobotImportNotUsed default to disabled

Version 0.14.191.8026

25 Aug 03:17
Compare
Choose a tag to compare
  • issue #48: Support Robot Framework 5.0:
    TRY/EXCEPT
    WHILE
    Inline IF
    BREAK and CONTINUE
    RETURN

Version 0.13.191.8026

02 Jun 14:44
Compare
Choose a tag to compare
  • fix issue #46: NullPointerException
  • adjust code of FileType

Version 0.12.191.8026

09 Jan 10:48
Compare
Choose a tag to compare
  • 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

29 Nov 03:07
Compare
Choose a tag to compare
  • 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

29 Aug 08:12
Compare
Choose a tag to compare
  • 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

29 Aug 07:58
Compare
Choose a tag to compare