Skip to content

Releases: robotcodedev/robotcode

v0.4.7

26 Jan 13:38
v0.4.7
c2b07af
Compare
Choose a tag to compare

added

  • hover/goto/references/highlight... differentiate between namespace and keyword in keyword calls like "BuiltIn.Log"
  • increase test coverage

v0.4.6

20 Jan 23:38
v0.4.6
0431391
Compare
Choose a tag to compare

added

  • some small fixes in completion, command line parameters and variable references

v0.4.5

18 Jan 23:32
v0.4.5
981e790
Compare
Choose a tag to compare

added

  • correct semantic highlight of variables and settings
  • completion window for keywords is now opened only after triggering Ctrl+Space or input of the first character

v0.4.4

17 Jan 18:03
v0.4.4
2c13183
Compare
Choose a tag to compare

added

  • implement InlineValuesProvider and EvaluatableExpressionProvider in language server

v0.4.3

15 Jan 20:57
v0.4.3
337da68
Compare
Choose a tag to compare

added

  • implement find references for libraries, resources, variables import
  • implement document highlight for variables and keywords

v0.4.2

13 Jan 23:05
v0.4.2
41964af
Compare
Choose a tag to compare

added

  • added support for variables import
    • completion
    • hover
    • goto
    • static and dynamic variables
  • correct debugger hover on variables and last fail message
  • implement find references for variables

v0.4.1

11 Jan 22:09
v0.4.1
11fad19
Compare
Choose a tag to compare

added

  • for socket connections now a free port is used
  • collect variables and arguments to document symbols
  • analysing, highlighting of "Wait Until Keyword Succeeds" and "Repeat Keyword"

v0.4.0

07 Jan 23:28
v0.4.0
0ec9056
Compare
Choose a tag to compare

added

  • Big speed improvements
    • introduce some classes for threadsafe asyncio
  • Implement pipe/socket transport for language server
    • default is now pipe transport
  • Improve starting, stopping, restarting language server client, if ie. python environment changed, arguments changed or server crashed

v0.3.2

21 Nov 18:07
v0.3.2
b726263
Compare
Choose a tag to compare

added

  • remove deadlock in resource loading

v0.3.1

21 Nov 08:50
v0.3.1
a5d3d42
Compare
Choose a tag to compare

added

  • implement find keyword references
  • improve parsing and analysing of "run keywords ..."