New Features acc test script

Structures test

Sliders

  1. Edit mode
  2. new Variable
  3. Enter a Title, Probability of Rain
  4. Press ToolbarExprButton.png to edit its Definition
  5. Enter its Definition: Slider(0.5)
  6. Right-click menu > select Make User Input Node

Expected: The user input node looks like this:

Probability of rain slider.png

Enter the Definition as Slider(0.5, styles:'LabelsBelow'),
Expected: it looks like this:

Probability of rain slider with labels below.png

Slider bug regression

  • Check EW 21941

Namespace test script

18797

Group nodes test script

Assista

ER22107

  • Click the assista icon
  • !Callback LookupInDocs( 'Function DisplayName', 'docs' )

E: This will likely find Structs section 1.11.1. It should include sections 1, 1.11 and 1.11.1 in the result, as well as all the other sections with section headings and numbers (so the LLM can use the GetDocSection tool to get those.

  • !Callback GetDocSection( 'Struct', '1.2' )

E: Returns text for the When to use a Struct section.

Python

  • Add attributes in object window show/hide

Screenshot

Drag to import csv files

ER-20655 Drag a *.csv file to a diagram in edit mode, and it should create a table node with the data (the same way ER 20622 does with File / Import...). Drag it to an edit table and it should import the data into the table, same as ER 20621.

Comments


You are not allowed to post comments.