Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel4
minLevel2

X-Function Related

Support adding help file for customized X-Function (ORG-7549)

When creating an X-Function in X-Function Builder, in the tree view, it is allowed to specify the Document Name, then the help button in the X-Function dialog will open this specified help file if clicked.


 

...

Ability to clear document when duplicate an existing X-Function (ORG-7616)

In X-Function Builder, menu Tools: Clear Document is used to remove document related contents after duplicating an existing X-Function.

...

Code Block
execute_operation(operation_uid);

 

Code Builder

6. Change hot key in Code Builder, Ctrl+Shift+F for find in files, and Ctrl+Shift+C for copy full path (ORG-7919)

...

Origin C

7. OC vector::SetSubVector supports copy by counting elements (ORG-8024)

Code Block
int vectorbase::SetSubVector(vectorbase& vbSource, int c1 = 0, int nCount = -1);
int vector<string>::SetSubVector(vectorbase& vbSource, int c1 = 0, int nCount = -1);

 

LabTalk

8. Improve LabTalk "type -gb" command for text file output (ORG-8306)

...