It seems to me that block commenting works differently in v5.00 (both release and BETA) than it did in previous versions. Previously, I'm sure that I was able to take an entire block of code, including existing comments, and with the block command, add another layer of comment apostrophes in the first character position of each line, keeping the existing comment structure intact. Now, when I block comment, it first takes out all the existing comment apostrophes, making all lines "code," instead of just adding apostrophes in the first column. In other words the new version acts on comment apostrophes that occur anywhere, whereas before I think it acted only on apostrophes that existed in the first column.
I like the previous way it worked much better. The new way can easily lead to coding errors.
I like the previous way it worked much better. The new way can easily lead to coding errors.