6.9.3
4 Sep 2024
Values Editor: Very wide values push the dropdown buttons out of view
The Values Editor pushed the property labels, editor button and dropdown arrow out of sight when the values were wider than the window. This issue has been fixed.

Changing a setting value back to null in the Designer did not reflect the value in the UI
When you had a value in the textbox, cleared it, and then pressed Ctrl+0, the value was set to null but did not reflect in the Designer. This issue has been fixed.

Find References does not list types used in function parameters
When a function had a parameter or result of a custom type, executing "Find References" in the Linx Designer would not list these occurrences. Now it does.

Running tests causes an InvalidOperationException (Stack empty)
Some processes in the Process Automation plugin service are run in different threads which, at times, caused an InvalidOperationException to occur when tests were run repeatedly. This was fixed.
Copy-pasting a Function causes a "...type does not correspond..." validation
This issue was quite specific and occurred when copy-pasting a function whose result was a custom type. That type, in turn, contained a property whose type pointed to another custom type. Copy-pasting this function caused the Return's value to contain the incorrect type.

URL highlighting in Debug logs
The Debug Logs did not always highlight URLs in full. This has been fixed.

Return converts certain characters to Unicode
Certain characters were converted to Unicode before being returned from a function, e.g. >
was converted to \u003E
. This was fixed.

Changing debug parameter values before each run
In versions of Linx 6.8.4 and earlier, the single-threaded Debugger allowed you to specify the values for the function parameters before every debug run. A bug in later versions only allowed you to specify the parameter values on the first debug run. To change the parameter values after the first run, you had to restart the Debug session (Exit Debug and then click Debug again). This bug has been fixed, and the parameter values can now once again be changed without having to restart the debug session.

Multiple List of String functions caused Save-As to fail
Fixed an issue where "Save As" failed with the exception "An item with the same key has already been added". This issue only happened on solutions containing multiple functions returning a List of String.
Designer: InvalidOperationException on opening the service event
When first selecting the service and then selecting the event of that service, an InvalidOperationException would be thrown. This has been fixed.
Last updated