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 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 entry was posted on Thursday, July 10th, 2008at 8:02 am and is filed under Public Beta, What's New, v0.7. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response or trackback from your own site.

 

One Response to “Regionerate Structs & Interfaces”

  1. This is great news! I’m really looking forward to this feature.

    Ben

    Posted by Ben on July 30th, 2008 8:40 pm

 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>