-
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 [...] -
Support for Operators
Up until now operators were left at the bottom of the class. This is fixed in v0.6.4.5. Operators will be recognized as ordinary methods.
I was thinking of creating an “IsOperator” filter (similar to the “IsConstructor“) in the PutMethods statement. This will allow you to create regions for your operators.
However, since most people do not overload operators, I decided [...] -
/* */ 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< int, string >) 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.