Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Problem moving methods in C#

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
andray71 Posted - Apr 18 2012 : 7:11:51 PM
When using VA Outline to move method from one position to another it incorrectly moves methods attributes.

Example:

[WebMethod]
public string f1()
{ return "hello world"; }
[WebMethod]
public string f2()
{ return "hello world"; }

When I move f1() below f2() I get this:

[WebMethod]
public string f2()
{ return "hello world"; }
public string f1()
{ return "hello world"; }
[WebMethod]
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Dec 21 2013 : 01:34:42 AM
case=7606 is fixed in build 2023.
feline Posted - Apr 19 2012 : 5:28:32 PM
I am seeing the same problem here, thank you for the clear example:

case=7606

Hopefully this is not a constant problem for you.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000