Starting with v0.7, you can finally Regionerate structs & interfaces!
The good ol’ ForEachClass statement had to be modified a bit (yes, that means you must change your Code Layouts) to allow this.
From now on, use the new ForEach statement and specify the type you want to apply layout to.
For example:
1: <ForEach Type="Class">
2: …
3: </ForEach>
4: <ForEach Type="Struct">
5: …
6: </ForEach>
7: <ForEach Type="Interface">
8: …
9: </ForEach>
This will be available on v0.7, but you can grab the code, compile and use it right now.
This is great news! I’m really looking forward to this feature.
Ben
Posted by Ben on July 30th, 2008 8:40 pm