-
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 [...]
-
So Long, Symbols!
I have to admit it, symbols suck, but since Regionerate operates on a syntactic level, it has no other way to determine which regions are existing, hand-crafted regions and which regions are Regionerated ones.
I’m pretty sure no-one really liked having “[rgn]” in front of Regionerated region declarations. Most users hated it but kept [...]