Archive for the ‘What's New’ Category

  • "Regionerate This" Inside The Solution Explorer

    Brand new in v0.6.4.5, run Regionerate on entire projects & solutions right inside the Solution Explorer window in Visual Studio. (Update: or inside the Projects pad in #develop)
    Up until now, running Regionerate on entire projects & solutions was only available via the command line utility or NAnt task, but now it is available through your [...]

  • Support for Operators

    Up until now operators were left at the bottom of the class. This is fixed in v0.6.4.5. Operators will be recognized as ordinary methods.
    I was thinking of creating an “IsOperator” filter (similar to the “IsConstructor“) in the PutMethods statement. This will allow you to create regions for your operators.
    However, since most people do not overload operators, I decided [...]

  • Create Regions For Delegates

    A new feature in v0.6.3.8 – support for delegates.
    You can now easily put your delegates inside regions by using the PutDelegates statement in your Code Layout. The default Code Layout has been updated to automatically group delegates & events in the same region:
    This results in the following code:
    You can place your delegates by matching [...]