(...)
}
//--> WIK
allowInsert = true;
//<-- WIK
this.compare(text1,
text2,
mergeToTopNode ? mergeToTopNode.comparableName() : '', // ext
mergeFromTopNode ? mergeFromTopNode.comparableName() : '', // ext
showLineNumbersHere,
singleLines,
allowInsert,
allowRemove,
alternatingLines,
supportHighlight);
(...)
void clicked()
{
int currentSelection = ComboBox1.selection();
super();
if (ComboBox1.items() > 0 && ComboBox2.items() > 0)
{
ComboBox1.selection(ComboBox2.selection());
ComboBox2.selection(currentSelection);
}
}
Labels: Compare code, Dynamics AX 2012, SysCompare, SysCompareForm, X++