v1.3.0-dev.4
Pre-releaseBug Fixes
- cli: Corrected monkey patching for click>=8.2.0 (425e64d)
- formatting: Improve message clarity for robocop formatting (f71d15d)
- 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 language model tool to get the library and resource imports from a robot file (e5631f0)
-
vscode: Add language model tools for retrieving library documentation and environment details (a311e99)
-
vscode: Add deprecation messages for robotframework-tidy in configuration (37c5371)
-
Basic support for Robot Framework 7.3 (e6ffef7)
-
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)