diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 3a3a993c7..a7a75d584 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -14,6 +14,10 @@ and this project adheres to http://semver.org/spec/v2.0.0.html[Semantic Versioni
- Changed the workflow for the development versions of RIDE. Now, development versions are taken from the ``develop`` branch, and the ``master`` will stay with released version.
- Changed the way ``configobj`` code is imported. Now is a submodule obtained from https://github.com/DiffSK/configobj.
+=== Fixed
+
+- Fixed long arguments in fixtures appearing splitted in Grid Editor. Still, arguments info will not be correct at calling step.
+
== https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.rst[2.1] - 2024-10-13
=== Added
diff --git a/src/robotide/application/CHANGELOG.html b/src/robotide/application/CHANGELOG.html
index e526208ef..d7315a655 100644
--- a/src/robotide/application/CHANGELOG.html
+++ b/src/robotide/application/CHANGELOG.html
@@ -4,6 +4,8 @@
Changed the workflow for the development versions of RIDE. Now, development versions are taken from the ``develop`` branch, and the ``master`` will stay with released version.
Changed the way ``configobj`` code is imported. Now is a submodule obtained from https://github.com/DiffSK/configobj.
+-
+Fixed long arguments in fixtures appearing splitted in Grid Editor. Still, arguments info will not be correct at calling step.
(2.1 - 2024-10-13)
- Added a setting for a specific Browser by editing the settings.cfg file. Add the string parameter
``browser`` in the section ``[Plugins][[Test Runner]]``.
@@ -90,7 +92,7 @@
- Changed alias marker on library imports to consider variable ``ROBOT_VERSION``. If version is lower than 6.0, uses ``'WITH NAME'``, otherwise will use ``'AS'``
(2.0.3 - 2023-04-16)
- Allow to do auto-suggestions of keywords in Grid Editor without a shortcut, if you want to enable or disable this feature you can config in `Tools-> Preferences -> Grid Editor -> Enable auto suggestions`
-- Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows)
(2.1 - 2024-10-13)
+- Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows)
(2.1 - 2024-10-13)
- Fixed recognition of variables imported from YAML, JSON and Python files.
(2.1b1 - 2024-09-21)
- Fixed validation of multiple arguments with default values in Grid Editor.
@@ -149,7 +151,7 @@
The color of the caret is the same as setting
and will be adjusted for better contrast with the background.
-
Allow to do auto-suggestions of keywords in Text Editor without a shortcut, if you want to enable or disable this feature you can config in
Tools -> Preferences -> Text Editor -> Enable auto suggestions
.
-
-
Fixed validation of multiple arguments with default values in Grid Editor.
-
Fixed on Text Editor when Saving the selection of tests to run in Test Suites (Tree) is cleared.
@@ -200,7 +202,7 @@
Tooltips for the fields are always shown in English.
-
Colorization for language configured files is working in Text Editor.
-
-
Fixed multiline variables in Variables section. In Text Editor they are separated by … continuation marker.
In Grid Editor use | (pipe) to separate lines.
-
@@ -246,7 +248,7 @@
Added variables creation shortcuts (``Ctrl-1,2,5``) to fields Arguments in Grid Editor
-
Added support for JSON variables, by using the installed Robot Framework import method
-
-
Fixed escaped spaces showing in Text Editor on commented cells
-
Fixed resource files dissapearing from Project tree on Windows
@@ -287,7 +289,7 @@
-
Added sincronization with Project Explorer to navigate to selected item, Test Case, Keyword, Variable, in Text Editor
Note: This feature is working fine in Fedora 38, but not on Windows and macOS.
-
-
Fixed non syncronized expanding/collapse of Settings panel in Grid Editor, on Linux
-
Fixed not working the deletion of cells commented with ``\# `` in Grid Editor with ``Ctrl-Shift-D``
@@ -321,13 +323,13 @@
Added the note, Colors will be active after next RIDE restart. to the Preferences of Test Runner.
-
Changed alias marker on library imports to consider variable ``ROBOT_VERSION``. If version is lower than 6.0, uses ``WITH NAME``, otherwise will use ``AS``
-
-
Fixed auto-indent on block commands in Text Editor
-
Allow to do auto-suggestions of keywords in Grid Editor without a shortcut, if you want to enable or disable this feature you can config in
Tools-> Preferences -> Grid Editor -> Enable auto suggestions
-
Made ``\\n`` visible when editing cells in Grid Editor (problematic in Windows)
-
-
Fixed missing auto-enclosing when in Cell Editor in Linux
-
Fixed RIDE will crash when using third party input method in Mac OS
@@ -429,7 +431,7 @@
- Changed icon background to white
- Made Project Tree and File Explorer panels, Plugins.
- wx.NewId() to wx.NewIdRef()
-- Separated AppendText for Messages Log
(2.0rc1 - 2023-02-26)
+- Separated AppendText for Messages Log
(2.0rc1 - 2023-02-26)
- Fixed blank Grid Editor at keywords with steps commented with ``\# ``, by using ``Ctrl-Shift-3 on Text Editor
(2.0b3 - 2023-01-15)
. Fixed low performance when opening large projects
@@ -511,7 +513,7 @@
Added move up and move down rows to Text Editor, by using ``Alt-Up`` and ``Alt-Down``
Added insert and delete rows to Text Editor, by using ``Ctrl-I`` and ``Ctrl-D``
--
Fixed blank Grid Editor at keywords with steps commented with ``\# ``, by using ``Ctrl-Shift-3 on Text Editor
-
Added swap row up, by using ``Ctrl-T``
@@ -528,7 +530,7 @@
This was causing not being possible to restore it, unless editing the settings.cfg file.
Other reason was to prevent user to closing it, after detaching the panel, and re-attaching,
which has a bug making the Tree not visible.
-
Fixed low performance when opening large projects
-
Fixed comment and uncomment in Grid Editor when cells contain more than one variables assignement
@@ -638,7 +640,7 @@
Changed Enter button in navigation mode to start editing cell, and to move to right cell when in edit mode
-
Performance improvements for loading large test suites
-
-
Fixed missing menu icons on Linux (was working on Windows)
-
Fixed removal of animation in Project tree when test run is interrupted
@@ -747,7 +749,7 @@
wx.NewId() to wx.NewIdRef()
-
Separated AppendText for Messages Log
-
-
Fixed editing cells in Grid Editor on wxPython 4.1
-
Fixed not saving file after deleting text in Text Editor
@@ -813,6 +815,6 @@
None