Moving first item with nested regions using Semantic Merge -


in rearrange file tool moving item first item within region moves #region line. these moves intended rearrange items within region. there seems odd things happening intermittently when using nested regions (such regions becoming out of line or opening region tags being removed.)

how can avoid problems? need change configuration?

i'm afraid behavior of tool @ moment, due regions considered comments parser.

for example, #region member considered comment of method1. so, if move method1, comment, part of method1, moved it.

          #region members            public void method1()           {               ...           }            public void method2()           {               ...           }            #endregion 

we have noticed behavior , included in known issues list. work on it.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -