Archive for the ‘Code Layout Schema’ Category

  • 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 [...]

  • Filter Operators

    v0.6.5.0 completes the partial solution provided in v0.6.4.5 for operators support by providing the ability to filter operators.
    To do so, just specify “true” in the new IsOperator element under PutMethods. Exactly like filtering constructors.

    1: <CreateRegion Title=”Operators”>
    2: <PutMethods>
    [...]

  • 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 [...]