Skip to content

Releases: robotcodedev/robotcode

v0.13.10

23 Sep 17:11
v0.13.10
a44253c
Compare
Choose a tag to compare
v0.13.10 Pre-release
Pre-release
  • Correct reporting of loading built-in modules errors

v0.13.9

22 Sep 22:00
v0.13.9
529fad0
Compare
Choose a tag to compare
v0.13.9 Pre-release
Pre-release
  • Correct analysing of "Run Keyword If"

v0.13.8

22 Sep 21:31
v0.13.8
39490c0
Compare
Choose a tag to compare
v0.13.8 Pre-release
Pre-release
  • Support for Robocop >= 2.4
  • Rework handling of launching and debugging tests
    • fixes #54
    • a launch configuration can now have a purpose:
      • test: Use this configuration when running or debugging tests.
      • default: Use this configuration as default for all other configurations.
  • Finetuning libdoc generation and code completion
    • support for reST documentions
      • docutils needs to be installed
      • show documentations at library and resource import completions
  • Experimental support for Source action Open Documentation
    • left click on a resource or library import, select Source Action and then "Open Documentation"
    • a browser opens left of the document and shows the full documentation of the library
    • works also an keyword calls
    • Tip: bind "Source Action..." to a keyboard short cut, i.e Shift+Alt+.

v0.13.7

03 Sep 10:07
v0.13.7
3234839
Compare
Choose a tag to compare
v0.13.7 Pre-release
Pre-release
  • Don't explicitly set suites to failed if there is an empty failed message

v0.13.6

02 Sep 22:19
v0.13.6
f18e7bd
Compare
Choose a tag to compare
v0.13.6 Pre-release
Pre-release
  • Extensive adjustments for multiple language support for RobotFramework 5.1, BDD prefixes now works correctly for mixed languages
  • New deprecated message for tags that start with hyphen, RF 5.1

v0.13.5

01 Sep 12:11
v0.13.5
b408999
Compare
Choose a tag to compare
v0.13.5 Pre-release
Pre-release
  • some fixes in analysing and highlightning

v0.13.4

31 Aug 10:14
v0.13.4
6df5350
Compare
Choose a tag to compare
v0.13.4 Pre-release
Pre-release
  • none so far

v0.13.3

18 Jul 22:52
Compare
Choose a tag to compare
v0.13.3 Pre-release
Pre-release
  • Highlight localized robot files (RobotFramework >= 5.1)

v0.13.2

15 Jul 23:32
Compare
Choose a tag to compare
v0.13.2 Pre-release
Pre-release
  • Support for robotidy 3.0
  • References are now collected at source code analyze phase
    • this speeds up thinks like find references/renaming/highlight and so on

v0.13.1

13 May 10:18
v0.13.1
2c81f41
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release
  • Switching to LSP Client 8.0.0 requires a VSCode version >= 1.67
  • Create snippets for embedded argument keywords