Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.24.4
Fix
- debugger: Show error/warning messages of python logger in debug console (
665a3ff
)
v0.24.2
Fix
- robotlangserver: Retun correct robot framework version test (
e786b76
)
v0.24.0
Feature
- robotlangserver: Create undefined keywords in the same file (
c607c3f
)
v0.23.0
Feature
- robotlangserver: Highlight named args in library imports (
63b93af
)
Fix
- robotlangserver: Remove possible deadlock in completion (
3d17699
)
v0.22.1
Fix
- robotlangserver: Resolving imports with arguments in diffent files and folders but with same string representation ie. ${curdir}/blah.py now works correctly (
8c0517d
)
- robotlangserver: Generating documentation view with parameters that contains .py at the at does not work (
8210bd9
)
v0.22.0
Feature
- Add onEnter rule to split a long line closes #78 (
3efe416
)
v0.21.4
Fix
- robotlangserver: Remove possible deadlock in Namespace initialization (
27d781c
)
v0.21.3
Fix
- robotlangserver: If a lock takes to long, try to cancel the lock (
75e9d66
)
v0.21.2
Fix
- Use markdownDescription in settings and launch configurations where needed (
229a4a6
)
Performance
- Massive overall speed improvements (
aee36d7
)
v0.21.1
Performance
- Caching of variable imports (
9d70610
)