Closed MartinPacker closed 4 years ago
First thought is that for each selected node their children could be sorted - within that node
eg matching ^A$ ...
A A2 A1
becomes
A A1 A2
Implemented in 1.7.
First thought is that for each selected node their children could be sorted - within that node
eg matching ^A$ ...
becomes