Archive for the ‘To Do’ Category

  • HOWTO: Get Regionerate to Run on Visual Studio 2010 Beta 2

    Update: Visual Studio 2010 is now officially supported. There is no need to use this workaround.
    I really hoped to get Regionerate running quickly on Visual Studio 2010 Beta 2.
    Unfortunately, since there are several breaking changes with Visual Studio 2010’s extensibility model, I found myself messing around with it too much.
    I’m not giving up, but I [...]

  • Known Public Beta Issues

    Here are the known issues for v0.6. I’ll be doing my best to solve these quickly. If you find life unbearable with any particular issue, comment this post or write at the forums and I’ll do my best to release a fix ASAP.

    Comments in member declaration are not supported. For example:

    public void Foo() // comment
    {}
    – [...]

  • /* */ Comments And Multiple Types In Generics

    A couple of issues which I became aware of today:

    /* */ comment blocks are not attached to members.
    Multiple types in Generic members ( e.g. IDictionary&lt int, string &gt) are not handled.

    Both issues will be fixed tonight, watch for comments for a new version.
    Thanks to Lior and Tomer for finding the bugs.