Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.106.1
v0.106.0
Bug Fixes
- vscode: Suppress UI error notifications for language client errors; log them in the output channel instead (420a8a7)
Features
- debugger: Display a virtual variable in the local scope with details about the current exception when an exception breakpoint is triggered (4690071)
- intellij: Implemented robot framework debugger (121b26e)
- intellij: Implemented show test status on gutter icon (678e5e8)
- intellij: Execute tests from project tree view on files and folders (b155bd1)
- intellij: Support for pause and exception break points in debugger (446a246)
- Ready for RF 7.2 (45a0131)
v0.105.0
Documentation
- Update readme's (f4f576f)
Features
- intellij: Added initial Robot Framework file templates and better syntax highlighting support based on a customized TextMate lexer/parser (ef67d2c)
- intellij: Implemented brace matcher for variables (9ee1f22)
- intellij: Finalize syntax coloring and sematic highlightning (faa905d)
- intellij: Finalize syntax coloring and sematic highlightning part 2 (97081a5)
- intellij: Implemented support for highlightning embedded arguments, escape sequences, python expressions and so on (c5d6cf3)
- langserver: Correct highlightning to better highlight python expresseions, escape sequences, environment variable default value and embedded argument regexes (5dba571)
- language_server: Enhanced hover representation of variables (039682d)
Testing
- Update regression tests (c5f4573)
v0.104.0
v0.103.0
v0.102.0
v0.101.0
Bug Fixes
- vscode: Fixed highlightning of bold/italic in documentation (d0e3b2e)
Features
- icons: Change the color of the file icons back to the official colors (d6b2ff4)
- langserver: Support for folding WHILE and TRY/EXCEPT/FINALLY statements (b3c1ce2)
- notebook: Optimize robot notebook file format, remove old html output (7bc22fb)
- vscode: Added "File > New File" menu support and context menu option for creating Robot files in the file explorer (330fc4c)
v0.100.2
v0.100.1
v0.100.0
Bug Fixes
- analyze: Corrected statistics about analyzed files (18b6cb8)
- analyzer: Correct handling of variables in embedded args in keyword calls (2c8ed56)
- config: Corrected handling of relative items in python path and other variables if current folder is different then root folder of the project (66a94bc)
- vscode: Corrected highlightning of bold/italic in documentation tags (170287d)
Documentation
- Update some docs (639314b)