Posted 18 years ago by Jeff Hutt - Blade Games World
Avatar
Hmmm I think these bugs I'm posting are somehow related.

Bug:

If you have only a single "using" statement at the top of the document, the automatic indentation of braces goes wrong.

Like this:
using System;

namespace foo
        { // why are they tabbed in?
        }
However, by adding an additional using statement all is right with the world.
using System;
using System.Collections;

namespace foo
{ // ah much better
}
Christian

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks, this is now fixed for the next release.


Actipro Software Support

The latest build of this product (v24.1.0) was released 25 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.