Archive for the ‘What's New’ Category

  • New Website Design

    The way things look like right now, the new code layout editor is going to be online as part of Regionerate’s website. Now I have to admit, the website is butt ugly, so I replaced it.
    From now on, all announcements will be posted in the devblog, so you won’t have to keep your eye for [...]

  • Tabs & Spaces

    Seems like StyleCop wants regions to be indented by spaces, and not tabs. I got this request from like 12 different users, and barryd was kind enough to do the work for me.
    It took me about 4 months to commit the patch, sorry guys
    You can now choose between tabs or spaces as your [...]

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