v1.3.0-dev.3
Pre-release
Pre-release
·
27 commits
to main
since this release
Bug Fixes
- cli: Corrected monkey patching for click>=8.2.0 (425e64d)
- textmate: Corrected highlightning of comments in variable section (5204afb)
- textmate: Enhance variable assignment handling (7333eb9)
- Corrected detection of robocop (f06bcbc)
Features
-
intellij: Reimplement and simplified parsing and syntax highlightning (2dcdf7c)
-
langserver: Implemented robocop 6.0 formatting and deprecate old robotidy (310bc54)
-
langserver: Better support for indexed assignments (6fad9b1)
-
vscode: Add deprecation messages for robotframework-tidy in configuration (37c5371)
-
Show editor hint for Python/Robot Framework issues instead of throwing error (4c2a43b)
When opening a Robot Framework file, issues related to the Python environment or Robot Framework version are now shown as an editor hint at the top of the file tab, instead of raising an exception.
Refactor
- intellij: Some code cleanup (479a9c3)