-
New Code Layout Browser Eye Candy
Just a quick preview on the new Code Layout Browser coming up in v0.7.
I really want to release v0.7 by AltNetConf Israel, which is happening this Thursday, so no sleep pour moi.Wish me luck.
Update: [Thursday] Unfortunately, there is no chance I’ll be finishing this today I forgot what it means to release [...] -
Advanced Sorting
This long awaited feature is finally implemented in v0.7.
Now you can use multiple tags in the OrderBy statements, for example:1: <PutMethods>
2: <OrderBy>
3: <Name />
4: [...] -
Regionerate Structs & Interfaces
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 [...]