Archive for the ‘Bug Fixes’ Category

  • Where do you use attributes the most?

    Where do you use attributes the most?(surveys)
    There’s a performance issue regarding multiple attributes on properties, and instead of solving this, we can just easily shift this performance problem to methods, where people supposedly use less attributes. Yeah, I know, pretty lame solution, but its fast!
    I was wondering where people use attributes the most, so I will [...]

  • Back to Work!

    After a long delay, I’m getting back to an occasional work session on Regionerate.
    Over the past 6 months I got a lot of feature requests by e-mail, and I would like to thank everybody for sending great ideas.
    Since releasing a version can be a long procedure, I would like to change my release habits with [...]

  • #if #endif Blocks Support

    This has been stated as a known issue since v0.2 and I can’t really say I solved it. Its quite a difficult problem since its hard to tell which blocks should come over which blocks (#if-#endif vs. #region blocks)
    A relatively easy workaround was to ignore #if-#endif blocks and keep their members the same. I believe [...]