1,优化撤销功能,对调试结果信息不记录撤销
2,优化F10测试流程,连续调试时不清空测试记录
This commit is contained in:
@@ -72,7 +72,7 @@ Namespace UTSModule.Station
|
||||
''' <param name="desc"></param>
|
||||
''' <returns></returns>
|
||||
Private Function CreateFixedRowNode(text As String, desc As String) As RowNode
|
||||
Dim node As New RowNode With {.RowType = RowNode.RowTypeEnum.FixedModule, .Label = text, .Description = desc}
|
||||
Dim node As New RowNode With {.RowType = RowNode.RowTypeEnum.FixedModule, .Action = True, .Label = text, .Description = desc}
|
||||
node.AddNode(New RowNode()) '添加一个空的子节点
|
||||
Return node
|
||||
End Function
|
||||
@@ -155,7 +155,7 @@ Namespace UTSModule.Station
|
||||
Throw New Exception($"LoadXml Unknown LocalName:{xe.LocalName}")
|
||||
End Select
|
||||
Next
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
''' <summary>
|
||||
|
||||
Reference in New Issue
Block a user