Archive for the ‘Known Issues’ 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 [...]

  • Slaughtering Comments

    Referring to this post in the Bug Reports Forum, Unfortunately I can’t think of a way to completely solve this at the moment.
    See, the problem is that if the symbol is empty, any comment block that starts with at least two slashes will be considered as a Regionerated comment region. For example, if the symbol [...]

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