Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
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)
Features
v0.99.0
Bug Fixes
- analyzer: Better recognition of circular imports (a36dd41)
Features
-
analyze:
analyze code
now return a flag that indicates if errors/warnings/etc. occurs (5125f7d)0
: SUCCESS - No issues detected.1
: ERRORS - Critical issues found.2
: WARNINGS - Non-critical issues detected.4
: INFORMATIONS - General information messages.8
: HINTS - Suggestions or improvements.
A return code 1 means error and 3 means there are errors and warning and so on.
-
cli: Add an astric (*) for options that can be used multiple times (5bf5493)
v0.98.0
v0.97.0
Bug Fixes
- langserver: Support glob pattern in
robot.toml
spython-path
setting (f6e380c) - vscode: Correct handling of comments in tmlanguage (ce794bf)
Documentation
- Expand documentation on
robotcode
packages, installation, and usage (907fa8c)
Features
- analyze:
analyze code
command now also uses the settings in therobot.toml
file. (bd17a5d) - analyze: Add CLI options for
pythonpath
,variable
, andvariablefile
toanalyze code
command; collect errors for unimportable command line variable files (b4e6be4) - robot: Display filename on TOML parsing error (8c25db8)