Nested Classes #endregion after }

If you find any bugs, please post them here.

Nested Classes #endregion after }

Postby negative201 » Tue Jan 19, 2010 3:17 am

after nested classes the #endregion is not being placed onto a new line (thus giving a compile error)

Code: Select all
   }      #endregion Nested Classes 


should be

Code: Select all
   }   
   #endregion Nested Classes 
negative201
 
Posts: 1
Joined: Tue Jan 19, 2010 3:14 am

Re: Nested Classes #endregion after }

Postby rauchy » Fri Jan 22, 2010 5:49 pm

Can you send over a more detailed example?

I've tried Regionerating

Code: Select all
    public class Test
    {
        private class Inner
        {
        }
    }


and got

Code: Select all
    public class Test
    {
        #region Nested Classes (1) 

        private class Inner
        {
        }

        #endregion Nested Classes 
    }
-- rauchy.
rauchy
Site Admin
 
Posts: 267
Joined: Wed May 09, 2007 2:39 am
Location: Israel


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 1 guest

cron