Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Problem moving methods in C#
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

andray71
Starting Member

USA
1 Posts

Posted - Apr 18 2012 :  7:11:51 PM  Show Profile  Reply with Quote
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]

feline
Whole Tomato Software

United Kingdom
18746 Posts

Posted - Apr 19 2012 :  5:28:32 PM  Show Profile  Reply with Quote
I am seeing the same problem here, thank you for the clear example:

case=7606

Hopefully this is not a constant problem for you.

zen is the art of being at one with the two'ness
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Dec 21 2013 :  01:34:42 AM  Show Profile  Reply with Quote
case=7606 is fixed in build 2023.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000