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
 Bug: try/catch finally statement with Caps...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lars Brandt
New Member

Denmark
2 Posts

Posted - Feb 10 2005 :  05:08:35 AM  Show Profile
Running: VA_X.dll file version 10.1.1293.0
Visual Studio .NET 2003 English (Microsoft Visual C# .NET 69586-335-0000007-18255)

When coding in C#, the VAX listbox is sugesting the "finally" statement(in a try/catch block) starting with the letter "F" in Caps: "Finally" -but C# is case sensitive and the suggestion can't be used.

try
{
}
catch
{
}
Finally (must be "finally"
{
}
Thanks for a very nice product!

Lars Brandt
Denmark

Lars Brandt - so dirty with the code right now

Edited by - Lars Brandt on Feb 10 2005 05:50:49 AM

ether
Tomato Guru

USA
130 Posts

Posted - Feb 10 2005 :  12:18:50 PM  Show Profile
You can solve this by going into Visual Assist X options and editing the the Autotext/Template file. Replace the F with a f. Easy enough work around until they fix the provided template.
Go to Top of Page

Lars Brandt
New Member

Denmark
2 Posts

Posted - Feb 10 2005 :  4:24:03 PM  Show Profile
quote:
Originally posted by ether

You can solve this by going into Visual Assist X options and editing the the Autotext/Template file. Replace the F with a f. Easy enough work around until they fix the provided template.



Finally was not defined in the C# template so i inserted:
f:
finally
-and this works just fine :)

Thanks for the tip!

Lars Brandt - so dirty with the code right now
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000