-
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 [...]
-
Code Layout on Steroids!
A nifty feature available on v0.6.7.2 is the Code Layout Browser.
When you hit Ctrl+R (or whatever you had your shortcut set to), the active document is Regionerated. But if you hit Ctrl+R and keep the Ctrl button down, you will be presented with the Code Layout Browser.The Code Layout Browser is similar to the Alt+Tab [...]