Hi all,
Above changes are available in trunk now :)
Below you have some hints about using new features:
- ObjectSet is a new class, which is a base for Selection and it doesn't have any limits of instances number. Its behaviour is almost the same like Selection before, so if you want to use it, just create new object.
- Some functions like itemList() or reprList() are removed. There are new functions like objects(), items(), xmlNodes() returning ranges instead vectors (no need to copy pointers, lazy using)
- SPObject has new children list. For example, if you want to iterate it, just type "for(auto& child: object->children)"