Skip to content

Releases: lte2000/intellibot

Version 0.15.191.8026

Choose a tag to compare

@lte2000 lte2000 released this 08 Nov 07:31
  • 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

Choose a tag to compare

@lte2000 lte2000 released this 25 Aug 03:17
  • issue #48: Support Robot Framework 5.0:
    TRY/EXCEPT
    WHILE
    Inline IF
    BREAK and CONTINUE
    RETURN

Version 0.13.191.8026

Choose a tag to compare

@lte2000 lte2000 released this 02 Jun 14:44
  • fix issue #46: NullPointerException
  • adjust code of FileType

Version 0.12.191.8026

Choose a tag to compare

@lte2000 lte2000 released this 09 Jan 10:48
  • 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

Choose a tag to compare

@lte2000 lte2000 released this 29 Nov 03:07
  • 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

Choose a tag to compare

@lte2000 lte2000 released this 29 Aug 08:12
  • 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

Choose a tag to compare

@lte2000 lte2000 released this 29 Aug 07:58

based on IntelliBot, See overall What is fixed, enhanced and new added.