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
 Create New Class
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mike ONeill
Tomato Guru

South Africa
103 Posts

Posted - Feb 11 2014 :  02:42:06 AM  Show Profile  Reply with Quote
Hi

I just tried to Create a new class from a statement in C#

Dog dog = new Dog();

I hovered over the first Dog , CTR ALT C and I get a class name separated by Namespaces , but with colons not dots , this is illegal in C# as far as I know, except for Global namespaces . I assume its C Syntax ?

I get an error saying "{ expected " at the colon position
Mike


using System;

namespace BrewQIS:Model:Repositories
{
public class Dog
{
public Dog()
{
}

}
}

sean
Whole Tomato Software

USA
2817 Posts

Posted - Feb 11 2014 :  8:23:23 PM  Show Profile  Reply with Quote
Thanks for the report. Should be fixed soon.
case=80179
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Feb 26 2014 :  10:41:44 AM  Show Profile  Reply with Quote
case=80179 is fixed in build 2029
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